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 a8a2df6ef0 Merge branch 'geoapi-4.0' into geoapi-3.1. Replacement of 
the synchronized windows features of the JavaFX application.
     add e3bd2106f0 Update for a change in GeoAPI development branch. The way 
to declare a `CodeList` had to change in order to avoid a deadlock which 
occurred at class initialization time. The fix is to use less magic in the 
`CodeList` parent class, which requires that subclasses declare `VALUES` 
themselves.
     add 94b8b5fa2b Reduce a little bit the needs to use reflection for getting 
code list values.
     new 9b695745b2 Merge branch 'geoapi-4.0' into geoapi-3.1. This is a change 
in GeoAPI `CodeList` for avoiding a deadlock.

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:
 .../apache/sis/filter/math/FilteringFunction.java  |  10 +-
 .../org.apache.sis.metadata/main/module-info.java  |   4 +
 .../sis/xml/bind/metadata/replace/SensorType.java  |  27 ++++-
 .../referencing/internal/VerticalDatumTypes.java   |   2 +-
 .../apache/sis/util/collection/CodeListSet.java    |  54 +++++----
 .../apache/sis/util/internal/shared/CodeLists.java | 121 ++++++++++++---------
 .../sis/util/collection/CodeListSetTest.java       |  11 +-
 .../apache/sis/util/collection/LargeCodeList.java  |  30 ++---
 geoapi/snapshot                                    |   2 +-
 .../gui/referencing/PositionableProjection.java    |   9 +-
 10 files changed, 172 insertions(+), 98 deletions(-)

Reply via email to