Skip to content

Commit

Permalink
Merge pull request wildfly#17697 from emmartins/WFLY-19100
Browse files Browse the repository at this point in the history
[WFLY-19100] Fixes Datasource subsystem 5.0 and 6.0 parsing
  • Loading branch information
bstansberry committed Mar 8, 2024
2 parents 4b5cf0e + 8f8877a commit 6308993
Showing 1 changed file with 2 additions and 0 deletions.
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 6308993

Please sign in to comment.