You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by Martin Desruisseaux <ma...@geomatys.com> on 2022/05/09 08:56:50 UTC

Proposing a SIS 1.2 release

Hello all

I propose to prepare an Apache SIS 1.2 release this week. Some features 
in this release would be:

  * Fix for the "https" issue (the yellow box at [1]).
  * A few more image operations (mask).
  * A few more coordinate operations:
      o Rotated latitude/longitude
      o Mercator auxiliary sphere
      o Lambert Azimuthal Equal Area
  * A few more data formats:
      o ESRI ASCII Grid
      o ESRI BIL/BIP/BSQ
      o World File
  * Support for WKT element "GEOGTRAN" (ESRI-specific).
  * Support for Amazon S3 storage (partial support for now).
  * Various bug fixes in SQLStore, JavaFX application, coordinate
    operations.

Any opinion? If hearing none, I will prepare a release candidate in a 
staging repository for submission.

     Martin

[1] https://sis.apache.org/javafx.html


Re: Partial stage for SIS 1.2 release

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Thierry

Le 10/05/2022 à 22:01, Thierry Danard a écrit :

> I just deployed it to our development environment, and didn't 
> encounter an issue.
>
Thanks for testing! If no other issue, I will call for a formal vote then.

     Martin



Re: Partial stage for SIS 1.2 release

Posted by Thierry Danard <th...@int.com.INVALID>.
Thank you!

I just deployed it to our development environment, and didn't encounter an
issue.


On Tue, May 10, 2022 at 12:12 PM Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello all
>
> The work for SIS 1.2 release is still in progress. But for Maven users,
> a staging repository is available. Testers need to temporarily add the
> following configuration in their pom.xml:
>
>     <repositories>
>        <repository>
>          <id>sis.staging</id>
>          <name>SIS staging repository</name>
>          <url>
> https://repository.apache.org/content/repositories/orgapachesis-1037</url>
>        </repository>
>     </repositories>
>
> If no issue is reported, the content of above staging repository will be
> moved as-is (no recompilation) to Maven Central repository when the
> release will happen. If blocking issues are reported, a new staging
> repository at a new URL will be created for the second release
> candidate. In any case, above staging repository will be deleted in a
> few weeks.
>
> In addition, the formal artifact have been prepared there:
>
>     https://dist.apache.org/repos/dist/dev/sis/1.2/RC1
>
> Above directory is what would be the official release for Apache SIS
> 1.2. I will submit it to a vote later (I have not finished tests and
> updating the web site). But in the meantime if anyone is willing to test
> and report issues, that would be appreciated.
>
>      Martin
>
>
>

Partial stage for SIS 1.2 release

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello all

The work for SIS 1.2 release is still in progress. But for Maven users, 
a staging repository is available. Testers need to temporarily add the 
following configuration in their pom.xml:

    <repositories>
       <repository>
         <id>sis.staging</id>
         <name>SIS staging repository</name>
         <url>https://repository.apache.org/content/repositories/orgapachesis-1037</url>
       </repository>
    </repositories>

If no issue is reported, the content of above staging repository will be 
moved as-is (no recompilation) to Maven Central repository when the 
release will happen. If blocking issues are reported, a new staging 
repository at a new URL will be created for the second release 
candidate. In any case, above staging repository will be deleted in a 
few weeks.

In addition, the formal artifact have been prepared there:

    https://dist.apache.org/repos/dist/dev/sis/1.2/RC1

Above directory is what would be the official release for Apache SIS 
1.2. I will submit it to a vote later (I have not finished tests and 
updating the web site). But in the meantime if anyone is willing to test 
and report issues, that would be appreciated.

     Martin



Re: Proposing a SIS 1.2 release

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Thanks. I prepared a temporary 1.2-RC (for "Release Candidate") branch 
at [1]. The update of the web site is still a work in progress, but the 
release notes [2] and list of supported formats [3] has been added, and 
the list of operation methods [4] and supported CRS [5] updated.

Tomorrow I will continue with the tests of 1.2-RC branch, then if okay I 
will prepare a release candidate in a staging repository.

     Martin

[1] https://github.com/apache/sis/tree/1.2-RC
[2] https://sis.staged.apache.org/release-notes/1.2.html
[3] https://sis.staged.apache.org/formats.html
[4] https://sis.staged.apache.org/tables/CoordinateOperationMethods.html
[5] https://sis.staged.apache.org/tables/CoordinateReferenceSystems.html


Le 09/05/2022 à 13:24, Bruno Kinoshita a écrit :

> Looks good to me Martin!
>


Re: Proposing a SIS 1.2 release

Posted by Bruno Kinoshita <br...@gmail.com>.
Looks good to me Martin!

Thanks!
Bruno

On Mon, 9 May 2022 at 20:56, Martin Desruisseaux <
martin.desruisseaux@geomatys.com> wrote:

> Hello all
>
> I propose to prepare an Apache SIS 1.2 release this week. Some features
> in this release would be:
>
>   * Fix for the "https" issue (the yellow box at [1]).
>   * A few more image operations (mask).
>   * A few more coordinate operations:
>       o Rotated latitude/longitude
>       o Mercator auxiliary sphere
>       o Lambert Azimuthal Equal Area
>   * A few more data formats:
>       o ESRI ASCII Grid
>       o ESRI BIL/BIP/BSQ
>       o World File
>   * Support for WKT element "GEOGTRAN" (ESRI-specific).
>   * Support for Amazon S3 storage (partial support for now).
>   * Various bug fixes in SQLStore, JavaFX application, coordinate
>     operations.
>
> Any opinion? If hearing none, I will prepare a release candidate in a
> staging repository for submission.
>
>      Martin
>
> [1] https://sis.apache.org/javafx.html
>
>

Re: Proposing a SIS 1.2 release

Posted by Johann Sorel <jo...@geomatys.com>.
All good for me,
Thanks for all the work done.

Johann Sorel


On 09/05/2022 10:56, Martin Desruisseaux wrote:
> Hello all
>
> I propose to prepare an Apache SIS 1.2 release this week. Some 
> features in this release would be:
>
>  * Fix for the "https" issue (the yellow box at [1]).
>  * A few more image operations (mask).
>  * A few more coordinate operations:
>      o Rotated latitude/longitude
>      o Mercator auxiliary sphere
>      o Lambert Azimuthal Equal Area
>  * A few more data formats:
>      o ESRI ASCII Grid
>      o ESRI BIL/BIP/BSQ
>      o World File
>  * Support for WKT element "GEOGTRAN" (ESRI-specific).
>  * Support for Amazon S3 storage (partial support for now).
>  * Various bug fixes in SQLStore, JavaFX application, coordinate
>    operations.
>
> Any opinion? If hearing none, I will prepare a release candidate in a 
> staging repository for submission.
>
>     Martin
>
> [1] https://sis.apache.org/javafx.html
>