Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0, tigase-server-8.1.2
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0, tigase-server-8.1.2
|
There is a field
(https://github.com/tigase/tigase-http-api/blob/3a56abb9ddd191997b721493c6db836b85132f61/src/main/groovy/tigase/http/modules/rest/ApiKeyRepository.java#L44-L44)
which should have
@ConfigField
annotation as it was previously configurable (it was added in: https://github.com/tigase/tigase-http-api/commit/bf99b56bc1a8eaf00c09f4327fad901db042ed96#diff-8399906ba3252360f706e0bf53ebcfe510c94389400773bdaf50c7391fbe0615R91 and was configurable viasetProperties()
but given the switch it's not possible to configure it anymore).