Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Optional for the config properties with the default values #389

Merged
merged 1 commit into from
Jan 19, 2021
Merged

Remove Optional for the config properties with the default values #389

merged 1 commit into from
Jan 19, 2021

Conversation

sberyozkin
Copy link
Contributor

Repeating #379 which I managed to close without merging...

@sberyozkin sberyozkin added this to the 3.0.0 milestone Jan 18, 2021
@sberyozkin sberyozkin merged commit cdde26b into smallrye:mpjwt12 Jan 19, 2021
@sberyozkin sberyozkin deleted the remove_optional_in_config_provider branch January 19, 2021 10:54
@sberyozkin
Copy link
Contributor Author

@MikeEdgar @radcortez thanks, I've made sure that this time I've actually merged it :-)

sberyozkin added a commit that referenced this pull request Feb 24, 2021
* Update the version to 3.0.0-SNAPSHOT

* JWE Server support

* Fixed compile issues.

* Removed failing tests, to fix with new implementations.

* Support MP 1.2 mp.jwt.decrypt.key.location.

* Ignore failing tests to fix later.

* Baseline to implement new configuration properties.

* Support MP JWT 1.2 new configurations (#240)

* Support mp.jwt.token.header and mp.jwt.token.cookie configurations.

* Support mp.jwt.verify.audiences.

* Fixed issues with sign and decrypt. (#245)

* Readd fixed TCK tests.

* Throw NotAuthorizedException if a JWT is sent to an unauthenticated endpoint and is not valid. (#241)

* Support mp.jwt.verify.publickey.algorithm. (#247)

* Remove properties and methods which have been deprecated before 2.1.2

* Remove deprecated requireIssuer

* Get all TCK tests passing

* Remove unneeded test.

* Added mpjwt12 branch to build.

* Use MP JWT SNAPSHOT version.

* Include all TCK tests.

* Remove unneeded file.

* Fix formatter errors.

* TCK compatible MP JWT 1.2.

* Release 3.0.0-RC1. (#338)

* [maven-release-plugin] prepare release 3.0.0-RC1

* [maven-release-plugin] prepare for next development iteration

* Fix the coverage module and smallrye config versions

* Move the JAX-RS related code into smallrye-jwt-jaxrs (#367)

* Fix JWTAuthenticationFilter and logging/messages resolution issues

* Create smallrye-jwt-http-mechanism and smallrye-jwt-cdi-extension modules (#381)

* Fix a javadoc problem in the jwt-jaxrs module

* Release Smallrye JWT 3.0.0-RC2 (#386)

* [maven-release-plugin] prepare release 3.0.0-RC2

* [maven-release-plugin] prepare for next development iteration

* Fix check in spec configuration for the decrypt key location.

* Remove Optional for the config properties with the default values (#389)

* Update MP Config version to 2.0 (#392)

* Release Smallrye JWT 3.0.0-RC4 (#412)

* [maven-release-plugin] prepare release 3.0.0-RC4

* [maven-release-plugin] prepare for next development iteration

* Remove deprecated JWT Build API inner-sign none signature support and key location properties (#413)

* Complete the removal of smallrye.jwt.sign.key-location and smallrye.jwt.encrypt.key-location properties (#416)

* Release Smallrye JWT 3.0.0-RC5 (#417)

* [maven-release-plugin] prepare release 3.0.0-RC5

* [maven-release-plugin] prepare for next development iteration

* Release SmallRye JWT 3.0.0 (#418)

* [maven-release-plugin] prepare release 3.0.0

* [maven-release-plugin] prepare for next development iteration

* Remove the mpjwt12 branch from build.yml

Co-authored-by: Roberto Cortez <radcortez@yahoo.com>
Co-authored-by: SmallRye CI <smallrye@googlegroups.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants