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

desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git.


    from 83846c5  Merge branch 'geoapi-4.0' into geoapi-3.1
     add 8b31096  chore(Build): set explicit dependencies for JAXB api and 
engine.
     add 2972cce  fix(referencing): remove useless jaxb dependency, already 
handled by sis-metadata.
     add b9b440d  Merge branch 'chore/jaxb-dependency' into geoapi-4.0 with 
modifications: - Implementation.INTERNAL keep for now with removal is deferred 
at a later time: https://issues.apache.org/jira/browse/SIS-469 - All 
OGCNamespacePrefixMapper removed instead of only one, in order to keep 
Implementation.INTERNAL and ENDORSED equivalent. - Jakarata dependency with 
provided scope for allowing Java 8 to use its internal JAXB implementation.
     add 1f6356a  Add a note about JAXB being distributed under Eclipse 
Distribution License license.
     add 17e09ca  Make the sis-javafx module optional. That module is built 
only if the PATH_TO_FX environment variable is set. See 
https://openjfx.io/openjfx-docs/#install-javafx for more information.
     add 599ef94  Remove spurious warnings about 
"org.apache.sis.xml.defaultNamespace" property.
     add 2114e9d  Modify the NetBeans project configuration for making it 
compatible with Java 11. We dropped the JavaFX sources from now (they are still 
present as an optional Maven module).
     add ae989c9  Add a note saying that Apache SIS can be built with Java 
version higher than 10. https://issues.apache.org/jira/browse/SIS-438
     new 3363d3c  Merge branch 'geoapi-4.0' into geoapi-3.1: make Apache SIS 
compatible with Java 11+. https://issues.apache.org/jira/browse/SIS-438

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:
 NOTICE                                             |  11 +-
 application/pom.xml                                |  17 ++-
 application/sis-console/pom.xml                    |   5 +
 application/sis-javafx/pom.xml                     |   5 +-
 .../org/apache/sis/internal/gui/Resources.java     |   2 +-
 core/sis-metadata/pom.xml                          |  13 +-
 .../apache/sis/internal/jaxb/gco/package-info.java |   5 +-
 .../java/org/apache/sis/xml/Implementation.java    |  32 ++---
 .../java/org/apache/sis/xml/MarshallerPool.java    |  25 +---
 .../apache/sis/xml/OGCNamespacePrefixMapper.java   |  79 ------------
 .../sis/xml/OGCNamespacePrefixMapper_Endorsed.java |  73 -----------
 .../src/main/java/org/apache/sis/xml/XML.java      |   7 +-
 .../apache/sis/test/suite/MetadataTestSuite.java   |   1 -
 .../org/apache/sis/xml/MarshallerPoolTest.java     |   2 -
 .../sis/xml/OGCNamespacePrefixMapperTest.java      | 134 ---------------------
 core/sis-referencing/pom.xml                       |   9 ++
 ide-project/NetBeans/nbproject/build-impl.xml      |  47 +++-----
 ide-project/NetBeans/nbproject/genfiles.properties |   4 +-
 ide-project/NetBeans/nbproject/project.properties  |  43 ++++---
 ide-project/NetBeans/nbproject/project.xml         |   2 -
 pom.xml                                            |  24 +++-
 profiles/sis-french-profile/pom.xml                |   5 +
 storage/sis-storage/pom.xml                        |   5 +
 storage/sis-xmlstore/pom.xml                       |   5 +
 24 files changed, 137 insertions(+), 418 deletions(-)
 delete mode 100644 
core/sis-metadata/src/main/java/org/apache/sis/xml/OGCNamespacePrefixMapper.java
 delete mode 100644 
core/sis-metadata/src/main/java/org/apache/sis/xml/OGCNamespacePrefixMapper_Endorsed.java
 delete mode 100644 
core/sis-metadata/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java

Reply via email to