[Geoserver-devel] Backporting spring and jetty changes

2015-11-26 Thread Justin Deoliveira
Hey folks, I wanted to get a feel for how devs would feel about back porting the recent jetty and spring upgrades to the 2.8.x branch? I’ve been working with them on master without any issues, not sure if anyone else has run into any hitches though. If people do think this is a safe back port is n

Re: [Geoserver-devel] Backporting spring and jetty changes

2015-11-26 Thread Justin Deoliveira
> compatibility. > > > -- > Jody Garnett > > On 26 November 2015 at 09:25, Justin Deoliveira > wrote: > >> Hey folks, I wanted to get a feel for how devs would feel about back >> porting the recent jetty and spring upgrades to the 2.8.x branch? I’ve been >> workin

Re: [Geoserver-devel] Backporting spring and jetty changes

2015-11-27 Thread Justin Deoliveira
it more interesting for > people to kick its tires > > What do you think? > > Cheers > Andrea > > > > On Thu, Nov 26, 2015 at 6:25 PM, Justin Deoliveira > wrote: > >> Hey folks, I wanted to get a feel for how devs would feel about back >> portin

Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2015-12-01

2015-12-01 Thread Justin Deoliveira
On Tue, Dec 1, 2015 at 2:37 PM Ben Caradoc-Davies wrote: > GeoTools / GeoServer Meeting 2015-12-01 > === > > Attending > - > > Ben Caradoc-Davies > Kevin Smith > Jody Garnett > Jukka Rahkonen > Ian Turton > Niels Charlier > Torben Barsballe > Andrea Aim

Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2015-12-01

2015-12-01 Thread Justin Deoliveira
? > Nothing specific. The mac installer uses a tool called appbundler to bundle a jre which is the recommended way to ship java apps for osx. As far as I know it should work without any changes. If it doesn’t when the time comes I can take a look. On Tue, Dec 1, 2015 at 2:17 PM Justin Deoliveira w

Re: [Geoserver-devel] removing some community modules?

2016-01-18 Thread Justin Deoliveira
- python has been superseded by the script module - dbconfig has been superseded by jdbcconkfig I would say both of these can go. The python module still has some docs in the user guide… we should kill those as well. On Mon, Jan 18, 2016 at 4:48 PM Jody Garnett wrote: > These modules do not ha

Re: [Geoserver-devel] a bit stuck on 2.9-M0 release

2016-01-19 Thread Justin Deoliveira
Hey Jody. Thanks for the revision info. I checked out and built everything locally and I was able to build a working mac installer without issue. No jetty problems… So not sure, perhaps the installer relies on something specific to my setup, not sure. Let’s debug your setup. On Tue, Jan 19, 2016

Re: [Geoserver-devel] Demoting GeoSearch to community module?

2016-01-21 Thread Justin Deoliveira
Yeah, I can’t imagine the structure used by the geosearch extension is even valid anymore according to google standards. I would axe it. If someone complains we can always dig it out of version control. On Thu, Jan 21, 2016 at 4:00 PM Andrea Aime wrote: > Hi, > we had a bit of discussion here at

Re: [Geoserver-devel] Proposing some more cleanup in the community module section

2016-02-01 Thread Justin Deoliveira
istyler was a prototype that never got up and running. Pretty safe it can be killed. On Mon, Feb 1, 2016 at 2:05 AM Andrea Aime wrote: > On Mon, Feb 1, 2016 at 9:55 AM, Simone Giannecchini < > simone.giannecch...@geo-solutions.it> wrote: > >> adding to your list: >> >> - geoserver-sync ?? >> > >

Re: [Geoserver-devel] java 8, spring asm compatibility troubles...

2016-02-24 Thread Justin Deoliveira
If I recall correctly upgrading to any 4.x version will be an issue because of spring security. See past email for the details. If my poor memory serves me right I tried upgrading to 4.0.x or 4.2.x and ran into an issue with security. Upgrading that to even 3.2.x led to issues previously discussed.

Re: [Geoserver-devel] Python extension

2016-02-26 Thread Justin Deoliveira
Hi. The existing python module was removed from the codebase recently, but the docs appear to have stuck around. I’ll remove those shortly. The scripting module is the recommended way to go, it covers most of what the existing python module did. The new module is a more generic version that is mea

Re: [Geoserver-devel] Request for Documentation to build new Datastore plugin for GeoTools

