[Geoserver-devel] Status of Boundless maven repositories?

Hi List,
What is the status of Boundless maven repositories?
I thought from a couple of emails I have seen yesterday that now they are working, however I see Travis is still failing on retrieving the updated jars.

The current geoserver build failures are due to updated gt-main classes not used.
There is a pull request for that:
https://github.com/geoserver/geoserver/pull/1277

However, the travis build for that pull request is failing since it doesn’t get the latest GT classes from the latest deployment. I guess It is still using old jars
(Everything works fine locally)

Please, let me know.
Cheers,
Daniele

···

==
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 Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

There was a status update yesterday’s meeting.

Since that time:

  • andrea merged a commit from Frank experimenting with direct use of artifactoryonline URL. How did that go Frank?
  • repo.boundlessgeo.com changed to a proxy (rather than a redirect)

Watching the builds shows a marked improvement on ares (not seeing any 302 Found responses being saved to pom.xml or jar files).

···

On 21 October 2015 at 03:24, Daniele Romagnoli <daniele.romagnoli@anonymised.com> wrote:

Hi List,
What is the status of Boundless maven repositories?
I thought from a couple of emails I have seen yesterday that now they are working, however I see Travis is still failing on retrieving the updated jars.

The current geoserver build failures are due to updated gt-main classes not used.
There is a pull request for that:
https://github.com/geoserver/geoserver/pull/1277

However, the travis build for that pull request is failing since it doesn’t get the latest GT classes from the latest deployment. I guess It is still using old jars
(Everything works fine locally)

Please, let me know.
Cheers,
Daniele

==
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 Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.



Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett

Little update on this one while fixing uDig build. This may interest you because I started a build form scratch with an empty local repository and same settings for boundless repository:

boundless Boundless Maven Repository [https://repo.boundlessgeo.com/main/](https://repo.boundlessgeo.com/main/) true true

The main problem is that releases/enabled is set to true. If so all release jars and pom files are corrupt, e.g. https://repo.boundlessgeo.com/main/org/slf4j/log4j-over-slf4j/1.6.4/log4j-over-slf4j-1.6.4.pom
looks like this:

{
  "errors" : [ {
    "status" : 404,
    "message" : "Could not find resource"
  } ]
}

It looks like metadata are not up-to-date because "folder" [https://repo.boundlessgeo.com/main/org/slf4j/log4j-over-slf4j/1.6.4/](https://repo.boundlessgeo.com/main/org/slf4j/log4j-over-slf4j/1.6.4/) is empty...
I'm wondering that all gs-builds are running smooth but I assume the builds using a global repository where the releases are still available. If jenkins/hudson builds using local to workspace repositories I would suggest to clean it before build starts.

HTH
Frank
···

2015-10-21 17:28 GMT+02:00 Jody Garnett <jody.garnett@anonymised.com>:

There was a status update yesterday’s meeting.

Since that time:

  • andrea merged a commit from Frank experimenting with direct use of artifactoryonline URL. How did that go Frank?
  • repo.boundlessgeo.com changed to a proxy (rather than a redirect)

Watching the builds shows a marked improvement on ares (not seeing any 302 Found responses being saved to pom.xml or jar files).



Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett

On 21 October 2015 at 03:24, Daniele Romagnoli <daniele.romagnoli@anonymised.com> wrote:

Hi List,
What is the status of Boundless maven repositories?
I thought from a couple of emails I have seen yesterday that now they are working, however I see Travis is still failing on retrieving the updated jars.

The current geoserver build failures are due to updated gt-main classes not used.
There is a pull request for that:
https://github.com/geoserver/geoserver/pull/1277

However, the travis build for that pull request is failing since it doesn’t get the latest GT classes from the latest deployment. I guess It is still using old jars
(Everything works fine locally)

Please, let me know.
Cheers,
Daniele

==
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 Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.



Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

FWIW: I cannot download older geoscript-groovy releases from boundless repostories anymore. I raised a ticked : https://github.com/geoscript/geoscript-groovy/issues/25

  • Frank
···

2015-11-24 23:35 GMT+01:00 Frank Gasdorf <fgdrf@anonymised.com>:

Little update on this one while fixing uDig build. This may interest you because I started a build form scratch with an empty local repository and same settings for boundless repository:

boundless Boundless Maven Repository [https://repo.boundlessgeo.com/main/](https://repo.boundlessgeo.com/main/) true true

The main problem is that releases/enabled is set to true. If so all release jars and pom files are corrupt, e.g. https://repo.boundlessgeo.com/main/org/slf4j/log4j-over-slf4j/1.6.4/log4j-over-slf4j-1.6.4.pom
looks like this:

{
  "errors" : [ {
    "status" : 404,
    "message" : "Could not find resource"
  } ]
}

It looks like metadata are not up-to-date because "folder" [https://repo.boundlessgeo.com/main/org/slf4j/log4j-over-slf4j/1.6.4/](https://repo.boundlessgeo.com/main/org/slf4j/log4j-over-slf4j/1.6.4/) is empty...
I'm wondering that all gs-builds are running smooth but I assume the builds using a global repository where the releases are still available. If jenkins/hudson builds using local to workspace repositories I would suggest to clean it before build starts.

HTH
Frank

2015-10-21 17:28 GMT+02:00 Jody Garnett <jody.garnett@anonymised.com…403…>:

There was a status update yesterday’s meeting.

Since that time:

  • andrea merged a commit from Frank experimenting with direct use of artifactoryonline URL. How did that go Frank?
  • repo.boundlessgeo.com changed to a proxy (rather than a redirect)

Watching the builds shows a marked improvement on ares (not seeing any 302 Found responses being saved to pom.xml or jar files).



Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett

On 21 October 2015 at 03:24, Daniele Romagnoli <daniele.romagnoli@anonymised.com> wrote:

Hi List,
What is the status of Boundless maven repositories?
I thought from a couple of emails I have seen yesterday that now they are working, however I see Travis is still failing on retrieving the updated jars.

The current geoserver build failures are due to updated gt-main classes not used.
There is a pull request for that:
https://github.com/geoserver/geoserver/pull/1277

However, the travis build for that pull request is failing since it doesn’t get the latest GT classes from the latest deployment. I guess It is still using old jars
(Everything works fine locally)

Please, let me know.
Cheers,
Daniele

==
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 Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.



Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel