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

ebourg pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git.


    from 397ff8a  Travis integration
     new c8afe9b  One line log messages when running from the command line
     new 07b9ad1  Test with an alternative profile
     new 703262f  Moved EESpecProfile to the top level
     new e58d4c5  Renamed getEESpecLevel() to getEESpecProfile()
     new 39ada70  Turned the migration profile into an instance field of the 
Migration class
     new ec70314  Added a -verbose option
     new 3618367  Renamed NoOpConverter to PassThroughConverter
     new f69a7d9  Support inplace file migration
     new 884aa46  Moved common stream operation methods to the Util class
     new c4e5c18  Test invalid options

The 10 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:
 .../apache/tomcat/jakartaee/ClassConverter.java    |  4 +-
 .../org/apache/tomcat/jakartaee/Converter.java     |  2 +-
 .../org/apache/tomcat/jakartaee/EESpecProfile.java | 50 +++++++++++++
 .../org/apache/tomcat/jakartaee/Migration.java     | 84 +++++++++++++++++-----
 ...oOpConverter.java => PassThroughConverter.java} | 10 +--
 .../org/apache/tomcat/jakartaee/TextConverter.java | 24 ++-----
 .../java/org/apache/tomcat/jakartaee/Util.java     | 66 +++++------------
 .../org/apache/tomcat/jakartaee/MigrationTest.java | 52 ++++++++++++++
 .../tomcat/jakartaee/NoExitSecurityManager.java}   | 64 +++++++++--------
 9 files changed, 234 insertions(+), 122 deletions(-)
 create mode 100644 src/main/java/org/apache/tomcat/jakartaee/EESpecProfile.java
 rename src/main/java/org/apache/tomcat/jakartaee/{NoOpConverter.java => 
PassThroughConverter.java} (79%)
 copy src/{main/java/org/apache/tomcat/jakartaee/Converter.java => 
test/java/org/apache/tomcat/jakartaee/NoExitSecurityManager.java} (67%)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to