2016-02-26 Thread Justin Deoliveira
> > Best, > Sayon > > Best, > Sayon > <http://www.sayonkumarsaha.com/> > > On 7 February 2016 at 20:40, Justin Deoliveira wrote: > >> There is a good tutorial in the GeoTools documentation on how to write a >> datastore, using csv as an example

Re: [Geoserver-devel] spring 4 upgrade

2016-03-02 Thread Justin Deoliveira
The core api changes around ProviderManager and FilterChainProxy I think is something that won’t be too crazy to work around. I think the best bet there will be to have the geoserver counter parts (GeoServerSecurityManager, GeoServerFilterChainProxy) wrap the spring stuff rather than extend it. Tha

Re: [Geoserver-devel] spring 4 upgrade

2016-03-02 Thread Justin Deoliveira
8:10 AM Justin Deoliveira wrote: > The core api changes around ProviderManager and FilterChainProxy I think > is something that won’t be too crazy to work around. I think the best bet > there will be to have the geoserver counter parts > (GeoServerSecurityManager, GeoServerFilterChai

Re: [Geoserver-devel] spring 4 upgrade

2016-03-02 Thread Justin Deoliveira
ill waiting on PSC votes. > On Wed, Mar 2, 2016 at 10:25 AM Justin Deoliveira > wrote: > >> I took the liberty of starting down the road of this described approach. >> I’ve gotten it to the point where all of the core modules compile (haven’t >> taken on extensions o

[Geoserver-devel] Progress on spring upgrade

2016-03-05 Thread Justin Deoliveira
Hey folks, thought I would send a quick update on progress. To recap the branch currently being worked on is here: https://github.com/geoserver/geoserver/tree/spring4-upgrade The branch currently contains: - Core upgrades to spring 4.2.5 and spring security 4.0.4 - Upgrade to servlet api

Re: [Geoserver-devel] Progress on spring upgrade

2016-03-06 Thread Justin Deoliveira
n't used Spring 4 anywhere else). > > > On Sat, Mar 5, 2016 at 6:23 PM, Justin Deoliveira > wrote: > >> Hey folks, thought I would send a quick update on progress. To recap the >> branch currently being worked on is here: >> >>https://github.co

Re: [Geoserver-devel] Proposal: GeoServer Resource Browser GUI

2016-03-12 Thread Justin Deoliveira
I’ll reply to the spring4 thread with the latest. On Thu, Mar 10, 2016 at 1:32 PM Jody Garnett wrote: > My understanding is that the code freeze is off, schedule updated to > include a second beta (which would start a new code freeze), testing and > then a RC (which would start a new master). >

Re: [Geoserver-devel] spring 4 upgrade

2016-03-12 Thread Justin Deoliveira
An update on this one. Basically where it stands is that I think everything minus CAS has been ported over the new spring apis and afaik all tests are passing. I’ve run the server (with just the core modules) and can confirm that a quick smoke test doesn’t show any problems. In terms of compabili

Re: [Geoserver-devel] spring 4 upgrade

2016-03-14 Thread Justin Deoliveira
t; > [image: Description: Description: Description: > cid:image001.png@01CA1F1F.CBC93990] > > > > *From:* Jody Garnett [mailto:jody.garn...@gmail.com] > *Sent:* Saturday, March 12, 2016 9:20 PM > *To:* Justin Deoliveira ; Christian Mueller < > christian.muel...@os

Re: [Geoserver-devel] Freeze for 2.9

2016-03-14 Thread Justin Deoliveira
I know I don’t get a vote since I am no longer PSC but as somone who contributes more than just bug fixes to the code base would this mean there would no longer be a branch open for new features until 2.9 branches off? On Mon, Mar 14, 2016 at 5:54 AM Simone Giannecchini < simone.giannecch...@geo-s

Re: [Geoserver-devel] spring 4 upgrade

2016-03-14 Thread Justin Deoliveira
t and update applicable > front ends that need to do something special. > > > > Chris Snider > > Senior Software Engineer > > *Intelligent Software Solutions, Inc.* > > [image: Description: Description: Description: > cid:image001.png@01CA1F1F.CBC93990] > &

Re: [Geoserver-devel] Freeze for 2.9

2016-03-14 Thread Justin Deoliveira
Sounds good. And to be clear I wasn’t advocating for a freeze or non-freeze, just asking the question so that I don’t commit something by mistake. On Mon, Mar 14, 2016 at 9:24 AM Jody Garnett wrote: > Looks like it is a non-issue, the vast majority of the spring4 migration > is done (thanks Just

Re: [Geoserver-devel] Sharing some user feedback about managing services per workspace

2016-03-14 Thread Justin Deoliveira
For what it’s worth a while back we identified this as a gap with virtual services and when I discussed it with Gabriel he definitely agreed we should allow gwc config to be local to a workspace, but that it was far from a trivial effort. On Mon, Mar 14, 2016 at 4:31 PM Jody Garnett wrote: > Kev

Re: [Geoserver-devel] spring 4 upgrade

2016-03-19 Thread Justin Deoliveira
t;> >>> Hi >>> >>> I have do done the the CAS Port and pushed the commit to >>> the spring4-upgrade branch. >>> >>> Cheers >>> >>> >>> On Sun, Mar 13, 2016 at 5:20 AM, Jody Garnett >>> wrote: >>> >>&

Re: [Geoserver-devel] [Geotools-devel] WFS Transaction XML parsing

2016-04-08 Thread Justin Deoliveira
Hey Jim, The wfs native element might be the cleanest way to handle this. I’ve seen folks use it before for security and validation type stuff with some success. In GeoServer you can plug in WFS transactions callbacks pretty easily using the TransactionPlugin <[https://github.com/geoserver/geoserv

Re: [Geoserver-devel] [Geotools-devel] WFS Transaction XML parsing

2016-04-08 Thread Justin Deoliveira
pushing hard for such a change since I am not sure about any other > ramifications. > > Thanks, > > Jim > > > On 04/08/2016 10:45 AM, Justin Deoliveira wrote: > > Hey Jim, > > The wfs native element might be the cleanest way to handle this. I’ve seen > folks

Re: [Geoserver-devel] geoserver 2.9-beta2 preflight testing

2016-04-19 Thread Justin Deoliveira
Thanks for the testing Jody. I’ll take a look at the mac dmg issue tomorrow. Appears to be something around the unlimited strength encryption jurisdiction files… but not sure. Might be somethign related to the server it was built on. I’ll start by building locally and see if I can reproduce. On Tu

[Geoserver-devel] 2.9 beta2 Mac build

2016-04-20 Thread Justin Deoliveira
Hey folks, To look at GEOS-7508 I decided to do a local build. Before moving to testing the dmg to replicate the issue Jody found I thought I would ensure the bin package works on osx… since the dmg is essentially built from it, and i’seeing issues around jai. Running the package straight away le

Re: [Geoserver-devel] 2.9 beta2 Mac build

2016-04-20 Thread Justin Deoliveira
rom > ~/Library/Java/Extensions > allowed bin release to start up on mac. > > -- > Jody Garnett > > On 20 April 2016 at 07:14, Justin Deoliveira wrote: > >> Hey folks, >> >> To look at GEOS-7508 I decided to do a local build. Before moving to >> testing th

Re: [Geoserver-devel] 2.9 beta2 Mac build

2016-04-20 Thread Justin Deoliveira
paths? > > Answer: "Set -Djava.ext.dirs=something harmless your startup" > > > > -- > Jody Garnett > > On 20 April 2016 at 08:23, Justin Deoliveira wrote: > >> Ahhh… there were some jai jars lingering on my system. In my case they >> were in /Sy

Re: [Geoserver-devel] 2.9 beta2 Mac build

2016-04-20 Thread Justin Deoliveira
Change pushed. On Wed, Apr 20, 2016 at 2:55 PM Jody Garnett wrote: > Agreed, revert and we can add to the docs. The joys of testing - still it > is why we do a beta. > > -- > Jody Garnett > > On 20 April 2016 at 13:53, Justin Deoliveira wrote: > >> We did that bef

Re: [Geoserver-devel] Tabs to spaces discussion

2016-05-13 Thread Justin Deoliveira
As a committer, a former PSC member, and someone who hates tabs as much as anyone, I would give this the most negative vote I could :) While I do hate having to deal with tabs in source files it’s a small burden compared to the mess that results from trying to merge into a file where formatting has

Re: [Geoserver-devel] Earn Money From Home!

2016-05-19 Thread Justin Deoliveira
Yeah, originally this bug fix was supposed to be funded through another vehicle which is why I had a beat on it. But then it was decided to try out through this “pay for pull” program. I was happy to play guinea pig. On Thu, May 19, 2016 at 4:04 PM Ben Caradoc-Davies wrote: > Great! Looks like J

Re: [Geoserver-devel] About scripting in geoserver

2016-06-02 Thread Justin Deoliveira
Hi Jorge, The docs you are looking at are for the old “python” extension that pre-dates the “script” extension. You should follow the documentation located here: http://docs.geoserver.org/stable/en/user/community/scripting/index.html In particular if you are looking to hook into wps you can fi

Re: [Geoserver-devel] Same copyright header policy as GeoTools?

2016-06-14 Thread Justin Deoliveira
I think that’s a great idea! ;) … fwiw. On Tue, Jun 14, 2016 at 9:34 AM Andrea Aime wrote: > Hi, > wondering, for the sake of consistency and simplicity, how about we adopt > here the same copyright header policy as GeoTools? > > I guess this requires a proposal... with some copy pasting from >

Re: [Geoserver-devel] Possible bug in virtual services implementation

2016-06-15 Thread Justin Deoliveira
I believe this would have been me and no, I don’t think there was an explicit need for this case, at least none that I can remember. It was just a decision to be lenient in this case. The rationale being that since you specified the workspace/namespace container in the url any namespace prefix on t

Re: [Geoserver-devel] session fixation protection for geoserver

2016-06-22 Thread Justin Deoliveira
All the spring configuration related to security actually lives in this file: https://github.com/geoserver/geoserver/blob/master/src/main/src/main/java/applicationSecurityContext.xml The way GeoServer configures spring security is pretty different from what you’ll find in the spring security docs,

Re: [Geoserver-devel] [Geowebcache-devel] Using spring annotations to configure REST controllers

2016-07-03 Thread Justin Deoliveira
Yeah, enabling package scanning for a large package (like org.geoserver) you would see a noticeable hit as spring starts up. What I find works best is to enable package scanning and use of annotations on a module by module basis where you turn it on only for specific packages. $0.02 On Sun, Jul

Re: [Geoserver-devel] revamp of geosearch extension

2011-05-24 Thread Justin Deoliveira
solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > ___________ > Geoserver-devel mailing list > Geoserve

Re: [Geoserver-devel] Geoserver config module

2011-05-25 Thread Justin Deoliveira
le increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > ___

Re: [Geoserver-devel] Needs some tips/hints (on the correct mailing list this time)

2011-05-25 Thread Justin Deoliveira
in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 >

Re: [Geoserver-devel] Needs some tips/hints (on the correct mailing list this time)

2011-05-25 Thread Justin Deoliveira
On Wed, May 25, 2011 at 9:11 AM, wrote: > Quoting Justin Deoliveira : > > Hi Christian, >> >> Any reason why a specific subdir is needed? Is it planned that >> other different security configurations would store files under the >> "security" base dir

Re: [Geoserver-devel] Geoserver config module

2011-05-25 Thread Justin Deoliveira
y > > One question more, which of these approaches is the best for a > deployement on the cloud? > "cloud" is a very vague term. You will have to be more specific. Are you talking about a specific "cloud" infrastructure like amazon? Or are you talking about setting

[Geoserver-devel] Moving teradata community module to extension

2011-05-25 Thread Justin Deoliveira
. any objections? -Justin [1] http://osgeo-org.1803224.n2.nabble.com/moving-teradata-to-supported-plugin-status-td6386819.html [2] http://docs.geoserver.org/stable/en/developer/policies/community-modules.html#id2 -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open s

Re: [Geoserver-devel] Moving teradata community module to extension

2011-05-25 Thread Justin Deoliveira
On Wed, May 25, 2011 at 12:04 PM, Andrea Aime wrote: > On Wed, May 25, 2011 at 6:52 PM, Justin Deoliveira > wrote: > > So... any objections? > > Not really. Question, will it lead GeoServer to world domination? :-) > (just kidding!) > > Not quite yet... but it brings u

Re: [Geoserver-devel] Needs some tips/hints (on the correct mailing list this time)

2011-05-26 Thread Justin Deoliveira
ading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > ___ > Geoserver-devel mailing list > Geoserver-d

Re: [Geoserver-devel] Xerces Conflict (Maven in Eclipse)

2011-05-27 Thread Justin Deoliveira
--- > > > -- > vRanger cuts backup time in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable dat

Re: [Geoserver-devel] A little style detail

2011-05-30 Thread Justin Deoliveira
t/sfu/quest-d2dcopy1 > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open

Re: [Geoserver-devel] PSC member list gone?

2011-05-30 Thread Justin Deoliveira
st, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/

Re: [Geoserver-devel] GSIP 60: WMS time and elevation support

2011-05-31 Thread Justin Deoliveira
__ >> Geoserver-devel mailing list >> Geoserver-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/geoserver-devel >> > > > > ----

Re: [Geoserver-devel] GeoServer war diet?

2011-06-01 Thread Justin Deoliveira
istinfo/geoserver-devel >> > > > > -- > Simplify data backup and recovery for your virtual environment with > vRanger. > Installation's a snap, and flexible recovery options mean your data

Re: [Geoserver-devel] GeoServer on a diet: loose 6-7MB in a day

2011-06-02 Thread Justin Deoliveira
gt; vRanger. > Installation's a snap, and flexible recovery options mean your data is > safe, > secure and there when you need it. Data protection magic? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > _

Re: [Geoserver-devel] [Geotools-devel] Upgrading to JDK 6: has the time come?

2011-06-02 Thread Justin Deoliveira
? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > _______ > Geotools-devel mailing list > geotools-de...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-

Re: [Geoserver-devel] [Geoserver-users] Restrict WMS Output formats

2011-06-03 Thread Justin Deoliveira
y options mean your data is > safe, > secure and there when you need it. Data protection magic? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > ___ > Geoserver-devel ma

Re: [Geoserver-devel] [Geotools-devel] Switching a real application (GeoServer) from MapContext/MapLayer to MapContent/Layer

2011-06-05 Thread Justin Deoliveira
- > Simplify data backup and recovery for your virtual environment with > vRanger. > Installation's a snap, and flexible recovery options mean your data is > safe, > secure and there when you need it. Discover what all

Re: [Geoserver-devel] xalan wfs dependency problem

2011-06-07 Thread Justin Deoliveira
-- > Ing. Andrea Aime > GeoSolutions S.A.S. > Tech lead > > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > > phone: +39 0584 962313 > fax: +39 0584 962313 > > http://www.geo-solutions.it > http://geo-solutions.blogspot.

Re: [Geoserver-devel] New community module: layer statistics

2011-06-07 Thread Justin Deoliveira
-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. --

Re: [Geoserver-devel] Planning 2.1.1

2011-06-07 Thread Justin Deoliveira
orge.net/lists/listinfo/geoserver-devel > > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Ed

Re: [Geoserver-devel] FileWatcher will not work for restored files

2011-06-08 Thread Justin Deoliveira
ise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > __________

Re: [Geoserver-devel] Time and elevation support for vectors ready

2011-06-08 Thread Justin Deoliveira
erience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge

Re: [Geoserver-devel] Fwd: Have a project release scheduled in June?

2011-06-09 Thread Justin Deoliveira
__ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. -

Re: [Geoserver-devel] WMS, format, mime types and 1.1/1.3 differences

2011-06-13 Thread Justin Deoliveira
e world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > __

Re: [Geoserver-devel] [Geotools-devel] Hudson build bot: too many open files, restart needed?

2011-06-13 Thread Justin Deoliveira
rack Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Geotools-devel mailing list > geotools-de...@lists.sourceforge.net > https://lists.sourceforge.net/li

Re: [Geoserver-devel] [Geotools-devel] About Java 6 on trunk

2011-06-15 Thread Justin Deoliveira
> > > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure conten

Re: [Geoserver-devel] New Community Module Proposal

2011-06-15 Thread Justin Deoliveira
------- >> > > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and e

Re: [Geoserver-devel] New Community Module Proposal

2011-06-15 Thread Justin Deoliveira
a time. Thanks! > > *Brett Antonides > * > 703-673-9526 ext 760 <http://www.lmnsolutions.com/> > > > > On Wed, Jun 15, 2011 at 4:01 PM, Justin Deoliveira > wrote: > >> Sounds like exciting work Brett. Looking forward to see it progress. >> >> O

Re: [Geoserver-devel] New Community Module Proposal

2011-06-15 Thread Justin Deoliveira
Nevermind... just checked and there you were :) Request accepted. Welcome and happy committing :) On Wed, Jun 15, 2011 at 2:18 PM, Justin Deoliveira wrote: > Definitely. Have you signed up on codehaus yet and applied to join the > project as a developer? > > http://docs.geoserver.o

