Re: [Geoserver-devel] Shutting down Thread Pools

2015-01-29 Thread Kevin Smith
n >> starts, registered objects might be destroyed at any time, and if that's >> not good enough then proper disposal should be used instead. >> >> On 27 January 2015 at 00:51, Andrea Aime >> wrote: >> >>> On Tue, Jan 27, 2015 at 1:33 AM, Kevin S

Re: [Geoserver-devel] Shutting down Thread Pools

2015-01-27 Thread Kevin Smith
27 January 2015 at 00:51, Andrea Aime wrote: > On Tue, Jan 27, 2015 at 1:33 AM, Kevin Smith > wrote: > >> Yes, marking the threadpools as Daemon is the really trivial but kludgy >> way of doing it. The Disposer is the nicer but still a bit of a kludge way >> wh

Re: [Geoserver-devel] Shutting down Thread Pools

2015-01-26 Thread Kevin Smith
On 26 January 2015 at 16:14, Kevin Smith wrote: > >> Yes the problem here is that FileSytemResourceStores are being created in >> multiple places, often in classes that don't require disposal themselves, >> and in some cases are being returned or set as just ResourceSt

Re: [Geoserver-devel] Shutting down Thread Pools

2015-01-26 Thread Kevin Smith
ce the public constructors for FileSystemResourceStore with a factory which registers them for disposal, but that would really just be a one off version of the same idea. On 24 January 2015 at 05:55, Andrea Aime wrote: > On Sat, Jan 24, 2015 at 12:02 AM, Kevin Smith > wrote: >> >>

Re: [Geoserver-devel] Shutting down Thread Pools

2015-01-23 Thread Kevin Smith
On 23 January 2015 at 14:17, Kevin Smith wrote: > On 23 January 2015 at 13:30, Jody Garnett wrote: > >> >> As for FileSystemWatcher, the javadoc says: >>>> >>>> " * This implementation currently polls the file system and should be >>&g

Re: [Geoserver-devel] Shutting down Thread Pools

