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 45fcb32 Use the localization provided by `CompoundFormat` for formatting values in the metadata tree. This is a cleaner solution than previous code for solving a problem of geographic extent not property formatted. new 24e3b71 Reduce the log levels (from FINE to FINER) of CRS created as a result of scanning the database in search for a CRS matching criteria. new c6d42d4 Provide a way to select the filter log messages by logger. The 2 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-javafx/pom.xml | 4 +- .../java/org/apache/sis/gui/dataset/LogViewer.java | 158 ++++++++++++++---- .../apache/sis/gui/dataset/ResourceExplorer.java | 2 +- .../org/apache/sis/internal/gui/GUIUtilities.java | 64 ++++++++ .../org/apache/sis/internal/gui/LogHandler.java | 177 ++++++++++++++++----- .../org/apache/sis/internal/gui/Resources.java | 5 + .../apache/sis/internal/gui/Resources.properties | 1 + .../sis/internal/gui/Resources_fr.properties | 1 + .../apache/sis/internal/gui/GUIUtilitiesTest.java | 81 +++++++++- .../org/apache/sis/metadata/MetadataStandard.java | 4 +- .../org/apache/sis/metadata/MetadataVisitor.java | 4 +- .../org/apache/sis/metadata/TreeTableView.java | 4 +- .../org/apache/sis/metadata/sql/Dispatcher.java | 4 +- .../factory/ConcurrentAuthorityFactory.java | 15 +- .../referencing/factory/GeodeticObjectFactory.java | 30 ++-- .../factory/IdentifiedObjectFinder.java | 28 ++-- .../referencing/factory/sql/EPSGCodeFinder.java | 9 +- .../referencing/factory/sql/EPSGDataAccess.java | 10 +- .../operation/AbstractCoordinateOperation.java | 2 +- .../operation/CoordinateOperationRegistry.java | 4 +- .../org/apache/sis/internal/system/Semaphores.java | 26 ++- .../apache/sis/internal/system/package-info.java | 2 +- .../apache/sis/util/logging/PerformanceLevel.java | 25 ++- .../org/apache/sis/util/resources/Vocabulary.java | 10 ++ .../sis/util/resources/Vocabulary.properties | 2 + .../sis/util/resources/Vocabulary_fr.properties | 2 + src/main/config/logging.properties | 8 +- 27 files changed, 540 insertions(+), 142 deletions(-)