Skip to content

Commit

Permalink
Merge pull request #1253 from soul2zimate/JBEAP-28484-3.3.x
Browse files Browse the repository at this point in the history
[JBEAP-28484] fix Elytron subsystem metadata.
  • Loading branch information
hpehl authored Nov 14, 2024
2 parents e9a6eb7 + 8632606 commit c64fc20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public Subsystems(Resources resources) {
addRuntime(new SubsystemMetadata.Builder(EJB3, Names.EJB3)
.nextColumn(Ids.EJB3)
.build());
addRuntime(new SubsystemMetadata.Builder(SECURITY, Names.SECURITY)
addRuntime(new SubsystemMetadata.Builder(ELYTRON, Names.SECURITY)
.subtitle(Names.ELYTRON)
.nextColumn(Ids.ELYTRON_RUNTIME)
.preview(resources.previews().runtimeSecurityElytron())
Expand Down

0 comments on commit c64fc20

Please sign in to comment.