Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 2.1-RC1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Move publickey.algorithm section out of the middle of publickey.location (details)
  4. Add support for RSA-OAEP-256 key management algorithm (details)
  5. Update the release notes to mention mp.jwt.decrypt.key.algorithm property (details)
Commit dcffcba7759009fa5736c04de2cebad604179769 by Microprofile Bot
[maven-release-plugin] prepare release 2.1-RC1
The file was modified pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified api/pom.xml (diff)
Commit ea7bed5cba309727c0d59c89361ccab676127713 by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit b2b87849e0c3a26b8ad755daa8b0686a3b821a92 by David Blevins
Move publickey.algorithm section out of the middle of publickey.location

The `publickey.location` section needs to be followed by these subsections to specify how people can supply the value of `publickey.location`.

- Relative Path
- `file:` URL Scheme
- `http:` URL Scheme
- Other URL Schemes
The file was modified spec/src/main/asciidoc/configuration.asciidoc (diff)
Commit 905477348bc42acae7dd65c3fe562681c210501c by Sergey Beryozkin
Add support for RSA-OAEP-256 key management algorithm
The file was modified tck/src/test/java/org/eclipse/microprofile/jwt/tck/util/TokenUtilsEncryptTest.java (diff)
The file was modified tck/src/test/java/org/eclipse/microprofile/jwt/tck/util/TokenUtilsSignEncryptTest.java (diff)
The file was modified tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/MpJwtTestVersion.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/jwt/tck/util/TokenUtils.java (diff)
The file was modified spec/src/main/asciidoc/configuration.asciidoc (diff)
The file was addedtck/src/main/java/org/eclipse/microprofile/jwt/tck/util/KeyManagementAlgorithm.java
The file was addedtck/src/test/resources/META-INF/microprofile-config-verify-decrypt-rsa-oaep-256.properties
The file was addedtck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/RolesAllowedSignEncryptRsaOaep256Test.java
The file was modified tck/src/test/resources/suites/tck-base-suite.xml (diff)
Commit 57090fed851f5656d488cd03fcbfc8072c4e6b70 by Sergey Beryozkin
Update the release notes to mention mp.jwt.decrypt.key.algorithm property
The file was modified spec/src/main/asciidoc/release-notes.asciidoc (diff)