This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from 87f7778d56 More dependency upgrades. Minor bug fix in metadata copy constructor. new 333791293f Avoid a NumberFormatException in the wizard when installing JavaFX 19. new 67f57a8f37 Retrofit `sis-console/artifact` into `sis-javafx/artifact`. The intent is to have a single source for the packaging of SIS binaries. `sis-console/artifact` was slightly obsolete compared to `sis-javafx/artifact`. new a2ecd9979b Include version number in fallback CRS. It is a way to tell that those definitions do not use datum ensemble. The 3 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: application/sis-console/pom.xml | 23 ---- application/sis-console/src/main/artifact/LICENSE | 1 - application/sis-console/src/main/artifact/NOTICE | 1 - application/sis-console/src/main/artifact/README | 98 --------------- .../src/main/artifact/conf/logging.properties | 63 ---------- .../sis-console/src/main/artifact/data/README | 10 -- .../sis-console/src/main/artifact/lib/README | 8 -- .../sis-console/src/main/artifact/log/README | 1 - application/sis-javafx/src/main/artifact/README | 4 +- .../src/main/artifact/bin/sis | 4 +- .../src/main/artifact/bin/{sisfx.bat => sis.bat} | 21 +--- application/sis-javafx/src/main/artifact/bin/sisfx | 2 +- .../sis-javafx/src/main/artifact/bin/sisfx.bat | 2 +- .../src/main/artifact/conf/logging.properties | 7 +- .../sis-javafx/src/main/artifact/data/README | 11 +- .../sis-javafx/src/main/artifact/log/README | 2 +- .../org/apache/sis/internal/setup/FXFinder.java | 29 +++-- .../sis/internal/setup/LoggingConfiguration.java | 94 --------------- .../apache/sis/internal/setup/package-info.java | 2 +- .../org/apache/sis/internal/maven/Assembler.java | 8 +- .../sis/referencing/EPSGFactoryFallback.java | 4 +- .../sis/referencing/StandardDefinitions.java | 12 +- .../org/apache/sis/referencing/package-info.java | 2 +- .../apache/sis/internal/system/package-info.java | 2 +- .../org/apache/sis/util/logging/Initializer.java | 133 +++++++++++++++++++++ 25 files changed, 198 insertions(+), 346 deletions(-) delete mode 120000 application/sis-console/src/main/artifact/LICENSE delete mode 120000 application/sis-console/src/main/artifact/NOTICE delete mode 100644 application/sis-console/src/main/artifact/README delete mode 100644 application/sis-console/src/main/artifact/conf/logging.properties delete mode 100644 application/sis-console/src/main/artifact/data/README delete mode 100644 application/sis-console/src/main/artifact/lib/README delete mode 100644 application/sis-console/src/main/artifact/log/README rename application/{sis-console => sis-javafx}/src/main/artifact/bin/sis (92%) copy application/sis-javafx/src/main/artifact/bin/{sisfx.bat => sis.bat} (55%) mode change 120000 => 100644 application/sis-javafx/src/main/artifact/data/README delete mode 100644 application/sis-javafx/src/main/java/org/apache/sis/internal/setup/LoggingConfiguration.java create mode 100644 core/sis-utility/src/main/java/org/apache/sis/util/logging/Initializer.java