This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new d05e69ae Regenerate the web site before SIS 1.3 release.
d05e69ae is described below
commit d05e69ae54b5413fc0e1cdcf59fc6c60510103a7
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Mon Dec 26 11:51:57 2022 +0100
Regenerate the web site before SIS 1.3 release.
---
DOAP.rdf | 2 +-
build.html | 1 +
command-line.html | 4 ++--
downloads.html | 5 +++--
en/index.html | 11 ++++++++++-
en/sitemap.xml | 34 +++++++++++++++++-----------------
fr/index.html | 2 +-
index.html | 4 ++--
index.xml | 33 ++++++++++++++++-----------------
release-management.html | 5 +++--
release-notes/0.1.html | 1 +
release-notes/0.2.html | 1 +
release-notes/0.3.html | 1 +
release-notes/0.4.html | 1 +
release-notes/0.5.html | 1 +
release-notes/0.6.html | 1 +
release-notes/0.7.html | 1 +
release-notes/0.8.html | 1 +
release-notes/1.0.html | 1 +
release-notes/1.1.html | 1 +
release-notes/1.2.html | 1 +
release-notes/1.3.html | 3 ++-
release-notes/index.xml | 27 +++++++++++++--------------
sitemap.xml | 2 +-
templates/release-discuss.html | 38 ++++++++++++++++++++++++++++++++++++++
templates/release-discuss.txt | 22 ----------------------
26 files changed, 121 insertions(+), 83 deletions(-)
diff --git a/DOAP.rdf b/DOAP.rdf
index 30f4adb1..7a369ea3 100644
--- a/DOAP.rdf
+++ b/DOAP.rdf
@@ -163,7 +163,7 @@
<release>
<Version>
<name>Apache SIS 1.3 — data quality</name>
- <created>2022-12-23</created>
+ <created>2022-12-25</created>
<revision>1.3</revision>
</Version>
</release>
diff --git a/build.html b/build.html
index 34c03e74..e7e843dd 100644
--- a/build.html
+++ b/build.html
@@ -104,6 +104,7 @@
<p class="page-title">Build from source</p>
<p>Apache <abbr title="Spatial Information System">SIS</abbr> is built by
Maven.
+It requires Java 17 or higher for building, but the compilation result can be
executed on Java 8 or higher.
For installing the JAR files in the local Maven repository, execute the
following command
from the SIS project root:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code
class="language-bash" data-lang="bash"><span class="line"><span class="cl">mvn
install</span></span></code></pre></div>
diff --git a/command-line.html b/command-line.html
index 941c7897..07ca1999 100644
--- a/command-line.html
+++ b/command-line.html
@@ -290,7 +290,7 @@ Furthermore, the <em>“NTF (Paris) / Lambert zone II”</em>
name has been repl
Executing the following command:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code
class="language-bash" data-lang="bash"><span class="line"><span class="cl">sis
identifier
https://sis.apache.org/examples/crs/MissingIdentifier.wkt</span></span></code></pre></div>
<p>produces an output like below:</p>
-<div class="highlight"><pre tabindex="0" class="chroma"><code
class="language-text" data-lang="text"><span class="line"><span
class="cl">urn:ogc:def:crs:EPSG:9.9.1:27572 | NTF (Paris) / Lambert zone
II</span></span></code></pre></div>
+<div class="highlight"><pre tabindex="0" class="chroma"><code
class="language-text" data-lang="text"><span class="line"><span
class="cl">urn:ogc:def:crs:EPSG:9.9.1:27572 | NTF (Paris) / Lambert zone
II</span></span></code></pre></div>
<p>As we can see, Apache <abbr title="Spatial Information System">SIS</abbr>
has been able to find back the identifier code and the actual <abbr
title="Coordinate Reference System">CRS</abbr> name.</p>
<p>Sometimes a <abbr title="Well Known Text">WKT</abbr> declares wrongly an
EPSG code.
The most frequent case is a <abbr title="Well Known Text">WKT</abbr> that
defines a Coordinate Reference System with (<em>longitude</em>,
<em>latitude</em>) axes,
@@ -321,7 +321,7 @@ The next example asks the identifier of a <abbr
title="Coordinate Reference Syst
<p>Executing the following command:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code
class="language-bash" data-lang="bash"><span class="line"><span class="cl">sis
identifier
https://sis.apache.org/examples/crs/EquivalentDefinition.wkt</span></span></code></pre></div>
<p>produces an output like below:</p>
-<div class="highlight"><pre tabindex="0" class="chroma"><code
class="language-text" data-lang="text"><span class="line"><span
class="cl">urn:ogc:def:crs:EPSG:9.9.1:3994 | WGS 84 / Mercator
41</span></span></code></pre></div>
+<div class="highlight"><pre tabindex="0" class="chroma"><code
class="language-text" data-lang="text"><span class="line"><span
class="cl">urn:ogc:def:crs:EPSG:9.9.1:3994 | WGS 84 / Mercator
41</span></span></code></pre></div>
<p>In above example, Apache <abbr title="Spatial Information
System">SIS</abbr> used the fact that a
<em>“Mercator (variant A)”</em> projection with a <em>“Scale factor at natural
origin”</em> parameter value of 0.755799… on the WGS84 datum is numerically
equivalent to a
<em>“Mercator (variant B)”</em> projection with a <em>“Latitude of 1st
standard parallel”</em> parameter value of 41° on the same datum.
diff --git a/downloads.html b/downloads.html
index 3b742655..a9311b70 100644
--- a/downloads.html
+++ b/downloads.html
@@ -104,7 +104,8 @@
<p class="page-title">Apache SIS downloads</p>
<p>Apache <abbr title="Spatial Information System">SIS</abbr> 1.3 is now
available.
-See the <a href="release-notes/1.3.html">release notes</a> for a list of
changes since the previous version.</p>
+See the <a href="release-notes/1.3.html">release notes</a> for a list of
changes since the previous version.
+See the <a href="build.html">build instruction</a> for compiling from the
sources.</p>
<p>Apache <abbr title="Spatial Information System">SIS</abbr> releases are
available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0</a>.
See the <code>NOTICE</code> file contained in each release artifact for
applicable copyright attribution notices.</p>
<nav id="TableOfContents">
@@ -127,7 +128,7 @@ For convenience, an aggregated Javadoc and pre-compiled JAR
files are available
The precompiled JAR files contain most modules and mandatory dependencies.
Optional dependencies (JAXB implementation, UCAR netCDF library, Amazon SDK)
are not included.</p>
<ul>
-<li><a
href="http://www.apache.org/dyn/closer.cgi/sis/1.3/apache-sis-1.3-src.zip">Apache
SIS 1.3 sources</a> [<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-src.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-src.zip.sha512">SHA
512</a>]</li>
+<li><a
href="http://www.apache.org/dyn/closer.cgi/sis/1.3/apache-sis-1.3-src.zip">Apache
SIS 1.3 sources</a> [<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-src.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-src.zip.sha512">SHA
512</a>] (<a href="build.html">build from source</a>)</li>
<li><a
href="http://www.apache.org/dyn/closer.cgi/sis/1.3/apache-sis-1.3-doc.zip">Apache
SIS 1.3 javadoc</a> [<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-doc.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-doc.zip.sha512">SHA
512</a>]</li>
<li><a
href="http://www.apache.org/dyn/closer.cgi/sis/1.3/apache-sis-1.3-bin.zip">Apache
SIS 1.3 binary</a> [<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-bin.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/sis/1.3/apache-sis-1.3-bin.zip.sha512">SHA
512</a>]</li>
</ul>
diff --git a/en/index.html b/en/index.html
index a5bbcbae..3f39a0fa 100644
--- a/en/index.html
+++ b/en/index.html
@@ -1 +1,10 @@
-<!DOCTYPE html><html><head><title>https://sis.apache.org</title><link
rel="canonical" href="https://sis.apache.org"/><meta name="robots"
content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh"
content="0; url=https://sis.apache.org" /></head></html>
\ No newline at end of file
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>https://sis.apache.org</title>
+ <link rel="canonical" href="https://sis.apache.org">
+ <meta name="robots" content="noindex">
+ <meta charset="utf-8">
+ <meta http-equiv="refresh" content="0; url=https://sis.apache.org">
+ </head>
+</html>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 1ddb21fd..69450f2a 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://sis.apache.org/downloads.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/team-list.html</loc>
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/build.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/source.html</loc>
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/command-line.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-10T13:33:52+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/formats.html</loc>
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
@@ -55,7 +55,7 @@
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-management.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-management-setup.html</loc>
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
@@ -64,40 +64,40 @@
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.1.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.2.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.3.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.4.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.5.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.6.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.7.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/0.8.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/1.0.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/1.1.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/1.2.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/release-notes/1.3.html</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/coding-conventions.html</loc>
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
@@ -106,7 +106,7 @@
<lastmod>2022-12-08T22:07:22+01:00</lastmod>
</url><url>
<loc>https://sis.apache.org/</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="fr"
diff --git a/fr/index.html b/fr/index.html
index 6ea36dbf..e2b0c924 100644
--- a/fr/index.html
+++ b/fr/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="fr">
<head>
- <meta name="generator" content="Hugo 0.93.3" />
+ <meta name="generator" content="Hugo 0.98.0" />
<title>Apache SIS - La bibliothèque Apache SIS™</title>
diff --git a/index.html b/index.html
index 3e4dc806..ae579518 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="generator" content="Hugo 0.93.3" />
+ <meta name="generator" content="Hugo 0.98.0" />
<title>Apache SIS - The Apache SIS™ library</title>
@@ -182,7 +182,7 @@ and more <a
href="tables/CoordinateOperationMethods.html">supported operation me
<h2 id="user">Using Apache SIS </h2>
<p>The latest SIS release is 1.3, released December 2023,
and can be <a href="downloads.html">downloaded</a> as a <code>zip</code> files
or as Maven dependencies.
-Apache <abbr title="Spatial Information System">SIS</abbr> requires Java 17 or
higher for <a href="build.html">building</a>, but can be executed on Java 8 or
higher.
+This is the latest version that can be run on Java 8 (next version will
require Java 11).
The EPSG geodetic dataset is optional for licensing reasons, but recommended.
EPSG database installation is <a href="epsg.html">described in a separated
page</a>.</p>
<p>Apache <abbr title="Spatial Information System">SIS</abbr> is a Java
library for use by other applications.
diff --git a/index.xml b/index.xml
index 809bc474..f1a8be91 100644
--- a/index.xml
+++ b/index.xml
@@ -12,7 +12,7 @@
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/downloads.html</guid>
- <description>Apache SIS 1.3 is now available. See the release notes for
a list of changes since the previous version.
+ <description>Apache SIS 1.3 is now available. See the release notes for
a list of changes since the previous version. See the build instruction for
compiling from the sources.
Apache SIS releases are available under the Apache License, Version 2.0. See
the NOTICE file contained in each release artifact for applicable copyright
attribution notices.
Download ZIP files Verify signatures Download as Maven dependencies
Include non-free resources Download ZIP files Apache SIS is distributed
in the form of Java source code in a multi-modules Apache Maven
project.</description>
</item>
@@ -33,8 +33,8 @@ Apache SIS releases are available under the Apache License,
Version 2.0. See the
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/build.html</guid>
- <description>Apache SIS is built by Maven. For installing the JAR files
in the local Maven repository, execute the following command from the SIS
project root:
-mvn install The JavaFX application is excluded by default because it depends
on the JavaFX platform which is distributed under GPL license (note that the
SIS module stay under Apache 2 licence). Likewise the EPSG geodetic dataset is
excluded by default for licensing reasons. For including the JavaFX module and
the use of EPSG dataset in the build:</description>
+ <description>Apache SIS is built by Maven. It requires Java 17 or higher
for building, but the compilation result can be executed on Java 8 or higher.
For installing the JAR files in the local Maven repository, execute the
following command from the SIS project root:
+mvn install The JavaFX application is excluded by default because it depends
on the JavaFX platform which is distributed under GPL license (note that the
SIS module stay under Apache 2 licence).</description>
</item>
<item>
@@ -161,7 +161,7 @@ This document is expected to evolve as the Apache SIS
project develops its own m
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.1.html</guid>
- <description>Release date: 2010-11-10 Next release Previous release
Incompatible changes Noticeable changes This is the first release of Apache
SIS (incubator).
+ <description>Release date: 2010-11-10 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 5 This is the first
release of Apache SIS (incubator).
Incompatible changes Not applicable.
Noticeable changes New Features [SIS-1] — Import LocalLucene code into SIS
[SIS-5] — Website logo [SIS-6] — Create DOAP file for projects.a.o [SIS-7] —
Top level pom for SIS [SIS-12] — Write basic SIS documentation for CLI and for
WS layer [SIS-15] — Bake in Demo JSP page for initial release Improvements
[SIS-2] — Stand up SIS website [SIS-3] — Refactor SIS [SIS-14] — Use LatLon
class instead of plain double points in QuadTreeData interface [SIS-23] — Brand
demo.</description>
</item>
@@ -172,7 +172,7 @@ Noticeable changes New Features [SIS-1] — Import
LocalLucene code into SIS
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.2.html</guid>
- <description>Release date: 2012-07-23 Next release Previous release
Incompatible changes Noticeable changes Release from incubator.
+ <description>Release date: 2012-07-23 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 Release from
incubator.
Incompatible changes Not determined.
Noticeable changes New Features [SIS-30] — Jetty Integration Improvements
[SIS-35] — Include JDOM license in the NOTICE file and remove servlet
dependency Bug fixes [SIS-25] — Location servlet doesn&rsquo;t return
correct coordinates for point-radius query region [SIS-26] — Use of Java
1.</description>
</item>
@@ -183,7 +183,7 @@ Noticeable changes New Features [SIS-30] — Jetty
Integration Improvements
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.3.html</guid>
- <description>Release date: 2013-08-17 Next release Previous release
Incompatible changes Noticeable changes This is the first Apache SIS release
as a graduated project (outside incubator).
+ <description>Release date: 2013-08-17 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 This is the first
Apache SIS release as a graduated project (outside incubator).
Incompatible changes Not determined.
Noticeable changes New Features [SIS-62] — Create a sis-utility module
[SIS-52] — Create a sis-metadata module [SIS-55] — Skeleton implementation of
GeoAPI Citation [SIS-46] — Add sis-console module to current SIS project
[SIS-66] — Create new Range class to avoid licensing issues [SIS-77] — Provide
an IDE build for Eclipse Improvements [SIS-57] — A Logo for SIS [SIS-31] —
Website needs a facelift [SIS-38] — Add the missing documentation comments for
SIS-core storage [SIS-40] — Add [...]
</item>
@@ -194,7 +194,7 @@ Noticeable changes New Features [SIS-62] — Create a
sis-utility module [SIS
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.4.html</guid>
- <description>Release date: 2014-04-07 Next release Previous release
Incompatible changes Noticeable changes Incompatible changes Not determined.
+ <description>Release date: 2014-04-07 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 Incompatible
changes Not determined.
Noticeable changes New Features Partial implementation of ISO 19111 —
Referencing by coordinates. Partial implementation of ISO 19162 — Well Known
Text 2. Improvements [SIS-68] — Remove LatLon class and replace with
DirectPosition [SIS-69] — Remove LatLonRect and replace with Envelope class
[SIS-88] — Reduce size of public API [SIS-115] — Ability to set NilReason on
Boolean, Integer, Double and String objects [SIS-119] — Support gmx:FileName
and gmx:MimeFileType elements [SIS-121] [...]
</item>
@@ -204,7 +204,7 @@ Noticeable changes New Features Partial implementation
of ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.5.html</guid>
- <description>Release date: 2015-02-12 Next release Previous release
Incompatible changes Noticeable changes The initial plan for Apache SIS 0.5
was to complete the implementation of Referencing by coordinates (ISO 19111),
which started in SIS 0.4. However this work is not yet finished and is
re-targeted for SIS 0.6 release. Nevertheless this SIS 0.5 release contains an
upgrade of spatial metadata (ISO 19115-1) from the standard published in 2003
to the revision published in 2014 ( [...]
+ <description>Release date: 2015-02-12 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 The initial plan
for Apache SIS 0.5 was to complete the implementation of Referencing by
coordinates (ISO 19111), which started in SIS 0.4. However this work is not yet
finished and is re-targeted for SIS 0.6 release. Nevertheless this SIS 0.5
release contains an upgrade of spatial metadata (ISO 19115-1) from the standard
published in 2003 to the revision [...]
</item>
<item>
@@ -213,7 +213,7 @@ Noticeable changes New Features Partial implementation
of ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.6.html</guid>
- <description>Release date: 2015-09-16 Next release Previous release
Incompatible changes Noticeable changes The main new features of Apache SIS
0.6 are:
+ <description>Release date: 2015-09-16 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 The main new
features of Apache SIS 0.6 are:
Support of Well Known Text version 1 and 2 (ISO 19162) for Coordinate
Reference System objects. Support of Geographic Markup Language (GML) version
3.2 (ISO 19136) for Coordinate Reference System objects, except DerivedCRS,
ConcatenatedOperation and PassThroughOperation. Support of Mercator, Transverse
Mercator, Lambert Conic Conformal and Polar stereographic map
projections.</description>
</item>
@@ -223,7 +223,7 @@ Noticeable changes New Features Partial implementation
of ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.7.html</guid>
- <description>Release date: 2016-05-27 Next release Previous release
Incompatible changes Noticeable changes The main new features of Apache SIS
0.7 are:
+ <description>Release date: 2016-05-27 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 The main new
features of Apache SIS 0.7 are:
Creation of Coordinate Reference System (CRS) objects from an EPSG code. The
list of EPSG codes supported by latest SIS release can be viewed here. Find
coordinate operation paths from a pair of CRS, using the EPSG geodetic dataset
if possible. Completion of Geographic Markup Language (GML) version
3.</description>
</item>
@@ -233,7 +233,7 @@ Noticeable changes New Features Partial implementation
of ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.8.html</guid>
- <description>Release date: 2017-11-24 Next release Previous release
Incompatible changes Noticeable changes An important change in Apache SIS 0.8
is the replacement of the deprecated JSR-275 dependency by JSR-363 — Units of
Measurement API (this implies an upgrade from GeoAPI 3.0.0 to GeoAPI 3.0.1).
Users are encouraged to upgrade to Apache SIS 0.8 or later for resolving this
dependency issue.
+ <description>Release date: 2017-11-24 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 7 An important
change in Apache SIS 0.8 is the replacement of the deprecated JSR-275
dependency by JSR-363 — Units of Measurement API (this implies an upgrade from
GeoAPI 3.0.0 to GeoAPI 3.0.1). Users are encouraged to upgrade to Apache SIS
0.8 or later for resolving this dependency issue.
Incompatible changes Not determined.
Noticeable changes New Features [SIS-128] — Implement the JSR-363
javax.</description>
</item>
@@ -244,8 +244,7 @@ Noticeable changes New Features [SIS-128] — Implement
the JSR-363 javax.</d
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.0.html</guid>
- <description>Release date: 2019-09-27 Next release Previous release
Incompatible changes Noticeable changes Apache SIS 1.0 can marshal and
unmarshal metadata in XML documents using the new ISO 19115-3 standard. The
previous ISO 19139 standard is still supported and automatically recognized at
unmarshalling time. This release also contains improvements in reading netCDF
files and a beginning of raster support.
-Incompatible changes The following changes in Apache SIS 1.0 are incompatible
with SIS 0.</description>
+ <description>Release date: 2019-09-27 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 + JAXB (either
bundled in the JDK or provided) Apache SIS 1.0 can marshal and unmarshal
metadata in XML documents using the new ISO 19115-3 standard. The previous ISO
19139 standard is still supported and automatically recognized at unmarshalling
time. This release also contains improvements in reading netCDF files and a
beginning of raster support.</desc [...]
</item>
<item>
@@ -254,7 +253,7 @@ Incompatible changes The following changes in Apache SIS
1.0 are incompatible w
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.1.html</guid>
- <description>Release date: 2021-10-06 Next release Previous release
Incompatible changes Noticeable changes Apache SIS 1.1 can read GeoTIFF
images, apply raster reprojections and create isolines from rasters. It can
read features from a SQL database with the FeatureType inferred by analyzing
the database schema. Features can be filtered by the filter API added in this
release, including with geometric operations defined by SQLMM.
+ <description>Release date: 2021-10-06 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 Apache SIS 1.1 can
read GeoTIFF images, apply raster reprojections and create isolines from
rasters. It can read features from a SQL database with the FeatureType inferred
by analyzing the database schema. Features can be filtered by the filter API
added in this release, including with geometric operations defined by SQLMM.
Incompatible changes In the sis-utility module, the following classes moved
to the org.</description>
</item>
@@ -264,7 +263,7 @@ Incompatible changes In the sis-utility module, the
following classes moved to
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.2.html</guid>
- <description>Release date: 2022-05-18 Next release Previous release
Incompatible changes Noticeable changes Apache SIS 1.2 can read World Files
and ESRI ASCII grid and BIL/BIP/BSQ rasters, in addition to GeoTIFF support
added in SIS 1.1, and in addition to netCDF support added in previous releases.
This release also contains various bug fixes improving the stability.
+ <description>Release date: 2022-05-18 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 Apache SIS 1.2 can
read World Files and ESRI ASCII grid and BIL/BIP/BSQ rasters, in addition to
GeoTIFF support added in SIS 1.1, and in addition to netCDF support added in
previous releases. This release also contains various bug fixes improving the
stability.
Incompatible changes None.
Noticeable changes New Features [SIS-529] — Provide native GeoTIFF metadata
[SIS-541] — Add &ldquo;World File&rdquo; reader and writer [SIS-540] —
Add an ESRI ASCII Grid reader and writer [SIS-543] — Add a BIL/BIP/BSQ data
store [SIS-524] — Image masking based on a geometry [SIS-528] — Add a
&ldquo;system monitor&rdquo; with visual indication of seek operations
[SIS-533] — Add &ldquo;Rotated Latitude/Longitude&rdquo; coordinate
operation [SIS-228] — Lambert Azi [...]
</item>
@@ -275,9 +274,9 @@ Noticeable changes New Features [SIS-529] — Provide
native GeoTIFF metadata
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.3.html</guid>
- <description>Release date: 2022-12-23 Next release Previous release
Incompatible changes Noticeable changes This release contains an upgrade of
the org.apache.sis.metadata.iso.quality package to the ISO 19157:2013
international standard. This release contains also various bug fixes improving
the stability.
+ <description>Release date: 2022-12-25 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 This release
contains an upgrade of the org.apache.sis.metadata.iso.quality package to the
ISO 19157:2013 international standard. This release contains also various bug
fixes improving the stability.
Incompatible changes The following changes in Apache SIS 1.3 are
incompatibles with the previous release (SIS 1.2):
- In the org.apache.sis.coverage.grid package, the GridEvaluator class has been
replaced by the GridCoverage.Evaluator interface.</description>
+ In the org.apache.sis.coverage.grid package, the GridEvaluator class has been
replaced by the GridCoverage.</description>
</item>
<item>
diff --git a/release-management.html b/release-management.html
index 989c0d3d..4c1cde31 100644
--- a/release-management.html
+++ b/release-management.html
@@ -532,6 +532,7 @@ If okay, commit and copy to staging repository:</p>
</span></span><span class="line"><span class="cl"><span class="c1">#
Commit</span>
</span></span><span class="line"><span class="cl">git add --all
</span></span><span class="line"><span class="cl">git commit --message <span
class="s2">"Staging repository for the </span><span
class="nv">$NEW_VERSION</span><span class="s2"> release."</span>
+</span></span><span class="line"><span class="cl">git push
</span></span><span class="line"><span class="cl"><span
class="sb">```</span></span></span></code></pre></div>
<p>The new web site will be published in the <a
href="https://sis.staged.apache.org/">staging area</a>.
It will not yet be published on <code>https://sis.apache.org</code>.</p>
@@ -540,7 +541,7 @@ It will not yet be published on
<code>https://sis.apache.org</code>.</p>
<li>Create a VOTE email thread on <code>dev@</code> to record votes as replies.
A template is available <a href="templates/release-vote.html">here</a>.</li>
<li>Create a DISCUSS email thread on <code>dev@</code> for any vote questions.
-A template is available <a href="templates/release-discuss.txt">here</a>.</li>
+A template is available <a href="templates/release-discuss.html">here</a>.</li>
<li>Perform a review of the release and cast your vote:</li>
<li>a -1 vote does not necessarily mean that the vote must be redone, however
it is usually a good idea
to rollback the release if a -1 vote is received. See <em>Recovering from a
vetoed release</em> below.</li>
@@ -618,7 +619,7 @@ The email needs to be sent from an <code>@apache.org</code>
email address.</li>
</ul>
<p>Then on the development branch:</p>
<ul>
-<li>Edit the version number in the
<code>application/sis-console/src/main/artifact/README</code> file.</li>
+<li>Edit the version number in the
<code>application/sis-javafx/src/main/artifact/README</code> file.</li>
</ul>
<h2 id="nexus-clean">Delete old artifacts on Maven snapshot repository </h2>
<p>Login in the <a href="https://repository.apache.org/index.html">Nexus
repository</a>. In the <em>Repositories</em> tag, select <em>Snapshots</em> of
type <em>hosted</em>
diff --git a/release-notes/0.1.html b/release-notes/0.1.html
index 62b71982..359a2ccc 100644
--- a/release-notes/0.1.html
+++ b/release-notes/0.1.html
@@ -109,6 +109,7 @@
<li>Previous release</li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 5</li>
</ul>
<p>This is the first release of Apache SIS (incubator).</p>
<h1 id="compatibility">Incompatible changes </h1>
diff --git a/release-notes/0.2.html b/release-notes/0.2.html
index 643e1ba5..b41af1ec 100644
--- a/release-notes/0.2.html
+++ b/release-notes/0.2.html
@@ -109,6 +109,7 @@
<li><a href="0.1.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 6</li>
</ul>
<p>Release from incubator.</p>
<h1 id="compatibility">Incompatible changes </h1>
diff --git a/release-notes/0.3.html b/release-notes/0.3.html
index ff4cafe7..e6c91f11 100644
--- a/release-notes/0.3.html
+++ b/release-notes/0.3.html
@@ -109,6 +109,7 @@
<li><a href="0.2.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 6</li>
</ul>
<p>This is the first Apache SIS release as a graduated project (outside
incubator).</p>
<h1 id="compatibility">Incompatible changes </h1>
diff --git a/release-notes/0.4.html b/release-notes/0.4.html
index 4d3548b9..c943f705 100644
--- a/release-notes/0.4.html
+++ b/release-notes/0.4.html
@@ -109,6 +109,7 @@
<li><a href="0.3.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 6</li>
</ul>
<h1 id="compatibility">Incompatible changes </h1>
<p>Not determined.</p>
diff --git a/release-notes/0.5.html b/release-notes/0.5.html
index 8f55b035..4ab59f9c 100644
--- a/release-notes/0.5.html
+++ b/release-notes/0.5.html
@@ -109,6 +109,7 @@
<li><a href="0.4.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 6</li>
</ul>
<p>The initial plan for Apache SIS 0.5 was to complete the implementation of
Referencing by coordinates (ISO 19111),
which started in SIS 0.4. However this work is not yet finished and is
re-targeted for SIS 0.6 release.
diff --git a/release-notes/0.6.html b/release-notes/0.6.html
index a36bb308..08447606 100644
--- a/release-notes/0.6.html
+++ b/release-notes/0.6.html
@@ -109,6 +109,7 @@
<li><a href="0.5.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 6</li>
</ul>
<p>The main new features of Apache SIS 0.6 are:</p>
<ul>
diff --git a/release-notes/0.7.html b/release-notes/0.7.html
index 4260cbb0..6ebec51f 100644
--- a/release-notes/0.7.html
+++ b/release-notes/0.7.html
@@ -109,6 +109,7 @@
<li><a href="0.6.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 6</li>
</ul>
<p>The main new features of Apache SIS 0.7 are:</p>
<ul>
diff --git a/release-notes/0.8.html b/release-notes/0.8.html
index c3040a25..01eb6324 100644
--- a/release-notes/0.8.html
+++ b/release-notes/0.8.html
@@ -109,6 +109,7 @@
<li><a href="0.7.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 7</li>
</ul>
<p>An important change in Apache SIS 0.8 is the replacement of the deprecated
JSR-275 dependency
by <a href="https://jcp.org/en/jsr/detail?id=363">JSR-363 — Units of
Measurement API</a>
diff --git a/release-notes/1.0.html b/release-notes/1.0.html
index 7f88857d..f69250eb 100644
--- a/release-notes/1.0.html
+++ b/release-notes/1.0.html
@@ -109,6 +109,7 @@
<li><a href="0.8.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 8 + JAXB (either bundled in the JDK or provided)</li>
</ul>
<p>Apache SIS 1.0 can marshal and unmarshal metadata in XML documents using
the new ISO 19115-3 standard.
The previous ISO 19139 standard is still supported and automatically
recognized at unmarshalling time.
diff --git a/release-notes/1.1.html b/release-notes/1.1.html
index 950b514e..d4de79ca 100644
--- a/release-notes/1.1.html
+++ b/release-notes/1.1.html
@@ -109,6 +109,7 @@
<li><a href="1.0.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 8</li>
</ul>
<p>Apache SIS 1.1 can read GeoTIFF images, apply raster reprojections and
create isolines from rasters.
It can read features from a SQL database with the <code>FeatureType</code>
inferred by analyzing the database schema.
diff --git a/release-notes/1.2.html b/release-notes/1.2.html
index 41f4f55c..010787e6 100644
--- a/release-notes/1.2.html
+++ b/release-notes/1.2.html
@@ -109,6 +109,7 @@
<li><a href="1.1.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 8</li>
</ul>
<p>Apache SIS 1.2 can read World Files and ESRI ASCII grid and BIL/BIP/BSQ
rasters,
in addition to GeoTIFF support added in SIS 1.1,
diff --git a/release-notes/1.3.html b/release-notes/1.3.html
index 3cd441c1..a498695c 100644
--- a/release-notes/1.3.html
+++ b/release-notes/1.3.html
@@ -104,11 +104,12 @@
<p class="page-title">SIS 1.3 Release notes</p>
<ul>
-<li>Release date: <strong>2022-12-23</strong></li>
+<li>Release date: <strong>2022-12-25</strong></li>
<li>Next release</li>
<li><a href="1.2.html">Previous release</a></li>
<li><a href="#compatibility">Incompatible changes</a></li>
<li><a href="#issues">Noticeable changes</a></li>
+<li>Requirement: Java 8</li>
</ul>
<p>This release contains an upgrade of the
<code>org.apache.sis.metadata.iso.quality</code> package
to the ISO 19157:2013 international standard.
diff --git a/release-notes/index.xml b/release-notes/index.xml
index 88128566..f2133ce4 100644
--- a/release-notes/index.xml
+++ b/release-notes/index.xml
@@ -12,7 +12,7 @@
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.1.html</guid>
- <description>Release date: 2010-11-10 Next release Previous release
Incompatible changes Noticeable changes This is the first release of Apache
SIS (incubator).
+ <description>Release date: 2010-11-10 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 5 This is the first
release of Apache SIS (incubator).
Incompatible changes Not applicable.
Noticeable changes New Features [SIS-1] — Import LocalLucene code into SIS
[SIS-5] — Website logo [SIS-6] — Create DOAP file for projects.a.o [SIS-7] —
Top level pom for SIS [SIS-12] — Write basic SIS documentation for CLI and for
WS layer [SIS-15] — Bake in Demo JSP page for initial release Improvements
[SIS-2] — Stand up SIS website [SIS-3] — Refactor SIS [SIS-14] — Use LatLon
class instead of plain double points in QuadTreeData interface [SIS-23] — Brand
demo.</description>
</item>
@@ -23,7 +23,7 @@ Noticeable changes New Features [SIS-1] — Import
LocalLucene code into SIS
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.2.html</guid>
- <description>Release date: 2012-07-23 Next release Previous release
Incompatible changes Noticeable changes Release from incubator.
+ <description>Release date: 2012-07-23 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 Release from
incubator.
Incompatible changes Not determined.
Noticeable changes New Features [SIS-30] — Jetty Integration Improvements
[SIS-35] — Include JDOM license in the NOTICE file and remove servlet
dependency Bug fixes [SIS-25] — Location servlet doesn&rsquo;t return
correct coordinates for point-radius query region [SIS-26] — Use of Java
1.</description>
</item>
@@ -34,7 +34,7 @@ Noticeable changes New Features [SIS-30] — Jetty
Integration Improvements
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.3.html</guid>
- <description>Release date: 2013-08-17 Next release Previous release
Incompatible changes Noticeable changes This is the first Apache SIS release
as a graduated project (outside incubator).
+ <description>Release date: 2013-08-17 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 This is the first
Apache SIS release as a graduated project (outside incubator).
Incompatible changes Not determined.
Noticeable changes New Features [SIS-62] — Create a sis-utility module
[SIS-52] — Create a sis-metadata module [SIS-55] — Skeleton implementation of
GeoAPI Citation [SIS-46] — Add sis-console module to current SIS project
[SIS-66] — Create new Range class to avoid licensing issues [SIS-77] — Provide
an IDE build for Eclipse Improvements [SIS-57] — A Logo for SIS [SIS-31] —
Website needs a facelift [SIS-38] — Add the missing documentation comments for
SIS-core storage [SIS-40] — Add [...]
</item>
@@ -45,7 +45,7 @@ Noticeable changes New Features [SIS-62] — Create a
sis-utility module [SIS
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.4.html</guid>
- <description>Release date: 2014-04-07 Next release Previous release
Incompatible changes Noticeable changes Incompatible changes Not determined.
+ <description>Release date: 2014-04-07 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 Incompatible
changes Not determined.
Noticeable changes New Features Partial implementation of ISO 19111 —
Referencing by coordinates. Partial implementation of ISO 19162 — Well Known
Text 2. Improvements [SIS-68] — Remove LatLon class and replace with
DirectPosition [SIS-69] — Remove LatLonRect and replace with Envelope class
[SIS-88] — Reduce size of public API [SIS-115] — Ability to set NilReason on
Boolean, Integer, Double and String objects [SIS-119] — Support gmx:FileName
and gmx:MimeFileType elements [SIS-121] [...]
</item>
@@ -55,7 +55,7 @@ Noticeable changes New Features Partial implementation of
ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.5.html</guid>
- <description>Release date: 2015-02-12 Next release Previous release
Incompatible changes Noticeable changes The initial plan for Apache SIS 0.5
was to complete the implementation of Referencing by coordinates (ISO 19111),
which started in SIS 0.4. However this work is not yet finished and is
re-targeted for SIS 0.6 release. Nevertheless this SIS 0.5 release contains an
upgrade of spatial metadata (ISO 19115-1) from the standard published in 2003
to the revision published in 2014 ( [...]
+ <description>Release date: 2015-02-12 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 The initial plan
for Apache SIS 0.5 was to complete the implementation of Referencing by
coordinates (ISO 19111), which started in SIS 0.4. However this work is not yet
finished and is re-targeted for SIS 0.6 release. Nevertheless this SIS 0.5
release contains an upgrade of spatial metadata (ISO 19115-1) from the standard
published in 2003 to the revision [...]
</item>
<item>
@@ -64,7 +64,7 @@ Noticeable changes New Features Partial implementation of
ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.6.html</guid>
- <description>Release date: 2015-09-16 Next release Previous release
Incompatible changes Noticeable changes The main new features of Apache SIS
0.6 are:
+ <description>Release date: 2015-09-16 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 The main new
features of Apache SIS 0.6 are:
Support of Well Known Text version 1 and 2 (ISO 19162) for Coordinate
Reference System objects. Support of Geographic Markup Language (GML) version
3.2 (ISO 19136) for Coordinate Reference System objects, except DerivedCRS,
ConcatenatedOperation and PassThroughOperation. Support of Mercator, Transverse
Mercator, Lambert Conic Conformal and Polar stereographic map
projections.</description>
</item>
@@ -74,7 +74,7 @@ Noticeable changes New Features Partial implementation of
ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.7.html</guid>
- <description>Release date: 2016-05-27 Next release Previous release
Incompatible changes Noticeable changes The main new features of Apache SIS
0.7 are:
+ <description>Release date: 2016-05-27 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 6 The main new
features of Apache SIS 0.7 are:
Creation of Coordinate Reference System (CRS) objects from an EPSG code. The
list of EPSG codes supported by latest SIS release can be viewed here. Find
coordinate operation paths from a pair of CRS, using the EPSG geodetic dataset
if possible. Completion of Geographic Markup Language (GML) version
3.</description>
</item>
@@ -84,7 +84,7 @@ Noticeable changes New Features Partial implementation of
ISO 19111 — Refer
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/0.8.html</guid>
- <description>Release date: 2017-11-24 Next release Previous release
Incompatible changes Noticeable changes An important change in Apache SIS 0.8
is the replacement of the deprecated JSR-275 dependency by JSR-363 — Units of
Measurement API (this implies an upgrade from GeoAPI 3.0.0 to GeoAPI 3.0.1).
Users are encouraged to upgrade to Apache SIS 0.8 or later for resolving this
dependency issue.
+ <description>Release date: 2017-11-24 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 7 An important
change in Apache SIS 0.8 is the replacement of the deprecated JSR-275
dependency by JSR-363 — Units of Measurement API (this implies an upgrade from
GeoAPI 3.0.0 to GeoAPI 3.0.1). Users are encouraged to upgrade to Apache SIS
0.8 or later for resolving this dependency issue.
Incompatible changes Not determined.
Noticeable changes New Features [SIS-128] — Implement the JSR-363
javax.</description>
</item>
@@ -95,8 +95,7 @@ Noticeable changes New Features [SIS-128] — Implement the
JSR-363 javax.</d
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.0.html</guid>
- <description>Release date: 2019-09-27 Next release Previous release
Incompatible changes Noticeable changes Apache SIS 1.0 can marshal and
unmarshal metadata in XML documents using the new ISO 19115-3 standard. The
previous ISO 19139 standard is still supported and automatically recognized at
unmarshalling time. This release also contains improvements in reading netCDF
files and a beginning of raster support.
-Incompatible changes The following changes in Apache SIS 1.0 are incompatible
with SIS 0.</description>
+ <description>Release date: 2019-09-27 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 + JAXB (either
bundled in the JDK or provided) Apache SIS 1.0 can marshal and unmarshal
metadata in XML documents using the new ISO 19115-3 standard. The previous ISO
19139 standard is still supported and automatically recognized at unmarshalling
time. This release also contains improvements in reading netCDF files and a
beginning of raster support.</desc [...]
</item>
<item>
@@ -105,7 +104,7 @@ Incompatible changes The following changes in Apache SIS
1.0 are incompatible w
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.1.html</guid>
- <description>Release date: 2021-10-06 Next release Previous release
Incompatible changes Noticeable changes Apache SIS 1.1 can read GeoTIFF
images, apply raster reprojections and create isolines from rasters. It can
read features from a SQL database with the FeatureType inferred by analyzing
the database schema. Features can be filtered by the filter API added in this
release, including with geometric operations defined by SQLMM.
+ <description>Release date: 2021-10-06 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 Apache SIS 1.1 can
read GeoTIFF images, apply raster reprojections and create isolines from
rasters. It can read features from a SQL database with the FeatureType inferred
by analyzing the database schema. Features can be filtered by the filter API
added in this release, including with geometric operations defined by SQLMM.
Incompatible changes In the sis-utility module, the following classes moved
to the org.</description>
</item>
@@ -115,7 +114,7 @@ Incompatible changes In the sis-utility module, the
following classes moved to
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.2.html</guid>
- <description>Release date: 2022-05-18 Next release Previous release
Incompatible changes Noticeable changes Apache SIS 1.2 can read World Files
and ESRI ASCII grid and BIL/BIP/BSQ rasters, in addition to GeoTIFF support
added in SIS 1.1, and in addition to netCDF support added in previous releases.
This release also contains various bug fixes improving the stability.
+ <description>Release date: 2022-05-18 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 Apache SIS 1.2 can
read World Files and ESRI ASCII grid and BIL/BIP/BSQ rasters, in addition to
GeoTIFF support added in SIS 1.1, and in addition to netCDF support added in
previous releases. This release also contains various bug fixes improving the
stability.
Incompatible changes None.
Noticeable changes New Features [SIS-529] — Provide native GeoTIFF metadata
[SIS-541] — Add &ldquo;World File&rdquo; reader and writer [SIS-540] —
Add an ESRI ASCII Grid reader and writer [SIS-543] — Add a BIL/BIP/BSQ data
store [SIS-524] — Image masking based on a geometry [SIS-528] — Add a
&ldquo;system monitor&rdquo; with visual indication of seek operations
[SIS-533] — Add &ldquo;Rotated Latitude/Longitude&rdquo; coordinate
operation [SIS-228] — Lambert Azi [...]
</item>
@@ -126,9 +125,9 @@ Noticeable changes New Features [SIS-529] — Provide
native GeoTIFF metadata
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sis.apache.org/release-notes/1.3.html</guid>
- <description>Release date: 2022-12-23 Next release Previous release
Incompatible changes Noticeable changes This release contains an upgrade of
the org.apache.sis.metadata.iso.quality package to the ISO 19157:2013
international standard. This release contains also various bug fixes improving
the stability.
+ <description>Release date: 2022-12-25 Next release Previous release
Incompatible changes Noticeable changes Requirement: Java 8 This release
contains an upgrade of the org.apache.sis.metadata.iso.quality package to the
ISO 19157:2013 international standard. This release contains also various bug
fixes improving the stability.
Incompatible changes The following changes in Apache SIS 1.3 are
incompatibles with the previous release (SIS 1.2):
- In the org.apache.sis.coverage.grid package, the GridEvaluator class has been
replaced by the GridCoverage.Evaluator interface.</description>
+ In the org.apache.sis.coverage.grid package, the GridEvaluator class has been
replaced by the GridCoverage.</description>
</item>
</channel>
diff --git a/sitemap.xml b/sitemap.xml
index f444a676..b631e52e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4,7 +4,7 @@
<sitemap>
<loc>https://sis.apache.org/en/sitemap.xml</loc>
- <lastmod>2022-12-08T22:07:22+01:00</lastmod>
+ <lastmod>2022-12-12T22:21:04+01:00</lastmod>
</sitemap>
diff --git a/templates/release-discuss.html b/templates/release-discuss.html
new file mode 100644
index 00000000..f3d32c01
--- /dev/null
+++ b/templates/release-discuss.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Release discuss</title>
+ <meta charset="UTF-8">
+ </head>
+ <body>
+ <p>
+ <b>To:</b> [email protected]<br>
+ <b>Subject:</b> [DISCUSS] Apache SIS ${version} RC1
+ </p><p>
+ Discussion thread for vote on Apache SIS ${version} release candidate.
+ </p><p>
+ If you have any questions or feedback or to post results of validating
the release, please reply to this thread.
+ Once you verify the release, please post your vote to the VOTE thread.
+ </p><p>
+ For reference, the Apache release guide —
https://www.apache.org/legal/release-policy.html
+ </p><p>
+ Some tips to validate the release before you vote:
+ </p>
+
+ <ul>
+ <li>Download the binary version and run the 5 minute or 10 minute
tutorial as described in [1].</li>
+ <li>Download the source files from compressed files and build (which
includes tests).</li>
+ <li>Verify the distribution for the required LICENSE and NOTICE
files</li>
+ <li>Verify if all the staged files are signed and the signature is
verifiable.</li>
+ <li>Verify if the signing key in the project's KEYS file is hosted on a
public server.</li>
+ </ul>
+
+ <p>
+ Thanks for your time in validating the release and voting,<br>
+ {Release Manager}<br>
+ (On Behalf of SIS PMC)<br>
+ </p>
+
+ <pre>[1] https://sis.staged.apache.org/command-line.html</pre>
+ </body>
+</html>
diff --git a/templates/release-discuss.txt b/templates/release-discuss.txt
deleted file mode 100644
index 841a3ded..00000000
--- a/templates/release-discuss.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-To: [email protected]
-Subject: [DISCUSS] Apache SIS ${version} RC{number}
-
-Discussion thread for vote on Apache SIS ${version} release candidate.
-
-If you have any questions or feedback or to post results of validating the
release, please reply to this thread. Once you verify the release, please post
your vote to the VOTE thread.
-
-For reference, the Apache release guide —
http://www.apache.org/legal/release-policy.html
-
-Some tips to validate the release before you vote:
-
-* Download the binary version and run the 5 minute or 10 minute tutorial as
described in [1].
-* Download the source files from compressed files and build (which includes
tests).
-* Verify the distribution for the required LICENSE and NOTICE files
-* Verify if all the staged files are signed and the signature is verifiable.
-* Verify if the signing key in the project's KEYS file is hosted on a public
server
-
-Thanks for your time in validating the release and voting,
-{Release Manager}
-(On Behalf of SIS PMC)
-
-[1] https://sis.staged.apache.org/command-line.html