You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2022/07/29 10:17:20 UTC

[tomee] branch tomee-8.x updated (b78a122cfb -> 6719f07386)

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


    from b78a122cfb Minor: Regenerated BOMs for 1e005c4f9e71b029c419c2453c875eb832db6655
     new a17071bb66 Patch to ensure the ConstantPool is not exceeded
     new 1d66f32179 Patch relocated classes
     new 6719f07386 Merge pull request #906 from jgallimore/TOMEE-4015

The 14168 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 deps/taglibs-shade/pom.xml                         |  18 +
 .../org/apache/bcel/classfile/ConstantPool.java    | 378 ++++++++++
 .../org/apache/bcel/generic/ConstantPoolGen.java   | 794 +++++++++++++++++++++
 3 files changed, 1190 insertions(+)
 create mode 100755 deps/taglibs-shade/src/patch/java/openejb/shade/org/apache/bcel/classfile/ConstantPool.java
 create mode 100755 deps/taglibs-shade/src/patch/java/openejb/shade/org/apache/bcel/generic/ConstantPoolGen.java