Hello All,
The GeoServer 2.15.2 release artifacts are available for testing here.
Anyone who can help test it appreciated.
Thanks,
Torben
Hello All,
The GeoServer 2.15.2 release artifacts are available for testing here.
Anyone who can help test it appreciated.
Thanks,
Torben
I’ve tried out the system-independant binary on OS X, and found no issues.
Also, the draft blog post is available, if anyone wants to review.
Cheers,
Torben
On Fri, Jun 28, 2019 at 9:37 AM Torben Barsballe <tbarsballe@anonymised.com> wrote:
Hello All,
The GeoServer 2.15.2 release artifacts are available for testing here.
Anyone who can help test it appreciated.
Thanks,
Torben
Hi Torben,
I’ve been told by private mail that extensions are not available on SF… indeed, they are missing:
https://sourceforge.net/projects/geoserver/files/GeoServer/2.15.2/
Maybe a glitch in the (revised) release process?
Cheers
Andrea
Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
Previous releases, including 2.14.4 a few weeks ago, published community modules to the Boundless repository but that wasn’t done for 2.15.2 (e.g., https://repo.boundlessgeo.com/main/org/geoserver/community/gs-wfs3/). Non-community 2.15.2 modules were published and the nightly snapshots are still being published. Was this intentional?
Steve Ikeoka
From: Andrea Aime andrea.aime@anonymised.com
Sent: Monday, July 1, 2019 1:41 AM
To: Torben Barsballe
Cc: geoserver-devel
Subject: Re: [Geoserver-devel] GeoServer 2.15.2 release artifacts available for testing
Hi Torben,
I’ve been told by private mail that extensions are not available on SF… indeed, they are missing:
https://sourceforge.net/projects/geoserver/files/GeoServer/2.15.2/
Maybe a glitch in the (revised) release process?
Cheers
Andrea
On Fri, Jun 28, 2019 at 10:21 PM Torben Barsballe via Geoserver-devel <geoserver-devel@lists.sourceforge.net> wrote:
I’ve tried out the system-independant binary on OS X, and found no issues.
Also, the draft blog post is available, if anyone wants to review.
Cheers,
TorbenOn Fri, Jun 28, 2019 at 9:37 AM Torben Barsballe <tbarsballe@anonymised.com> wrote:
Hello All,
The GeoServer 2.15.2 release artifacts are available for testing here.
Anyone who can help test it appreciated.
Thanks,
Torben
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
–
Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
The publish_release.sh script shows that line commented out.
deploy the release to maven repo
pushd src > /dev/null
if [ -z $SKIP_DEPLOY ]; then
mvn deploy -P allExtensions -DskipTests $MAVEN_FLAGSdeploy released community modules
pushd community > /dev/null
set +e
mvn clean install deploy -P communityRelease -DskipTests $MAVEN_FLAGS
set -e
popd > /dev/null
else
echo “Skipping mvn clean install deploy -P allExtensions -DskipTests”
fi
So it was intentional, but more likely not a priority when restoring our builds.
–
Jody Garnett
Checking git blame history shows this was indeed the case:
do not deploy community modules
gs-script-py failing at present, not strictly needed for release
So the gs-script-py was failing and rather than figure out why I focused on getting the release out at all.
–
Jody Garnett
Yes, that appears to be a glitch. I’ve uploaded the extensions to sourceforge manually, and will investigate why they didn’t get copied over.
Jody - when you did the 2.14.4 release, was this working, or did you do it manually?
Torben
On Mon, Jul 1, 2019 at 1:41 AM Andrea Aime <andrea.aime@anonymised.com> wrote:
Hi Torben,
I’ve been told by private mail that extensions are not available on SF… indeed, they are missing:https://sourceforge.net/projects/geoserver/files/GeoServer/2.15.2/
Maybe a glitch in the (revised) release process?
Cheers
AndreaOn Fri, Jun 28, 2019 at 10:21 PM Torben Barsballe via Geoserver-devel <geoserver-devel@anonymised.com.sourceforge.net> wrote:
I’ve tried out the system-independant binary on OS X, and found no issues.
Also, the draft blog post is available, if anyone wants to review.
Cheers,
TorbenOn Fri, Jun 28, 2019 at 9:37 AM Torben Barsballe <tbarsballe@anonymised.com> wrote:
Hello All,
The GeoServer 2.15.2 release artifacts are available for testing here.
Anyone who can help test it appreciated.
Thanks,
Torben
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel–
Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
Found out why the extensions didn’t copy over (they were supposed to get copied over in a seperate command, but that never ran because the pdf build was commented out).
I’ve uncommented the pdf build, and the community publish, so both those should work for next release.
Cheers,
Torben
On Tue, Jul 2, 2019 at 8:42 AM Torben Barsballe <tbarsballe@anonymised.com> wrote:
Yes, that appears to be a glitch. I’ve uploaded the extensions to sourceforge manually, and will investigate why they didn’t get copied over.
Jody - when you did the 2.14.4 release, was this working, or did you do it manually?
Torben
On Mon, Jul 1, 2019 at 1:41 AM Andrea Aime <andrea.aime@anonymised.com…1268…> wrote:
Hi Torben,
I’ve been told by private mail that extensions are not available on SF… indeed, they are missing:https://sourceforge.net/projects/geoserver/files/GeoServer/2.15.2/
Maybe a glitch in the (revised) release process?
Cheers
AndreaOn Fri, Jun 28, 2019 at 10:21 PM Torben Barsballe via Geoserver-devel <geoserver-devel@lists.sourceforge.net> wrote:
I’ve tried out the system-independant binary on OS X, and found no issues.
Also, the draft blog post is available, if anyone wants to review.
Cheers,
TorbenOn Fri, Jun 28, 2019 at 9:37 AM Torben Barsballe <tbarsballe@anonymised.com> wrote:
Hello All,
The GeoServer 2.15.2 release artifacts are available for testing here.
Anyone who can help test it appreciated.
Thanks,
Torben
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel–
Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
I believe I uploaded manually last time.
–
Jody Garnett
Hi guys
I didn’t see a v2.15.1 release email, but hoping that you can still update the blog post for v2.15.1 release at http://blog.geoserver.org/2019/04/30/geoserver-2-15-1-released/
In the 5th line, the link is incorrect: https://osgeo-org.atlassian.net/secure/ReleaseNote.jspa?projectId=10000&version=16736 (this is for v2.15.0)
For more information see the GeoServer 2.15.1 release notes.
I believe it should rather be https://osgeo-org.atlassian.net/jira/secure/ReleaseNote.jspa?projectId=10000&version=16753
Who has access to the blog post to update this?
Thanks
Peter
On Fri, 28 Jun 2019 at 22:21, Torben Barsballe via Geoserver-devel <geoserver-devel@anonymised.comsourceforge.net> wrote:
I’ve tried out the system-independant binary on OS X, and found no issues.
Also, the draft blog post is available, if anyone wants to review.
Cheers,
TorbenOn Fri, Jun 28, 2019 at 9:37 AM Torben Barsballe <tbarsballe@anonymised.com476…> wrote:
Hello All,
The GeoServer 2.15.2 release artifacts are available for testing here.
Anyone who can help test it appreciated.
Thanks,
Torben
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Fixed, thanks!
–
Jody Garnett