Re: [Geoserver-devel] Large commits in community area: spatialite

2011-06-17 Thread Justin Deoliveira
nline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists

[Geoserver-devel] Killing "stable" developer guide

2011-06-17 Thread Justin Deoliveira
Hi all, Any objections to removing the "stable" developer guide link from the docs page? It is not like the user guide in that we need to maintain multiple branches of it. And actually currently the stable one is out of sync and missing some content. -Justin -- Justin Deoliveira Open

Re: [Geoserver-devel] Killing "stable" developer guide

2011-06-17 Thread Justin Deoliveira
e a maintenance burden more than anything else. On Fri, Jun 17, 2011 at 8:02 AM, Andrea Aime wrote: > On Fri, Jun 17, 2011 at 3:46 PM, Justin Deoliveira > wrote: > > Hi all, > > Any objections to removing the "stable" developer guide link from the > docs > >

Re: [Geoserver-devel] Death of KML scheduled for next week?

2011-06-17 Thread Justin Deoliveira
> EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. &g

Re: [Geoserver-devel] Death of KML scheduled for next week?

2011-06-18 Thread Justin Deoliveira
; Ing. Andrea Aime > GeoSolutions S.A.S. > Tech lead > > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > > phone: +39 0584 962313 > fax: +39 0584 962313 > > http://www.geo-so

