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


 discard e109a4954d Channel : avoid raising an exception when a flush is called 
with an index before current position, call has no effect
     new 819c427f4b Channel: avoid raising an exception when a flush is called 
with an index before current position, call has no effect.
     new d9803c0908 Show data start time and elevation range in metadata 
summary.
     new 6662674bd5 Apply the dependency upgrade of commit 1a2bc02b6f to the 
NetBeans project as well.
     new d1d9870de2 MapInfo producer "Pitney Bowes Inc." renamed "Precisely". 
Remove test for MapInfo code space because it changes often.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e109a4954d)
            \
             N -- N -- N   refs/heads/geoapi-4.0 (d1d9870de2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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/gui/metadata/IdentificationInfo.java       | 86 ++++++++++++++++------
 .../apache/sis/gui/metadata/MetadataSummary.java   | 44 +++++------
 .../sis/gui/metadata/RepresentationInfo.java       | 12 +--
 .../java/org/apache/sis/gui/metadata/Section.java  |  4 +-
 .../apache/sis/gui/metadata/VerboseFormats.java    | 68 +++++++++++++++++
 .../org/apache/sis/gui/metadata/package-info.java  |  2 +-
 ...{TextFormats.java => PropertyValueFormats.java} | 19 ++---
 .../sis/internal/gui/PropertyValueFormatter.java   |  4 +-
 .../org/apache/sis/internal/gui/PropertyView.java  |  4 +-
 .../org/apache/sis/metadata/sql/Citations.sql      | 22 +++---
 .../sis/metadata/iso/citation/CitationsTest.java   | 29 ++++----
 ide-project/NetBeans/nbproject/project.properties  |  8 +-
 .../internal/storage/io/ChannelDataOutputTest.java | 10 +--
 13 files changed, 200 insertions(+), 112 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/gui/metadata/VerboseFormats.java
 rename 
application/sis-javafx/src/main/java/org/apache/sis/internal/gui/{TextFormats.java
 => PropertyValueFormats.java} (86%)

Reply via email to