[Geoserver-devel] Build failed in Jenkins: geoserver-master-live-docs #1271

2018-10-16 Thread monitor
See 


Changes:

[niels] Taskmanager: mass upstream upgrade

--
Started by an SCM change
Building remotely on apollo-slave-01 in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/geoserver/geoserver.git # 
 > timeout=10
Fetching upstream changes from git://github.com/geoserver/geoserver.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/geoserver/geoserver.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a33f21b8756d699775984891651dde06c859ff14 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a33f21b8756d699775984891651dde06c859ff14
 > git rev-list 44f56316e6308c99dbecdd7963e6388c91ba6ec6 # timeout=10
[geoserver-master-live-docs] $ mvn -f doc/en/pom.xml compile
[INFO] Scanning for projects...
[INFO] 
[INFO] 
[INFO] Building GeoServer English Documentation 2.15-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverages) @ gs-docs ---
[INFO] reading from 

[INFO] writing file 

[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (coverageStores) @ 
gs-docs ---
[INFO] reading from 

[INFO] writing file 

[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (datastores) @ gs-docs 
---
[INFO] reading from 

[INFO] writing file 

[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (featureTypes) @ gs-docs 
---
[INFO] reading from 

[WARNING] generated unique operationId `getFeatureTypes_0`
[WARNING] generated unique operationId `putFeatureTypes_0`
[WARNING] generated unique operationId `postFeatureTypes_0`
[WARNING] generated unique operationId `deleteFeatureTypes_0`
[WARNING] generated unique operationId `getFeatureType_0`
[WARNING] generated unique operationId `putFeatureType_0`
[WARNING] generated unique operationId `postFeatureType_0`
[WARNING] generated unique operationId `deleteFeatureType_0`
[INFO] writing file 

[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (fonts) @ gs-docs ---
[INFO] reading from 

[INFO] writing file 

[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (layergroups) @ gs-docs 
---
[INFO] reading from 

[INFO] writing file 

[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (layers) @ gs-docs ---
[INFO] reading from 

[WARNING] Type is NULL for Serializable Parameter: workspaceName
[WARNING] warning!  Property type "null" not found for parameter 
"workspaceName", using String
[WARNING] Type is NULL for Serializable Parameter: workspaceName
[WARNING] warning!  Property type "null" not found for parameter 
"workspaceName", using String
[INFO] writing file 

[INFO] 
[INFO] --- swagger-codegen-maven-plugin:2.2.2:generate (manifests) @ gs-docs ---
[INFO] reading from 

[WARNING] Empty operationId found for path: get /about/version. Renamed to 
auto-generated operationId: aboutVersionGet
[WARNING] Empty operationId found for path: get /about/status. Renamed to 
auto-generated operationId

[Geoserver-devel] GeoTools / GeoServer Meeting 2018-10-16

2018-10-16 Thread Torben Barsballe
Participants

Kevin Smith

Nuno Oliveira

Torben Barsballe

Jody Garnett

Jukka Rahkonen
Actions

   -

   Torben: update the Java 11 GSIP with links to email discussion
   -

   Torben: install jdk 11 on build.geoserver.org
   -

   Jody: add a “preflight” checklist for people attending
   -

   Start email list discussion on GWC Site / GS Docs and GitHub Pages

Actions From Last Meeting

   -

   Jody: to request funding from board (done)
   -

   All: Please promote via twitter etc (done)
   -

   Jody: Action schedule breakout meeting for the above time (moved to
   email)

Agenda

   -

   OSGeo Updates
   -

   Code Sprint
   -

   GeoServer Doc & GeoWebCache site hosting

OSGeo Updates

Code sprint approved:

   -

   $2000 approved, will update sprint page to list OSGeo as host


Jody commented on osgeo todo about CITE tests:

   -

   https://git.osgeo.org/gitea/osgeo/todo/issues/25





Code Sprint

Wiki:

   -

   https://wiki.osgeo.org/wiki/Java_2018_Code_Sprint


Finances:

   -

   We have 2-3 sponsors now, and OSGeo hosting
   -

   Budget
   

   -

  Priority: airfare > accommodation > catering


Participants:

   -

   We are down 12 people


Andrea has been adding a bunch of useful information on the mailing lists

   -

   One concern: Build times
   -
   -

   Need to capture discussion in an organized place


Sprint plan stages (from email), goal is to have something “shippable” at
the end of each stage:


   1.

   build and run in JDK 11
   Everything in our stack (jaitools, jai-ext, imageio-ext, geotools,
   geowebcache, geoserver) builds and run without any flag added, off the
   classpath (it's ok to have warnings). This will allow us to get JDK 11
   builds going.
   1.

  Compile: Andrea has made considerable progress here, to mirror you
  need to check out and build locally all the dependencies
  2.

  Pass tests: This may require updating some dependencies
  (this can be split up)
  2.

   Reduce warnings from Dependency Analysis Tools
   Get as much as possible build and run without warnings.
   1.

  This cannot be automated, and is y we have so many people in the
  sprint!
  3.

   Module repackage
   Add automatic module descriptors, eliminate split packages in library
   projects
   1.

  Repackage
  2.

  make sure we can run a true module app depending on the automatic
  modules (idea, we could use the demo module, already depending on many of
  the others, and make that one a true module?).
  3.

  Adjust imports and the like as needed in all projects, try to collect
  migration scripts to help others do the same.
  4.

   org.opengis repackage
   Swich gt-api away from using org.opengis package, upgrade everything
   else to follow
   1.

  repackage
  2.

  update emf models and regenerate


How to coordinate across teams with 8 hour time difference:

   -

   If possible teams could work independently
   -

  Spring 5 upgrade could happen concurrently with logging upgrade? More
  generally, dependency updates between GeoTools and GeoServer
  -

  Making test cases work
  -

  Fixing
  -

   We need to coordinate a hand over of work from one team to the next
   -

  commit everything to shared branch
  -

  Hangout with the next person taking over
  -

  Use a spreadsheet to communicate status, progress
  -

  Use gitter to communicate early and often, stuck for 15 mins ask for
  help!


Actions for this week:

   -

   Torben is going to update the GSIP with links to discussion
   -

   Jody is done the GeoTools proposal
   -

   Torben install jdk 11 on build.geoserver.org
   -

   Jody: add a “preflight” checklist for people attending
   -

  JDK 11
  -

  Need to check out all the branches on each project and build locally
  -

  Read the proposals:
  -

 Java_2018_Code_Sprint
 
 -

 GSIP-171 
 -

 Restructure GeoTools into Jigsaw modules
 

 -

  Required reading:
  -

 Meeting notes / Documents / Order of operations above (Action:
 Capture this as a standalone document)
 -

 State of the Module System
 
 -

  Recommended:
  -

 Core Java SE 9 for the Impatient
 
 (Chapter 15. The Java Platform Module System)
 -

 The State of the Module System
 
 -

   

[Geoserver-devel] [JIRA] (GEOS-8978) gml:id is present on WFS 1.1.0 GML 3.1 geometry encoding

2018-10-16 Thread JIRA
Title: Message Title


 
 
 
 

 
 
 

 
   
 Fernando Miño created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8978  
 
 
  gml:id is present on WFS 1.1.0 GML 3.1 geometry encoding   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 16/Oct/18 9:32 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Fernando Miño  
 

  
 
 
 
 

 
 The XML attribute gml:id is present on WFS 1.1.0 GML 3.1 geometry encoding, also with null values ("null.1"). This behavior causes errors reading features from QGIS 2.18+.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
  

Re: [Geoserver-devel] Reminder: GeoTools / GeoServer meeting at 19:30 UTC on Tuesday

2018-10-16 Thread Jody Garnett
Reminder the meeting has swapped to jitsi because new Skype hates linux.

https://meet.jit.si/GeoServerMeeting
--
Jody Garnett


On Mon, 15 Oct 2018 at 13:15, Ben Caradoc-Davies  wrote:

> GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday:
>
> https://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+/+GeoServer+Meeting&year=2018&month=10&day=16&hour=19&min=30&sec=0&ah=1
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel