Skip to content

Commit 6b6034c

Browse files
committed
WFCORE-7350: Elytron schema bump to 19
1 parent e168777 commit 6b6034c

File tree

4 files changed

+6880
-6
lines changed

4 files changed

+6880
-6
lines changed

elytron/src/main/java/org/wildfly/extension/elytron/ElytronSubsystemSchema.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ public enum ElytronSubsystemSchema implements PersistentSubsystemSchema<ElytronS
5454
VERSION_17_0(17),
5555
VERSION_18_0(18),
5656
VERSION_18_0_COMMUNITY(18, Stability.COMMUNITY),
57+
VERSION_19_0_COMMUNITY(19, Stability.COMMUNITY),
5758
;
58-
static final Map<Stability, ElytronSubsystemSchema> CURRENT = Feature.map(EnumSet.of(VERSION_18_0, VERSION_18_0_COMMUNITY));
59+
static final Map<Stability, ElytronSubsystemSchema> CURRENT = Feature.map(EnumSet.of(VERSION_18_0, VERSION_19_0_COMMUNITY));
5960

6061
private final VersionedNamespace<IntVersion, ElytronSubsystemSchema> namespace;
6162

0 commit comments

Comments
 (0)