-
Notifications
You must be signed in to change notification settings - Fork 48
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
sberyozkin
merged 1 commit into
smallrye:mpjwt12
from
sberyozkin:remove_optional_in_config_provider
Jan 19, 2021
Merged
Remove Optional for the config properties with the default values #389
sberyozkin
merged 1 commit into
smallrye:mpjwt12
from
sberyozkin:remove_optional_in_config_provider
Jan 19, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MikeEdgar
approved these changes
Jan 18, 2021
radcortez
approved these changes
Jan 19, 2021
@MikeEdgar @radcortez thanks, I've made sure that this time I've actually merged it :-) |
sberyozkin
added a commit
that referenced
this pull request
Jan 21, 2021
sberyozkin
added a commit
that referenced
this pull request
Jan 22, 2021
sberyozkin
added a commit
that referenced
this pull request
Jan 28, 2021
sberyozkin
added a commit
that referenced
this pull request
Feb 2, 2021
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Repeating #379 which I managed to close without merging...