Attending
Ian Turton
Andrea Aime
Torben Barsballe
Kevin Smith
Actions from Last Meeting- AA: ask for 2.15 (resolved itself)
-
Torben: Try rebooting Jenkins to help with file limit [DONE]
-
Torben: Add email notifications to the Java11 jenkins builds [DONE]
Agenda- 2.15-RC this week?
-
SLD autocomplete stuff
-
Jenkins File Limit follow-up
-
PMD and QA: anything else you’d like to see covered
-
RESTful services and OWS services
Actions- Torben: try to up the file limits again on Jenkins
2.15-RC this week
As per last meeting notes, Ian to perform the release and Andrea to help with the GWC release
SLD autocomplete stuff
See mail on list. Torben thinks it’s reasonable.
PR here: https://github.com/geoserver/geoserver/pull/3335
Jenkins File Limit follow-up
Still seeing builds failing with the same reasons. Torben going to up the limits again.
PMD and QA: anything else you’d like to see covered
Another batch in, dealing with empty code sections.
RESTful services and OWS services
OWS dispatcher for rest, painful, WFS3 uses servlet filter as a bridge
Spring MVC issues:
-
Admin auth required
-
Dispatcher callback ecosystem broken
-
No way to modify the request on the fly anymore
Idea, maybe have a RestDispatcher implementation that uses Spring annotations but tries to save the DispatcherCallback ecosystem (re-parsing/dispatching requests after modication and so on).