Skip to content

Commit

Permalink
[WFLY-19100] Fixes Datasource subsystem 5.0 and 6.0 parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Mar 6, 2024
1 parent 6722903 commit 8f8877a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2506,6 +2506,8 @@ private void parseDataSource_7_0(final XMLExtendedStreamReader reader, final Lis
case DATASOURCES_4_0:
parseDsSecurity(reader, operation);
break;
case DATASOURCES_5_0:
case DATASOURCES_6_0:
case DATASOURCES_7_0:
parseDsSecurity_5_0(reader, operation);
break;
Expand Down

0 comments on commit 8f8877a

Please sign in to comment.