Re: [Geoserver-devel] Killing "stable" developer guide

2011-06-18 Thread Justin Deoliveira
Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > > phone: +39 0584 962313 > fax: +39 0584 962313 > > http://www.geo-solutions.it > http://geo-solutions.blogspot.com/ > http://www.youtube.com/user/GeoSolutionsIT > http://www.linkedin.com/in/andreaaime > h

Re: [Geoserver-devel] Large commits in community area: spatialite

2011-06-18 Thread Justin Deoliveira
I tried to send him a private email but i have yet to hear back. So let's roll back the commit for now. Or at least remove all the binary libs. On Sat, Jun 18, 2011 at 11:14 AM, Andrea Aime wrote: > On Fri, Jun 17, 2011 at 3:44 PM, Justin Deoliveira > wrote: > > In an attemp

Re: [Geoserver-devel] Large commits in community area: spatialite

2011-06-20 Thread Justin Deoliveira
to >> place binaries (inside jars, or in a repository, or..dont know. You would >> determine which is your preference on that). >> >> Jar files for specific OS on a maven repository sounds good >> >> so...let me know and we will proceed with that. >> regards &g

[Geoserver-devel] geoserver-trunk build switched to java 6

2011-06-21 Thread Justin Deoliveira
Hi all, The build server has been updated to use java 6 to build all the geoserver-trunk jobs. First build was successful, so far so good. -Justin -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial

