[Geoserver-devel] Upgrading XStream to 1.4.5

Hi,
it seems we forgot to upgrade XStream to version 1.4.5 (or if we want the latest, 1.4.7),
which we needed to allow unrecognized fields to be ignored (which in turn allows easier migration between GeoServer versions).

What do you think? Should we do it before 2.5.0?
Or maybe do it on trunk, see if anything bad happens, and port back by 2.5.1?

Cheers
Andrea

== Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information ==

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

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


Can we update master now, and then wait and see if an RC2 is needed?

Jody Garnett

On 23 February 2014 at 1:26:00 am, Andrea Aime (andrea.aime@anonymised.com) wrote:

Hi,
it seems we forgot to upgrade XStream to version 1.4.5 (or if we want the latest, 1.4.7),
which we needed to allow unrecognized fields to be ignored (which in turn allows easier migration between GeoServer versions).

What do you think? Should we do it before 2.5.0?
Or maybe do it on trunk, see if anything bad happens, and port back by 2.5.1?

Cheers
Andrea

== Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information ==

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

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



Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Is it worth doing a review of our dependencies and issuing an RC2.
Is there anything else besides xstream that is due for an update?

···

Jody Garnett

On Sun, Feb 23, 2014 at 9:05 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Can we update master now, and then wait and see if an RC2 is needed?

Jody Garnett

On 23 February 2014 at 1:26:00 am, Andrea Aime (andrea.aime@anonymised.com) wrote:

Hi,
it seems we forgot to upgrade XStream to version 1.4.5 (or if we want the latest, 1.4.7),
which we needed to allow unrecognized fields to be ignored (which in turn allows easier migration between GeoServer versions).

What do you think? Should we do it before 2.5.0?
Or maybe do it on trunk, see if anything bad happens, and port back by 2.5.1?

Cheers
Andrea

== Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information ==

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

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



Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

On Sun, Feb 23, 2014 at 3:05 AM, Jody Garnett <jody.garnett@anonymised.com>wrote:

Is it worth doing a review of our dependencies and issuing an RC2.
Is there anything else besides xstream that is due for an update?

I would avoid doing further changes to the dependencies.
I proposed XStream for a couple of reasons:
* it's the same XStream series, just a few patch versions up
* it would allow us easier backport of functionality that requires extra
configuration in the 2.5.x series

Cheers
Andrea

--
== Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information ==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

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

-------------------------------------------------------

On Sun, Feb 23, 2014 at 10:49 AM, Andrea Aime
<andrea.aime@anonymised.com>wrote:

On Sun, Feb 23, 2014 at 3:05 AM, Jody Garnett <jody.garnett@anonymised.com>wrote:

Is it worth doing a review of our dependencies and issuing an RC2.
Is there anything else besides xstream that is due for an update?

I would avoid doing further changes to the dependencies.
I proposed XStream for a couple of reasons:
* it's the same XStream series, just a few patch versions up
* it would allow us easier backport of functionality that requires extra
configuration in the 2.5.x series

And oh, looking at the changelogs, it also seems we need at least 1.4.6 to
run without issues
on jdk 1.8, which is about to be released (it's in RC, although the Linux
downloads are already
marked FCS, first customer shipment)

I'm upgrading master to 1.4.7 to see how that goes

Cheers
Andrea

--
== Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information ==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

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

-------------------------------------------------------

On Sun, Feb 23, 2014 at 10:57 AM, Andrea Aime
<andrea.aime@anonymised.com>wrote:

I'm upgrading master to 1.4.7 to see how that goes

Upgraded master to 1.4.7:
http://jira.codehaus.org/browse/GEOS-6075
https://github.com/geoserver/geoserver/commit/60e899ad5481a3c698ee62b686683a61eb35241c

Cheers
Andrea

--
== Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information ==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

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

-------------------------------------------------------

+1 on upgrading xstream for 2.5.0, or 2.5.1, whichever you think.

···

On Sun, Feb 23, 2014 at 4:04 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:


Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk


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

Justin Deoliveira
Vice President, Engineering | Boundless
jdeolive@anonymised.com
@j_deolive

On Sun, Feb 23, 2014 at 10:57 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Upgraded master to 1.4.7:
http://jira.codehaus.org/browse/GEOS-6075

https://github.com/geoserver/geoserver/commit/60e899ad5481a3c698ee62b686683a61eb35241c

Cheers

Andrea

== Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information ==

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

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


I’m upgrading master to 1.4.7 to see how that goes