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

dblevins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-patch-plugin.git.


    from bff48fc  Fully functional jar-patching and good log output
     new 1ffab8d  Update specific annotation values that reference javax
     new cca6e19  Update variable references
     new 6581227  Update field references that slipped through
     new f5a0181  Fix module references
     new bae2640  Replace javax.servlet, javax.faces and javax.el references in 
text file contents
     new 08ea813  javax.jms, javax.persistence and javax.resource in text files
     new cbd0e43  Replace the majority of applicable javax packages in text 
files Sans javax.enterprise, javax.annotation, javax.transaction
     new 723c1d1  Replace javax\.faces found in javascript files
     new b6450f5  Do not modify certain files
     new 36cb5fe  Modifications for OpenWebBeans
     new dad7e8d  Fix serlvet type and references to javax.transaction

The 11 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:
 tomee-patch-core/pom.xml                           |  5 ++
 .../tomee/patch/core/AnnotationTransformer.java    | 16 ++++++
 .../apache/tomee/patch/core/ClassTransformer.java  | 13 ++++-
 .../apache/tomee/patch/core/MethodTransformer.java | 14 ++++-
 .../apache/tomee/patch/core/ModuleTransformer.java | 26 ++++++++++
 .../java/org/apache/tomee/patch/core/Replace.java} | 26 +++++-----
 .../apache/tomee/patch/core/Transformation.java    | 59 +++++++++++++++++++++-
 7 files changed, 143 insertions(+), 16 deletions(-)
 copy 
tomee-patch-core/src/{test/java/org/apache/tomee/patch/core/SignatureTransformerTest.java
 => main/java/org/apache/tomee/patch/core/Replace.java} (65%)

Reply via email to