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 cbff3dd11d Minor documentation updates. new 84cb229fe7 Simplify a little bit the NetBeans project configuration: - Remove the NetBeans-specific "uncommitted" module. - Use symbolic link for geoapi-pending dependency. - Add missing entries in `project.properties`. new dd3ddafcb2 Use deterministic dimension order for user-specified units. This commit fixes a random test failure where the order depended on which tests were executed first, because the dimension order of the first cached unit was the order used for other compatible units. 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: .../sis/buildtools/coding/ReorganizeImports.java | 3 +- .../main/org/apache/sis/measure/UnitDimension.java | 73 +++++++++-- .../main/org/apache/sis/measure/UnitRegistry.java | 55 +++++++- .../org/apache/sis/util/collection/WeakEntry.java | 14 +- .../sis/util/collection/WeakValueHashMap.java | 145 ++++++++++++--------- .../org/apache/sis/measure/UnitFormatTest.java | 4 +- netbeans-project/README.md | 3 +- netbeans-project/build.xml | 6 +- netbeans-project/nbproject/build-impl.xml | 38 +----- netbeans-project/nbproject/genfiles.properties | 4 +- netbeans-project/nbproject/project.properties | 39 +++--- netbeans-project/nbproject/project.xml | 1 - netbeans-project/src-local/.gitignore | 5 - .../test/module-info.java | 32 ----- .../apache/sis/test/uncommitted/package-info.java | 6 - 15 files changed, 250 insertions(+), 178 deletions(-) delete mode 100644 netbeans-project/src-local/.gitignore delete mode 100644 netbeans-project/src-local/org.apache.sis.test.uncommitted/test/module-info.java delete mode 100644 netbeans-project/src-local/org.apache.sis.test.uncommitted/test/org/apache/sis/test/uncommitted/package-info.java