[Geoserver-devel] 2.15.x build failing due to outdated dependencies

Hi all,

Making a PR auto backport I got a testing failure from build server on 2.15.x branch due to AbstractGridFormat.RESCALE_PIXELS missing symbol:
https://github.com/geoserver/geoserver/blob/2.15.x/src/web/core/src/test/java/org/geoserver/web/data/resource/ResourceConfigurationPageTest.java#L12

RESCALE_PIXELS was committed to 21.x branch recently (on Aug 26):
https://github.com/geotools/geotools/commit/bdac6fbc5f9270fa058439d60137001d663c06a0#diff-e462c902da76b4c19a15e0659773e26a

This failure is reflected on 2.15.x nightly build as well:
https://build.geoserver.org/view/geoserver/job/geoserver-2.15.x-nightly/lastBuild/consoleFull

So probably build server still doesn’t have updated Geotools 21.x dependencies. Can we update them? (I’ll be glad to help if needed).

Regards,

Fernando Mino

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

==

Fernando Mino

Software Engineer

GeoSolutions S.A.S.

Via di Montramito 3/A

55054 Massarosa (LU)

Italy

phone: +39 0584 962313

fax: +39 0584 1660272

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.

Hi Fernando,
indeed, it looks like the boundless maven repository has old jars for GeoTools, not containing that RESCALE_PIXELS update :frowning:
The latest gt-coverage-21-snapshot is from Aug 16

https://repo.boundlessgeo.com/main/org/geotools/gt-coverage/21-SNAPSHOT/
So it’s at least 10 days behind the latest change.

Checking a bit more, I have just noticed that the latest GeoTools 21.x build success was on Aug 16 so this may be the culprit since a build failure will not upload jars:
https://build.geoserver.org/view/geotools/job/geotools-21.x/

We may need to check why the GeoTools-21.x build is failing since that day on the build server.

Regards,
Daniele

···

Regards,
Daniele Romagnoli

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

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.