Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 2.1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. If "mp.jwt.decryption.algorithm" is not set then both RSA-OAEP and RSA-OAEP-256 must be accepted. (details)
  4. Refactor tests for mp.jwt.verify.token.age into their own class and update suites (details)
Commit f3f484be600cf7ed7f3015e27b3a1b2edd7c7081 by Microprofile Bot
[maven-release-plugin] prepare release 2.1
The file was modified api/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified spec/pom.xml (diff)
Commit c10a67ee3a1b53f96f390802f6eb3f41863b620a by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified api/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified spec/pom.xml (diff)
Commit ba072aafb24fc6ae8d7bf5b6cd2c98e049a22361 by David Blevins
If "mp.jwt.decryption.algorithm" is not set then both RSA-OAEP and RSA-OAEP-256 must be accepted.
The file was modified spec/src/main/asciidoc/configuration.asciidoc (diff)
The file was modified tck/src/test/resources/suites/tck-base-suite.xml (diff)
The file was addedtck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/jwe/DecryptKeyAlgorithmDefaultTest.java
The file was addedtck/src/test/resources/META-INF/microprofile-config-verify-decrypt-algorithm-default.properties
Commit 74ad34dd2776103b0b0458c7c70f4e17c278db3c by Teddy Torres
Refactor tests for mp.jwt.verify.token.age into their own class and update suites

Signed-off-by: Teddy J. Torres <teddyjtorres@hotmail.com>
The file was modified tck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/InvalidTokenTest.java (diff)
The file was modified tck/src/test/resources/suites/tck-base-suite.xml (diff)
The file was addedtck/src/test/resources/META-INF/microprofile-config-verify-token-age.properties
The file was modified tck/src/test/resources/META-INF/microprofile-config-publickey-location.properties (diff)
The file was addedtck/src/test/java/org/eclipse/microprofile/jwt/tck/container/jaxrs/TokenAgeTest.java
The file was modified tck/src/test/resources/suites/tck-full-suite.xml (diff)