You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/07/29 09:14:49 UTC

[uima-uimaj] branch main updated (8e64399c2 -> 2f6692acb)

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

rec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


    from 8e64399c2 Merge pull request #227 from apache/feature/226-Provide-SPI-interfaces-to-locate-descriptors
     add dd748b416 Issue #228 - Move the UimaDecompiler class
     add 61151eb94 Issue #228 - Move the UimaDecompiler class
     add ebd763c55 Merge branch 'main' into refactoring/228-Move-the-UimaDecompiler-class
     add c1fd0b5cf Merge branch 'main' into refactoring/228-Move-the-UimaDecompiler-class
     new 2f6692acb Merge pull request #229 from apache/refactoring/228-Move-the-UimaDecompiler-class

The 1 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:
 uimaj-core/pom.xml                                 |  14 ---
 uimaj-parent/pom.xml                               |   1 +
 uimaj-v3migration-jcas/pom.xml                     |  21 ++--
 .../apache/uima/migratev3/jcas/MigrateJCas.java    | 110 ++++++++++++---------
 .../uima/migratev3/jcas}/UimaDecompiler.java       |   2 +-
 5 files changed, 75 insertions(+), 73 deletions(-)
 rename {uimaj-core/src/main/java/org/apache/uima/cas/impl => uimaj-v3migration-jcas/src/main/java/org/apache/uima/migratev3/jcas}/UimaDecompiler.java (99%)


[uima-uimaj] 01/01: Merge pull request #229 from apache/refactoring/228-Move-the-UimaDecompiler-class

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 2f6692acba5207e7f0a2afc14b5226ce7797ea2e
Merge: 8e64399c2 c1fd0b5cf
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jul 29 11:14:44 2022 +0200

    Merge pull request #229 from apache/refactoring/228-Move-the-UimaDecompiler-class
    
    #228 - Move the UimaDecompiler class

 uimaj-core/pom.xml                                 |  14 ---
 uimaj-parent/pom.xml                               |   1 +
 uimaj-v3migration-jcas/pom.xml                     |  21 ++--
 .../apache/uima/migratev3/jcas/MigrateJCas.java    | 110 ++++++++++++---------
 .../uima/migratev3/jcas}/UimaDecompiler.java       |   2 +-
 5 files changed, 75 insertions(+), 73 deletions(-)