Skip to content

MP-JWT 1.1.1-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@starksm64 starksm64 released this 27 Aug 06:11

This is a candidate patch release that provides fixes to the TCK tests that were seen to have issues in different implementations. The TCK tests WARs now include a META-INF/MPJWTTESTVERSION resource that contains the major/minor version string enum for the MP-JWT version the test WAR is targeting. Currently the versions enums are:
public enum MpJwtTestVersion {
MPJWT_V_1_0,
MPJWT_V_1_1
;
}

Closed Issues in 1.1.1-RC1

#104
#103
#98