2015-01-23 Thread Kevin Smith
(in which case it's doing pretty much the same thing ResourceStore API does) rather than a specific OS level file system. The Java documentation just uses the term without defining it though. I'm a little worried that the dependence on file systems means the whole thing will break whe

Re: [Geoserver-devel] Shutting down Thread Pools

2015-01-23 Thread Kevin Smith
23 January 2015 at 12:35, Andrea Aime wrote: > On Fri, Jan 23, 2015 at 8:45 PM, Kevin Smith > wrote: > >> I've found two sources of non-daemon thread pools that aren't being shut >> down properly. >> >> https://jira.codehaus.org/browse/GEOS-6850 &

[Geoserver-devel] Shutting down Thread Pools

2015-01-23 Thread Kevin Smith
ing a method to GeoServerExtension to register a DisposableBean that was not instantiated as a spring bean to be disposed of on context shutdown. Any thoughts on this? -- Kevin Smith Software Engineer | Boundless <http://boundlessgeo.com/> ksm...@boundlessgeo.com +1-778-785-7459

[Geoserver-devel] [jira] (GEOS-6850) Multiple Thread Pools left running at shutdown

2015-01-22 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

Re: [Geoserver-devel] Starting GeoServer 2.6.2 release

2015-01-19 Thread Kevin Smith
6fdfa991 >>> build date = 19-Jan-2015 17:58 >>> geotools version = 12-SNAPSHOT >>> geotools revision = a0d72ab4ab784e922921e36cebdc79f0f44932fe >>> geowebcache version = 1.6-SNAPSHOT >>> geowebcache revision = fabd9c17c9b1f07e654b70b93dfeea532a

Re: [Geoserver-devel] interesting classpath conflict between geoserver and gwc standalone

2014-12-05 Thread Kevin Smith
ate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ost

Re: [Geoserver-devel] Odd function used by AbstractResourceAccessManager slowing down jdbcconfig a lot

2014-11-25 Thread Kevin Smith
On 25 November 2014 at 12:36, Andrea Aime wrote: > On Tue, Nov 25, 2014 at 9:32 PM, Kevin Smith > wrote: > >> Yes, the idea is that subclasses should override this default >> implementation with something that's properly encoded where possible >> (Sometimes it&

Re: [Geoserver-devel] Odd function used by AbstractResourceAccessManager slowing down jdbcconfig a lot

2014-11-25 Thread Kevin Smith
>> e-mail transmission, viruses, etc. >> >> --- >> >> >> ------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIR

Re: [Geoserver-devel] Geoserver 2.6.1 slow/unusable compared to Geoserver 2.6.0-snapshot of 23th oct

2014-11-21 Thread Kevin Smith
; https://lists.sourceforge.net/lists/listinfo/geoserver-devel > >> > >> > > > > > > > > > -- > > Download BIRT iHub F-Type - The Free Enterprise-Gra

Re: [Geoserver-devel] Home page logo text

2014-11-19 Thread Kevin Smith
ads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > -- Kevin Smith Junior Software Engineer | Boundless <http://boundle

Re: [Geoserver-devel] Community proposal for back-end GridCoverage distributed caching

2014-10-29 Thread Kevin Smith
Sounds interesting, and explains what that memory blob store proposal was all about. The GWC aspects you've described seem reasonable . Any thoughts on providing a general WCS caching capability to stand alone GWC similar to the WMS with TileFuser capability it has now? --

Re: [Geoserver-devel] GeoServer 2.5.3... do we need a GWC 1.5.4?

2014-10-20 Thread Kevin Smith
; Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > __

Re: [Geoserver-devel] [Geowebcache-devel] [Geotools-devel] Release GeoTools 12.0 / GeoServer 2.6.0 plan

2014-09-25 Thread Kevin Smith
GWC 1.6.0 is in the maven repo. I'll handle the rest of the release process as time permits but it shouldn't be holding up GeoServer any more. On 24 September 2014 17:17, Kevin Smith wrote: > I don't seem to have permissions to deploy to the new maven repository. > Ot

Re: [Geoserver-devel] [Geowebcache-devel] [Geotools-devel] Release GeoTools 12.0 / GeoServer 2.6.0 plan

2014-09-24 Thread Kevin Smith
t; > On Wed, Sep 24, 2014 at 6:38 PM, Ian Turton wrote: > >> Thanks Kevin >> >> >> Is this mosaic issue that has come up a blocker for 2.6.0? from the sound >> of it is serious but does it only affect Finland? :-) >> >> >> Ian >> >>

Re: [Geoserver-devel] [Geotools-devel] Release GeoTools 12.0 / GeoServer 2.6.0 plan

2014-09-24 Thread Kevin Smith
ols artifacts not being >> available in the maven repo. Have you run the geotools publish step yet? >> >> >> On Wednesday, September 24, 2014, Ian Turton wrote: >> >>> OK shall I just release GeoServer with the current release of GWC >>> (1.5.3) fr

Re: [Geoserver-devel] [Geotools-devel] Release GeoTools 12.0 / GeoServer 2.6.0 plan

2014-09-23 Thread Kevin Smith
t-Ready for PCI DSS 3.0 Compliance? Download White paper >>>> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >>>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk >>>> ___ >>>> GeoTools-Devel mailing list >>>&

Re: [Geoserver-devel] 2.6-RC2 not needed?

2014-08-27 Thread Kevin Smith
___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > > > > ------ > Slashdot TV. > Video for Nerds. Stuff th

Re: [Geoserver-devel] Backport fix for #5996

2014-08-19 Thread Kevin Smith
OK, merging then. On 18 August 2014 13:10, Jody Garnett wrote: > No Objections Kevin, indeed since 2.5.x gets released in a month it would > be good if this is applied earlier. > > Jody Garnett > > > On Mon, Aug 18, 2014 at 12:50 PM, Kevin Smith > wrote: > >

[Geoserver-devel] Backport fix for #5996

2014-08-18 Thread Kevin Smith
prop to either true or false makes the behaviour consistent across an upgrade from 2.5.x to 2.6.x. -- Kevin Smith Junior Software Engineer | Boundless <http://boundlessgeo.com/> ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <http://twitter.com/boundlessgeo/> &l

Re: [Geoserver-devel] Maven repo settings changed

2014-08-18 Thread Kevin Smith
server-devel >> >> > > > ------ > > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geo

Re: [Geoserver-devel] Activating full wms support in integrated GWC

2014-07-23 Thread Kevin Smith
p to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > ___ > Geoserver-devel

Re: [Geoserver-devel] Some confusion about GWC dependencies on 2.5.x

2014-07-22 Thread Kevin Smith
1.6.0-beta is also ready now. On 22 July 2014 02:09, Andrea Aime wrote: > On Tue, Jul 22, 2014 at 1:23 AM, Kevin Smith > wrote: > >> GWC 1.5.3 Is released, waiting on GT 12-beta to do 1.6.0-beta >> > > Thank you, moving on with the 2.5.2 release :-) > > Cheers

Re: [Geoserver-devel] Some confusion about GWC dependencies on 2.5.x

2014-07-21 Thread Kevin Smith
ith a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > http

[Geoserver-devel] [jira] (GEOS-6575) Rapid Concurrent REST usage can invalidate DataStore still being used

2014-07-16 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

[Geoserver-devel] [jira] (GEOS-6571) REST documents use atom namespace prefix without declaring it

2014-07-11 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

Re: [Geoserver-devel] [ExternalEmail] GeoServerPersisterTest failure

2014-06-25 Thread Kevin Smith
] Web Coverage Service 2.0 Earth Observation extensions SKIPPED >>> [INFO] Web Coverage Service 2.0 Earth Observation GUI extension SKIPPED >>> [INFO] GeoServer libjpeg-turbo Module SKIPPED >>> [INFO] GeoServer Data Importer ...

Re: [Geoserver-devel] (no subject)

2014-06-11 Thread Kevin Smith
OK, tests passing. Thanks. On 11 June 2014 09:17, Kevin Smith wrote: > OK, thanks, I'll try clearing my maven repo and rebuilding. > > > On 11 June 2014 06:49, Andrea Aime wrote: > >> On Wed, Jun 11, 2014 at 9:57 AM, Nicola Lagomarsini < >> nicola.

Re: [Geoserver-devel] (no subject)

2014-06-11 Thread Kevin Smith
2 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-solut

Re: [Geoserver-devel] (no subject)

2014-06-10 Thread Kevin Smith
aph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > --

Re: [Geoserver-devel] [Geowebcache-devel] Request to upgrade guava dependency version

2014-06-09 Thread Kevin Smith
gt;> > Learn Graph Databases - Download FREE O'Reilly Book > >> > "Graph Databases" is the definitive new guide to graph databases and > >> > their > >> > applications. Written by three acclaimed leaders in the field, > >> > this

Re: [Geoserver-devel] GeoServer master build broken for 5 days now

2014-06-04 Thread Kevin Smith
That didn't work, but I think I've figured out what I need to do. On 4 June 2014 09:25, Kevin Smith wrote: > I've changed the behaviour of the filter, doing a test build now. > > > On 4 June 2014 07:48, Andrea Aime wrote: > >> On Wed, Jun 4, 2014 at 4

Re: [Geoserver-devel] GeoServer master build broken for 5 days now

2014-06-04 Thread Kevin Smith
r free book today! > http://p.sf.net/sfu/NeoTech > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > -- Kevin Smith Junior Software Engineer |

[Geoserver-devel] Test Failures in Web modules

2014-06-03 Thread Kevin Smith
org.geoserver.web.demo.DemoRequestsPageTest) testStructure(org.geoserver.web.demo.DemoRequestsPageTest): path: 'demoRequestsForm:body:editorContainer:editor' does not exist for page: DemoRequestsPage Tests run: 19, Failures: 0, Errors: 3, Skipped: 1 -- Kevin Smith Junior S

Re: [Geoserver-devel] GSIP 113 - ResourceAccessManager to Build Security Filter

2014-05-21 Thread Kevin Smith
esign documentation" such as it is ... > > Jody Garnett > > > On Sat, May 3, 2014 at 5:14 AM, Kevin Smith wrote: > >> OK, here are some examples for Jody, >> >> AllowAllResourceAccessManager which just allows access to everything >> would have a

Re: [Geoserver-devel] Multiple GeoServerPersister instances