Re: [Geoserver-devel] GeoServer stable release tomorrow?

2011-06-22 Thread Justin Deoliveira
witter.com/geowolf > > --- > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the po

Re: [Geoserver-devel] GeoServer stable release tomorrow?

2011-06-23 Thread Justin Deoliveira
:37 PM, Ben Caradoc-Davies wrote: > This is why gt-app-schema-resolver exists: to ensure that app-schema-test > validation tests never touch the network (schemas are in jars). > > Can the CITE teamengine be configured to use an OASIS catalog? > > > On 22/06/11 23:19, Ju

Re: [Geoserver-devel] Spatialite update

2011-06-27 Thread Justin Deoliveira
IT sense. Common sense.. > http://p.sf.net/sfu/splunk-d2d-c1 > _______ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > -- Justin Deoliveira OpenGeo - http

Re: [Geoserver-devel] [ExternalEmail] Re: [Geotools-devel] Proposal to update to Maven 3

2011-06-28 Thread Justin Deoliveira
**------** >>> -- >>> All of the data generated in your IT infrastructure is seriously >>> valuable. >>> Why? It contains a definitive record of application performance, security >>> threats, fraudulent activity, a

[Geoserver-devel] out next 2.5 weeks

2011-06-29 Thread Justin Deoliveira
7;all in a couple of weeks :) -Justin -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It c

