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

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


    from 8a62a3c524 Merge branch 'geoapi-3.1'
     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.
     add 9b695745b2 Merge branch 'geoapi-4.0' into geoapi-3.1. This is a change 
in GeoAPI `CodeList` for avoiding a deadlock.
     new 96e4ba9bde Merge branch 'geoapi-3.1'

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:
 .../org.apache.sis.metadata/main/module-info.java  |  4 ++
 .../sis/xml/bind/metadata/replace/SensorType.java  |  6 +--
 .../apache/sis/util/collection/CodeListSet.java    | 53 ++++++++++++----------
 .../apache/sis/util/internal/shared/CodeLists.java | 34 +++++++++-----
 .../sis/util/collection/CodeListSetTest.java       | 11 +++--
 .../apache/sis/util/collection/LargeCodeList.java  | 12 +++--
 .../gui/referencing/PositionableProjection.java    |  2 +-
 7 files changed, 75 insertions(+), 47 deletions(-)

Reply via email to