2014-05-21 Thread Kevin Smith
geo.com> wrote: >>>> >>>>> There is a bit of tricky logic when it comes to registering the >>>>> persister during startup, it is used for a couple of purposes, one being >>>>> to >>>>> migrate from older configurat

[Geoserver-devel] Multiple GeoServerPersister instances

2014-05-15 Thread Kevin Smith
sts(String[], String, TestExecution) line: 467 RemoteTestRunner.runTests(TestExecution) line: 683 RemoteTestRunner.run() line: 390 RemoteTestRunner.main(String[]) line: 197 -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <https://t

Re: [Geoserver-devel] [Geowebcache-devel] GWC 1.5.2 patch release imminent

2014-05-02 Thread Kevin Smith
wser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______ > Geowebcache-devel mailing li

Re: [Geoserver-devel] GSIP 113 - ResourceAccessManager to Build Security Filter

2014-05-02 Thread Kevin Smith
ondon! Visit http://goo.gl/fES3aK >> for more information. >> == >> >> Ing. Andrea Aime >> @geowolf >> Technical Lead >> >> GeoSolutions S.A.S. >> Via Poggio alle Viti 1187 >> 55054 Massarosa (LU) >> I

Re: [Geoserver-devel] GSIP 113 - ResourceAccessManager to Build Security Filter

2014-04-30 Thread Kevin Smith
gt; > > On Fri, Apr 18, 2014 at 11:18 AM, Andrea Aime < > andrea.a...@geo-solutions.it> wrote: > >> On Tue, Apr 15, 2014 at 11:04 PM, Kevin Smith wrote: >> >>> Proposal for the extension to ResourceAccessManager I brought up earlier. >>> >>>

Re: [Geoserver-devel] Storage for JDBC backed ResourceStore

2014-04-30 Thread Kevin Smith
; outside of the table record). > > Why can't we use blob and provide a stream? Just because it's more > complex? > Or we would not be able to use streams with blobs regardless? > > Cheers > Andrea > > > > On Wed, Apr 30, 2014 at 6:46 PM, Kevin Smith wrote: >

[Geoserver-devel] Storage for JDBC backed ResourceStore

2014-04-30 Thread Kevin Smith
TTFs or images might go as large as a few megabytes but the goal is not to store any geodata. -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <https://twitte

[Geoserver-devel] [jira] (GEOS-6463) WMS 1.3 GetCapabilities with JDBCConfig throws ClassCastException

2014-04-25 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

Re: [Geoserver-devel] GeoServerExtensions and testing

2014-04-22 Thread Kevin Smith
ted Now And Turn Your Intranet Into A Collaboration Platform > http://p.sf.net/sfu/ExoPlatform > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourcefo

Re: [Geoserver-devel] [Geotools-devel] [Geowebcache-devel] Modification on WMSTileFuser class

2014-04-22 Thread Kevin Smith
t;>> Ing. Andrea Aime >>>>>>>>> @geowolf >>>>>>>>> Technical Lead >>>>>>>>> >>>>>>>>> GeoSolutions S.A.S. >>>>>>>>> Via Poggio alle Viti 1187 >>>>>>>&

Re: [Geoserver-devel] [Geotools-devel] [Geowebcache-devel] Modification on WMSTileFuser class

2014-04-22 Thread Kevin Smith
us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK > for more information. > == > > Ing. Nicola Lagomarsini > Junior Software Engineer > > GeoSolutions S.A.S. > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > phone: +39 0584 962313 > fax: +

Re: [Geoserver-devel] GSIP 113 - ResourceAccessManager to Build Security Filter

2014-04-17 Thread Kevin Smith
ution though and leave the function signatures as is. -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <https://twitter.com/boundlessgeo> -- Learn Graph Da

Re: [Geoserver-devel] GSIP 113 - ResourceAccessManager to Build Security Filter

2014-04-17 Thread Kevin Smith
bstract base classes AbstractResourceAccessManager and AbstractCatalogFilter. On 17 April 2014 01:42, Andrea Aime wrote: > On Tue, Apr 15, 2014 at 11:04 PM, Kevin Smith wrote: > >> Proposal for the extension to ResourceAccessManager I brought up earlier. >> >> &