[Geoserver-devel] embedded tomcat

2011-07-21 Thread Justin Deoliveira
rather than jetty. As well it would hopefully give us an easier way to debug tomcat specific issues. So I whipped up a patch to do this. Works well in my environment but i have by no means tested it exhaustively. Let me know what y'all think. -Justin -- Justin Deoliveira OpenGeo - http://openge

Re: [Geoserver-devel] commit access request

2011-07-25 Thread Justin Deoliveira
8/ > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > -- Justin

Re: [Geoserver-devel] GSIP 62: WMS animator

2011-07-25 Thread Justin Deoliveira
intellectual property that > has been used successfully in hundreds of IBM storage optimization engage- > ments, worldwide. Store less, Store more with what you own, Move data to > the right place. Try It Now! > http://www.accelacomm.com/jaw/sfnl/114/51427378/ >

Re: [Geoserver-devel] GSIP 62: WMS animator

2011-07-26 Thread Justin Deoliveira
On Tue, Jul 26, 2011 at 1:47 AM, Andrea Aime wrote: > On Tue, Jul 26, 2011 at 12:08 AM, Justin Deoliveira > wrote: > > Proposal looks good, +1 in general with a few comments. > > 1. In the second example request: > > > wms/animate?layers=topp:states,topp:states&pol

