Skip to content

Commit

Permalink
Merge pull request #2550 from stuartwdouglas/bytecode-limits
Browse files Browse the repository at this point in the history
 Fixes #2498, work around current bytecode limits the stop large numbers of entities from being used
  • Loading branch information
kenfinnigan committed May 22, 2019
2 parents cb58c48 + d2d2dd4 commit 979083f
Show file tree
Hide file tree
Showing 6 changed files with 1,111 additions and 395 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -68,7 +68,7 @@
<javax.xml.bind.version>2.3.1</javax.xml.bind.version>
<jboss-jaxrs-api_2.1_spec.version>1.0.2.Final</jboss-jaxrs-api_2.1_spec.version>
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
<asm.version>6.2.1</asm.version>
<asm.version>7.1</asm.version>
<cdi-api.version>2.0.SP1</cdi-api.version>
<jboss-metadata-web.version>11.0.0.Final</jboss-metadata-web.version>
<maven-core.version>3.5.4</maven-core.version>
Expand Down

0 comments on commit 979083f

Please sign in to comment.