[Geoserver-devel] GSIP 113 - ResourceAccessManager to Build Security Filter

2014-04-15 Thread Kevin Smith
Proposal for the extension to ResourceAccessManager I brought up earlier. http://geoserver.org/display/GEOS/GSIP+113+-+ResourceAccessManager+to+Build+Security+Filter -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <ht

Re: [Geoserver-devel] Backport PR #553/GEOS-6416

2014-04-11 Thread Kevin Smith
Thanks, I've backported it. On 11 April 2014 00:46, Ben Caradoc-Davies wrote: > +1. Even though it is just a refactoring, backporting code improvements > makes later cherry-picking easier. > > > On 11/04/14 04:15, Kevin Smith wrote: > >> PR #553 factors out some c

Re: [Geoserver-devel] Advertised and Security filters with large JDBCConfig catalog

2014-04-10 Thread Kevin Smith
re in use, it should allow the entire security filter to be well known and so allow for database side counting and paging, and so much better performance for those queries on large catalogs. On 18 March 2014 17:22, Kevin Smith wrote: > Ok, I feel a bit silly for missing that Catalog Mode option

[Geoserver-devel] Backport PR #553/GEOS-6416

2014-04-10 Thread Kevin Smith
PR #553 factors out some code in the main module into a new method, but doesn't change the function of it, and is otherwise confined to the JDBCConfig module. Would anyone object to backporting it to 2.5 now rather than waiting a month? -- Kevin Smith Junior Software Engineer | Boundless

[Geoserver-devel] [jira] (GEOS-6438) JDBCConfig can't handle large properties

2014-04-04 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

[Geoserver-devel] [jira] (GEOS-6430) Layer Preview very slow when JDBCConfig used with large catalog

2014-04-01 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

Re: [Geoserver-devel] Make it clear what's up and down in the layer group page

2014-03-27 Thread Kevin Smith
4 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 > >

[Geoserver-devel] [jira] (GEOS-6416) Logging bypasses JDBCConfig on start up

2014-03-26 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

Re: [Geoserver-devel] Make it clear what's up and down in the layer group page

2014-03-26 Thread Kevin Smith
nload your free book today! > http://p.sf.net/sfu/13534_NeoTech > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > > -- Kevin Smith Junior

Re: [Geoserver-devel] [Geotools-devel] Java 8 is out! Hem... shall we start using java 7? ; -)

2014-03-26 Thread Kevin Smith
e new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _

Re: [Geoserver-devel] MetadataURL validation inconsistency

2014-03-21 Thread Kevin Smith
5, Justin Deoliveira wrote: > With a CSW implementation in GeoServer I could see allowing relative links > as a useful feature. > > > On Wed, Mar 19, 2014 at 1:09 PM, Kevin Smith wrote: > >> I'm dealing with a complaint that REST doesn't validate metadata URLs on

[Geoserver-devel] MetadataURL validation inconsistency

2014-03-19 Thread Kevin Smith
it tests should only be using full URLs. I couldn't find any indication of what's correct in the OGC specs although that seems to me it would imply inclusiveness. -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <http

Re: [Geoserver-devel] Advertised and Security filters with large JDBCConfig catalog

2014-03-18 Thread Kevin Smith
l the files should be allowed through. On 16 March 2014 00:56, Andrea Aime wrote: > On Fri, Mar 14, 2014 at 11:27 PM, Kevin Smith wrote: >> >> Allowing the admin to specify that it's OK to reveal the existence of >> secure layers would be a simple and comprehensive way to

Re: [Geoserver-devel] Advertised and Security filters with large JDBCConfig catalog

2014-03-14 Thread Kevin Smith
On 14 March 2014 11:06, Andrea Aime wrote: > On Fri, Mar 14, 2014 at 6:59 PM, Kevin Smith wrote: > >> >> It appeared that AdvertisedCatalog assumes layer groups could have >> sub-layergroups while LayerPreviewProvider assumes they only contain >> layers. >> &

Re: [Geoserver-devel] Advertised and Security filters with large JDBCConfig catalog

