[Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 13:00 UTC

2014-09-29 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting at 13:00 UTC on Skype. Please let us know if you want to attend but usually do not: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting+2014-09-30&iso=20140930T13&ah=1 -- Ben Caradoc-Davies Software Engineer CSIRO Minera

Re: [Geoserver-devel] Building geoserver on JDK 8

2014-09-29 Thread Brad Hards
On Mon, 29 Sep 2014 08:56:48 AM Justin Deoliveira wrote: > Can you point us to something on github? https://github.com/bradh/geoserver/tree/jdk8 is the temporary branch (warning: subject to rebase). Currently there are three commits - the one on top is the "stuff I don't know how to fix" and has

Re: [Geoserver-devel] SOLR community module

2014-09-29 Thread Jody Garnett
I was going to recommend that very thing, even a couple sentences (and picture?) on the GeoServer blog and a link for more information. By the same token and user stories that come up on geoserver-users list should be encouraged to write up a blog post. Jody Jody Garnett On Mon, Sep 29, 2014 at

Re: [Geoserver-devel] Handling multipart form upload in dispatcher

2014-09-29 Thread Jody Garnett
+1 That would be handy, and now is the time. -- Jody Jody Garnett On Mon, Sep 29, 2014 at 12:32 PM, Justin Deoliveira < jdeol...@boundlessgeo.com> wrote: > Hey folks, > > I put together a pull request a while back for having the dispatcher > handle a request in the form of a multi part form upl

Re: [Geoserver-devel] Upgrading spring

2014-09-29 Thread Jody Garnett
+1 on the timing for Spring, and +1 for a newer version of Jetty ... would prefer to do that one at a time :) -- Jody Jody Garnett On Mon, Sep 29, 2014 at 10:21 AM, Andrea Aime wrote: > On Mon, Sep 29, 2014 at 7:11 PM, Justin Deoliveira < > jdeol...@boundlessgeo.com> wrote: > >> Hey folks, >> >

Re: [Geoserver-devel] Upgrading spring

2014-09-29 Thread Justin Deoliveira
Great, glad there is positive feedback on the upgrade. I haven't tried the upgrade to version 4 yet so don't have a handle on the issues yet, but I will start this soon. And yeah, upgrading from 3.1 to 3.2 lead to some problems so i would also expect to hit some hitches there. Will report back wit

[Geoserver-devel] Handling multipart form upload in dispatcher

2014-09-29 Thread Justin Deoliveira
Hey folks, I put together a pull request a while back for having the dispatcher handle a request in the form of a multi part form upload, kind of the same way it handles regular form uploads (ie. application/x-www-form-urlencoded). https://github.com/geoserver/geoserver/pull/739 The way it wor

Re: [Geoserver-devel] Upgrading spring

2014-09-29 Thread Chris Snider
+1 We integrate usage of GeoServer with other applications which are all built on top of a higher (much higher sometimes) version of Spring. We have to constantly isolate GeoServer and manipulate the jars in our WEB-INF/lib to prevent issues with the Spring versions GeoServer brings from the e

Re: [Geoserver-devel] Upgrading spring

2014-09-29 Thread Andrea Aime
On Mon, Sep 29, 2014 at 7:11 PM, Justin Deoliveira < jdeol...@boundlessgeo.com> wrote: > Hey folks, > > As many know we're pretty far behind what is the current stable spring > release. Now that 2.6.x is out the door and 2.7.x open for business what do > people think about upgrading? Version 4.1.x

[Geoserver-devel] Upgrading spring

2014-09-29 Thread Justin Deoliveira
Hey folks, As many know we're pretty far behind what is the current stable spring release. Now that 2.6.x is out the door and 2.7.x open for business what do people think about upgrading? Version 4.1.x is the current stable spring release so I was thinking we would jump to that. Obviously this ne

[Geoserver-devel] [jira] (GEOS-6694) Add support for binary base64 encoding in Execute requests

2014-09-29 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created an issue

[Geoserver-devel] [jira] (GEOS-6693) Demo request page can product bad urls without slash

2014-09-29 Thread Justin Deoliveira (JIRA)
Title: Message Title Justin Deoliveira created an issue

Re: [Geoserver-devel] SOLR community module

2014-09-29 Thread Chris Snider
+1 from us. Looking forward to how you solved the dynamic field issues with the SOLR index. Are there specific versions of SOLR that the plug-in will support? Chris Snider Senior Software Engineer Intelligent Software Solutions, Inc. [Description: Description: Description: cid:image001.png@01CA1

Re: [Geoserver-devel] SOLR community module

2014-09-29 Thread Andrea Aime
On Mon, Sep 29, 2014 at 5:58 PM, Chris Snider wrote: > +1 from us. > > > > Looking forward to how you solved the dynamic field issues with the SOLR > index. > Easy, we did not, GeoServer is a WFS at its heart, so it mandates fixed schema. When you setup a layer, you can decide which attributes

Re: [Geoserver-devel] SOLR community module

2014-09-29 Thread Andrea Aime
On Mon, Sep 29, 2014 at 4:50 PM, Jody Garnett wrote: > One thing I had trouble hunting down for our state of GeoServer talk was > the addition of new community modules. > I think it would be good to make a note on blog when adding new community > modules such as this one. > > If it helps we could

Re: [Geoserver-devel] Building geoserver on JDK 8

2014-09-29 Thread Justin Deoliveira
Indeed, good stuff Brad. Can you point us to something on github? Much nicer code review interface there :) On Mon, Sep 29, 2014 at 8:45 AM, Jody Garnett wrote: > Kudos Brad - It would be good to have GeoServer work on Java 8 as we do > not want to distance ourself from any potential contributor

