[Geoserver-devel] Jenkins build is back to normal : geoserver-master #4292

2017-03-30 Thread monitor
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Geoserver-devel] Build failed in Jenkins: geoserver-master #4291

2017-03-30 Thread monitor
See -- [...truncated 183349 lines...] Mar 31, 2017 4:02:13 AM org.geoserver.security.cas.LiveCasData disableTest WARNING: Disabling test based on fixture cas since the file /var/lib/jenkins/.

Re: [Geoserver-devel] GeoServer builds broken by failing geogig-master build

2017-03-30 Thread Ben Caradoc-Davies
Ian, this sounds like the problem I see because I always build with "mvn -nsu" to ensure that I use artifacts from my local geotools build. Because geoscript and geogig are two snapshot dependencies that I do not build locally, the script I use to compile community modules starts with this: #

[Geoserver-devel] Timezone handling in WFS

2017-03-30 Thread Dave Blasby
Hi, I'm just trying to track down how geoserver is handling time zones. Here's an example (I've used postgis); # create table date_test(fid integer primary key, geom geometry, date timestamp with time zone, tag text); CREATE TABLE postgis=# insert into date_test values (1,'POINT(0 0)'::geometr

[Geoserver-devel] Jenkins build is back to normal : geoserver-2.11.x-nightly #17

2017-03-30 Thread monitor
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot __

[Geoserver-devel] Jenkins build is back to normal : geoserver-master #4281

2017-03-30 Thread monitor
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Geoserver-devel] Build failed in Jenkins: geoserver-master #4280

2017-03-30 Thread monitor
See -- [...truncated 181461 lines...] [INFO] [INFO] --- maven-surefire-plugin:2.12.3:test (default-test) @ gs-web-app --- [INFO] Surefire report directory:

[Geoserver-devel] Jenkins build is back to normal : GeoTools-Master-OpenJDK8 #424

2017-03-30 Thread jenkins
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Geoserver-devel] Last-Modified header on GWC requests seem to be wrong

2017-03-30 Thread Jason Newmoyer
Re-posting to dev list. I'll create a ticket if nobody has any ideas. I noticed an issue with my tiled maps where it seems the cache is very little used. I am using GeoServer 2.10.0 with Jetty 9.3. I am using the built-in Guava memory cache. It seems that the Last-Modified timestamp in response

Re: [Geoserver-devel] GeoServer builds broken by failing geogig-master build

2017-03-30 Thread Erik Merkle
Ben, Ian, thanks for the feedback. I agree it would be best to not have different behaviors. I'll close the PR. The GeoGig builds appear to be stable again. I'll monitor them for a few more days to make sure the problem doesn't pop back up, as LocationTech wasn't able to identify the cause of the

[Geoserver-devel] Jenkins build became unstable: GeoStore-Master #25

2017-03-30 Thread winbuild
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

[Geoserver-devel] Build failed in Jenkins: GeoTools-Master-OpenJDK8 #423

2017-03-30 Thread jenkins
See Changes: [Daniele Romagnoli] Fixing datastore.properties driver -- [...truncated 13259 lines...] [JENKINS] Archiving

[Geoserver-devel] [JIRA] (GEOS-8059) problematic cache-control settings for GetCapabilities response

2017-03-30 Thread Tobias Warneke (JIRA)
Title: Message Title Tobias Warneke create

Re: [Geoserver-devel] GeoServer builds broken by failing geogig-master build

2017-03-30 Thread Ian Turton
I'm with Ben on this - I don't like the idea of travis and jenkins diverging, Also a +1 on a stable release of geogig going into GeoServer as we had issues on the sprint yesterday due to me not updating snapshots (since I want to use my local geotools build) not getting the latest GeoGig jars. Ian