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 1a72af035d Fix more character encoding and ANSI color problems when 
using SIS from command line or from JShell.
     new b368e40005 Force SIS class initialization at JShell startup time.
     new 9e1128778b Move `StoreTypeDetector` to a dedicated "services" package. 
More service implementations may be added in the future.
     new b3b97511aa Move to `...storage.internal` two classes that are not 
intended to be exported, even by qualified export. The "internal" packages are 
intended to be truly internal to the module that contains it. For now, this 
policy is applied only to `org.apache.sis.storage` module. Other modules will 
follow in the future.

The 3 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:
 .../main/org/apache/sis/console/Command.java       |  2 +
 .../main/org/apache/sis/console/SIS.java           | 10 +++
 .../services/java.nio.file.spi.FileTypeDetector    |  2 +-
 .../org.apache.sis.storage/main/module-info.java   |  2 +-
 .../sis/io/stream/ChannelImageOutputStream.java    |  2 -
 .../main/org/apache/sis/io/stream/IOUtilities.java |  1 +
 .../apache/sis/io/stream/OutputStreamAdapter.java  |  2 +-
 .../org/apache/sis/storage/DataStoreProvider.java  | 10 +--
 .../main/org/apache/sis/storage/ProbeReader.java   |  2 +-
 .../org/apache/sis/storage/StorageConnector.java   |  4 +-
 .../main/org/apache/sis/storage/csv/Store.java     |  2 +-
 .../internal}/InputStreamAdapter.java              | 15 ++--
 .../internal}/RewindableLineReader.java            |  2 +-
 .../{internal => services}/StoreTypeDetector.java  |  2 +-
 .../apache/sis/storage/services}/package-info.java |  8 +--
 .../apache/sis/storage/StorageConnectorTest.java   | 81 +++++++++++-----------
 .../internal}/RewindableLineReaderTest.java        | 39 +++++------
 .../src/org.apache.sis.gui/bundle/conf/imports.jsh |  1 +
 18 files changed, 97 insertions(+), 90 deletions(-)
 rename endorsed/src/org.apache.sis.storage/main/org/apache/sis/{io/stream => 
storage/internal}/InputStreamAdapter.java (95%)
 rename endorsed/src/org.apache.sis.storage/main/org/apache/sis/{io/stream => 
storage/internal}/RewindableLineReader.java (99%)
 rename 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/{internal => 
services}/StoreTypeDetector.java (98%)
 copy {buildSrc/src/main/java/org/apache/sis/buildtools/doclet => 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/services}/package-info.java
 (75%)
 rename endorsed/src/org.apache.sis.storage/test/org/apache/sis/{io/stream => 
storage/internal}/RewindableLineReaderTest.java (80%)

Reply via email to