2014-03-14 Thread Kevin Smith
On 14 March 2014 08:49, Andrea Aime wrote: > On Thu, Mar 13, 2014 at 9:14 PM, Kevin Smith wrote: > >> A client has identified a performance issue with very large JDBCConfig >> catalogs. >> >> The AdvertisedCatalog and SecurityCatalog wrappers both add Filt

[Geoserver-devel] Advertised and Security filters with large JDBCConfig catalog

2014-03-13 Thread Kevin Smith
If anyone has any other ideas for getting around this problem I'd love to hear them. -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <https://twitter.com/boundlessgeo> -

[Geoserver-devel] Outdated H2 and Postgres drivers

2014-03-03 Thread Kevin Smith
's already been established as "a lot" I can probably just work with what's there but otherwise I'll take a look. -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundl

Re: [Geoserver-devel] GeoWebCache release for 2.5-RC2?

2014-03-03 Thread Kevin Smith
actually works. > Faster operations. Version large binaries. Built-in WAN optimization and > the > freedom to use Git, Perforce or both. Make the move to Perforce. > > http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk > ___ > Geoserver-de

[Geoserver-devel] [jira] (GEOS-6332) JDBCConfig saves Workspace specific Services over global services

2014-02-03 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

[Geoserver-devel] [jira] (GEOS-6331) JDBCConfig only shows first page when paging a list of entries

2014-02-03 Thread Kevin Smith (JIRA)
Title: Message Title Kevin Smith created an issue

Re: [Geoserver-devel] GeoSever 2.5.x and GWC, we're still on 1.5

2014-01-13 Thread Kevin Smith
Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/414

Re: [Geoserver-devel] Having integrated GWC proxy all "unknown" WMS requests to the internal GeoServer

2013-11-04 Thread Kevin Smith
but the open development platform that > developers love is also attractive to malware creators. Download this white > paper to learn more about secure code signing practices that can help keep > Android apps secure. > http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clkt

Re: [Geoserver-devel] Backport recent JDBCConfig fixes/improvements

2013-10-23 Thread Kevin Smith
That's why I listed other affected modules next to each pull in the original post. On 23 October 2013 10:48, Andrea Aime wrote: > On Wed, Oct 23, 2013 at 7:41 PM, Kevin Smith wrote: > >> Other changes outside JDBCConfig are: The WMS and Restconfig modules are >> changed

Re: [Geoserver-devel] Backport recent JDBCConfig fixes/improvements

2013-10-23 Thread Kevin Smith
d. On 23 October 2013 10:06, Andrea Aime wrote: > On Wed, Oct 23, 2013 at 6:53 PM, Kevin Smith wrote: > >> Several bug fixes and minor improvements to JDBCConfig have gone into >> master recently >> >> https://github.com/geoserver/geoserver/pull/257 (Use JNDI to find the

[Geoserver-devel] Backport recent JDBCConfig fixes/improvements

2013-10-23 Thread Kevin Smith
69 (Change JDBCConfig to default to being off until the user has a chance to configure it) I'd like to backport them onto 2.4. I've tested it both straight, and with the CSW and root POM changes removed and haven't encountered any problems. -- Kevin Smith Junior Software

Re: [Geoserver-devel] GeoWebCache dependency upgraded to 1.5.0 final on master and 2.4.x

2013-10-15 Thread Kevin Smith
the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge.net > https

Re: [Geoserver-devel] Random fill vendor param names in CSS

2013-10-08 Thread Kevin Smith
Cool, I'll give it a shot when I've got a bit of free time. On 8 October 2013 00:13, Andrea Aime wrote: > On Mon, Oct 7, 2013 at 9:23 PM, Kevin Smith wrote: > >> A poisson disc distribution would probably look nicer than either >> jittered grid or purely random poi

Re: [Geoserver-devel] Random fill vendor param names in CSS

2013-10-07 Thread Kevin Smith
rofiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > ___ > Geoserver-devel mailing list > Geoserver-devel@lists.sourceforge

[Geoserver-devel] [jira] (GEOS-6068) Status Page is not extensible

2013-10-02 Thread Kevin Smith (JIRA)
: Minor Reporter: Kevin Smith

[Geoserver-devel] EasyMock dependency