Re: [Geoserver-devel] SOLR community module

2014-09-29 Thread Jody Garnett
One thing I had trouble hunting down for our state of GeoServer talk was the addition of new community modules. I think it would be good to make a note on blog when adding new community modules such as this one. If it helps we could link to your GeoSolutions blog post on the subject. -- Jody Jody

Re: [Geoserver-devel] Building geoserver on JDK 8

2014-09-29 Thread Jody Garnett
Kudos Brad - It would be good to have GeoServer work on Java 8 as we do not want to distance ourself from any potential contributors. They got us once before with changing collection order, I like your fix for changing format options. We could also use a Map that maintains key order to store forma

[Geoserver-devel] Jenkins build is back to normal : geoserver-2.6.x #36

2014-09-29 Thread monitor
See -- Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk ___

[Geoserver-devel] [jira] (GEOS-6692) multidimensional output in WCS 2.0 only supports WGS84 subsetting

2014-09-29 Thread Jeroen Dries (JIRA)
Title: Message Title Jeroen Dries created an issue

[Geoserver-devel] Build failed in Jenkins: geoserver-2.6.x #35

2014-09-29 Thread monitor
See Changes: [andrea.aime] [GEOS-5312] CSV WFS output format doesn't deal with Windows newlines -- [...truncated 3300 lines...] Running org.geoserver.security.impl.DefaultDataAccessManagerTr

Re: [Geoserver-devel] One annoying bit in the OL3 layer preview

2014-09-29 Thread Andrea Aime
On Mon, Sep 29, 2014 at 12:49 PM, Björn Harrtell wrote: > Problem is that OL3 has a pure canvas renderer as default. The DOM > renderer works as before (set renderer: 'dom' on the map instance). Note > that the DOM renderer cannot render vector layers (yet). > Thank you, good to know. We don't r

Re: [Geoserver-devel] One annoying bit in the OL3 layer preview

2014-09-29 Thread Björn Harrtell
Problem is that OL3 has a pure canvas renderer as default. The DOM renderer works as before (set renderer: 'dom' on the map instance). Note that the DOM renderer cannot render vector layers (yet). /Björn 2014-09-29 11:16 GMT+02:00 Andrea Aime : > Hi, > playing with the OL3 preview I've noticed i

Re: [Geoserver-devel] 2.6.0 release artefacts available

2014-09-29 Thread Rahkonen Jukka (Tike)
Hi, Bin-zip starts from startup.bat on my Windows 7 and I can see maps. -Jukka- Ian Turton wrote: Whoops, try - http://ares.boundlessgeo.com/geoserver/release/2.6.0 I keep forgetting I use windows at work and have to hit ctrl-C to copy. Ian On 29 September 2014 08:36, Andrea Aime mailto:an

[Geoserver-devel] One annoying bit in the OL3 layer preview

2014-09-29 Thread Andrea Aime
Hi, playing with the OL3 preview I've noticed it's no more possible to right click the image in the map and grab the url where it originated from. This is a bummer teaching wise, I use this a lot during workshops to give people a feel of the protocol, what's going on when we do tiling, when we add

Re: [Geoserver-devel] 2.6.0 release artefacts available

2014-09-29 Thread Ian Turton
Whoops, try - http://ares.boundlessgeo.com/geoserver/release/2.6.0 I keep forgetting I use windows at work and have to hit ctrl-C to copy. Ian On 29 September 2014 08:36, Andrea Aime wrote: > On Mon, Sep 29, 2014 at 9:18 AM, Ian Turton wrote: > >> Please grab a copy from >> http://docs.geoto

Re: [Geoserver-devel] 2.6.0 release artefacts available

2014-09-29 Thread Andrea Aime
On Mon, Sep 29, 2014 at 9:18 AM, Ian Turton wrote: > Please grab a copy from > http://docs.geotools.org/stable/userguide/library/data/excel.html and > check they work on your machine type. > As a Jedi once said "that's not the link you're looking for" Cheers Andrea -- == GeoServer Professiona

[Geoserver-devel] 2.6.0 release artefacts available

2014-09-29 Thread Ian Turton
Please grab a copy from http://docs.geotools.org/stable/userguide/library/data/excel.html and check they work on your machine type. Ian -- Ian Turton -- Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.