Re: [Geoserver-devel] GEOS-4683 related OWS changes

2011-07-27 Thread Justin Deoliveira
> Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > ___ > Geoserver-devel mailing list > Geoserver-deve

Re: [Geoserver-devel] Building GeoServer with Maven 3

2011-07-27 Thread Justin Deoliveira
. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > ___ > Geoserver-devel mailing list > Geoserver-dev

Re: [Geoserver-devel] GEOS-4683 related OWS changes

2011-07-27 Thread Justin Deoliveira
for the client overriding the preferred type (or headers via old > API), that was the intention of the changes. > > On Wed, Jul 27, 2011 at 9:11 AM, Justin Deoliveira > wrote: > > Hi Ian, > > So are you saying that the change is backward compatible with existing > > R

Re: [Geoserver-devel] GEOS-4683 related OWS changes

2011-07-27 Thread Justin Deoliveira
et by getHeaders() is a reasonable middle ground. > > We _do_ agree that the current solution is not optimal for out-of-tree > Response subclasses, 100% backwards compatibility is to be strived > for, and that changes to the API should not be taken lightly. > > -Ian > >

Re: [Geoserver-devel] Building GeoServer with Maven 3

2011-07-28 Thread Justin Deoliveira
84 962313 > > http://www.geo-solutions.it > http://geo-solutions.blogspot.com/ > http://www.youtube.com/user/GeoSolutionsIT > http://www.linkedin.com/in/andreaaime > http://twitter.com/geowolf > > ---

Re: [Geoserver-devel] Content disposition changes breaking layer preview

2011-08-03 Thread Justin Deoliveira
os & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > -- Jus

Re: [Geoserver-devel] Content disposition changes breaking layer preview

2011-08-03 Thread Justin Deoliveira
ists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > > > > > -- > Ian Schneider > OpenGeo - http://opengeo.org > Enterprise support for open source geospatial. > > > ------

Re: [Geoserver-devel] Releasing 2.1.2 next week?

2011-08-05 Thread Justin Deoliveira
echnologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.so

Re: [Geoserver-devel] Entry point into Geoserver

2011-08-05 Thread Justin Deoliveira
--- > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs,

[Geoserver-devel] state of geoserver foss4g talk

2011-08-07 Thread Justin Deoliveira
e thing to keep in mind is not to list a sponsor for a feature unless you have permission from that organization, as we plan to publicly thank them during the presentation. Thanks all. -Justin -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source

Re: [Geoserver-devel] Proposing an improvement for the monitoring module

2011-08-08 Thread Justin Deoliveira
> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! >

Re: [Geoserver-devel] Proposing an improvement for the monitoring module

2011-08-11 Thread Justin Deoliveira
Good stuff, just made some comments on the issue. On Thu, Aug 11, 2011 at 12:17 PM, Andrea Aime wrote: > On Mon, Aug 8, 2011 at 4:13 PM, Justin Deoliveira > wrote: > > Sounds interesting. At the moment that module is sort of limbo so > definitely > > +1 on any develop

Re: [Geoserver-devel] Any objection on upgrading freemarker?

2011-08-11 Thread Justin Deoliveira
; the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://list

Re: [Geoserver-devel] Any hope to get Hudson CITE 1.1 build back in shape?

2011-08-12 Thread Justin Deoliveira
ssle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.source

  1   2   3   4   5   6   7   8   9   10   >