2013-09-24 Thread Kevin Smith
Easymock. 3.2 is the latest version overall, but I got some test failures when I tried it. Anyone have objections to upgrading to EasyMock 2.5.2? -- Kevin Smith Junior Software Engineer | Boundless ksm...@boundlessgeo.com +1-778-785-7459 @boundlessgeo <https://twitter.com/boundless

Re: [Geoserver-devel] Service config object factories

2013-09-11 Thread Kevin Smith
tialization. >> A pattern I used sometimes for xstream classes is like this: >> public class ModelObject{ >> >> public ModelObject(){ >> readResolve(); >> } >> >> private Object readResolve(){ >> //initialize instance variables to defa

[Geoserver-devel] Service config object factories

2013-09-09 Thread Kevin Smith
enting the wheel? -- Kevin Smith Junior Software Developer, OpenGeo -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globali

Re: [Geoserver-devel] Commit access for Kevin Smith on the gwc module

2013-09-05 Thread Kevin Smith
Thanks, I'll try not to break anything too badly. On 4 September 2013 23:27, Rahkonen Jukka wrote: > +1 > > -Jukka- > > > Ben Caradoc-Davies wrote > > Re: [Geoserver-devel] Commit access for Kevin Smith on the gwc module > > > > +1 from me. > &

[Geoserver-devel] [jira] (GEOS-6018) About Versions JSON representation inconsistent when there is only one resource

2013-09-04 Thread Kevin Smith (JIRA)
Kevin

[Geoserver-devel] [jira] (GEOS-6010) REST Bypasses JDBCConfig when dealing with Service config

2013-08-30 Thread Kevin Smith (JIRA)
Issue Type: Bug Affects Versions: 2.4-RC1 Assignee: Kevin Smith

Re: [Geoserver-devel] [Geowebcache-devel] [Geotools-devel] RC release in a few days

2013-08-14 Thread Kevin Smith
ncing GeoTools until we have an all clear. > > Kevin I am not sure anything has changed in GeoWebCache recently? > -- > Jody Garnett > > On Thursday, 15 August 2013 at 5:43 AM, Andrea Aime wrote: > > On Wed, Aug 14, 2013 at 9:01 PM, Kevin Smith wrote: > > I'll make sure

Re: [Geoserver-devel] [Geotools-devel] RC release in a few days

2013-08-14 Thread Kevin Smith
ttlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______ > GeoTools-Devel mailing list >

Re: [Geoserver-devel] Fix for GEOS-4978

2013-06-12 Thread Kevin Smith
I was thinking more of synchronizing a Minor GWC release on each Major GT/Minor GS release (Updating the GeoTools dependencies at a minimum) and then patch releases of GWC as needed. So we'd do 1.4 ASAP, then plan for 1.5 to link up with GT 10 and GS 2.4. 1.4.1 would be fitted in when and if it's

Re: [Geoserver-devel] Fix for GEOS-4978

2013-06-11 Thread Kevin Smith
; Wondering... any chance we can make a 1.4.x stable series and leave trunk > as the dev series? > Forking 1.4 off of trunk certainly makes sense to me. It keeps coming up that we should do it, and then it doesn't get done. Formalizing the schedule so GWC released in sync with GT and G

[Geoserver-devel] Fix for GEOS-4978

2013-06-10 Thread Kevin Smith
I had to make some changes to GWC which are in trunk, but it does require moving the GWC dependency forward. -- Kevin Smith Junior Software Developer, OpenGeo -- This SF.net email is sponsored by Windows: Build for Wi

[Geoserver-devel] [jira] (GEOS-5747) Allow user to specify a range/extent for dimensions

2013-04-03 Thread Kevin Smith (JIRA)
Issue Type: Improvement Affects Versions: 2.3.0 Assignee: Kevin Smith

Re: [Geoserver-devel] geowebcache-master ParameterFilter changes break geoserver-master build in gwc

2013-04-02 Thread Kevin Smith
gt; >> >> I have kicked the build on OpenGeo Hudson to generate your official >> notification (our Jenkins polls more frequently). ;-) >> >> Kind regards, >> >> > -- > Ben Caradoc-Davies > Software Engineer > CSIRO Earth Science and Resource Engineeri

<    1   2   3