Re: [Geoserver-devel] [Geotools-devel] GeoTools / GeoServer PMC meeting - 2024-01-02

2024-01-03 Thread Brad Hards
On Thursday, 4 January 2024 10:03:25 AM AEDT Brad Hards wrote:
> On Wednesday, 3 January 2024 7:21:43 PM AEDT Andrea Aime wrote:
> > If so, it's big (the style part at
> > least) but not massive. Looks like a lot of small changes, which would
> > fit nicely in my "around one hour a week" typical availability.
> 
> I don't have a good feel for how complete the list is, but at least
> the style fixes probably a good estimate.
> 
> I plan to do the style fixes first, then look at inline scripts.
> 
>  I can do most of them, but would like help with the "display: none" part,
> especially in the base page where there is a comment about using the
> feedback spinner as a veil (proxy?) for AJAX interactions. I have no idea
> how that works, and its causing noise on every page that derives from it.

I have worked through most of the inline styles, and have pushed the results
as
https://github.com/geoserver/geoserver/pull/7154/commits/
08e471f3ee537a9522751605566175b0aa4d0e42

> Perhaps Michel who did the initial cleanup of inline styles can offer
> perspective?

If there is a better way to do any of that, please make it so.

The "display:none" part is still to be done.

There are a bunch of errors that appear to relate to jquery. I'm not sure why.

I haven't done all of the templating module. Perhaps it needs its own CSS file.

The GWC disk quota page has some computed style. I don't know how to fix that
yet.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools / GeoServer PMC meeting - 2024-01-02

2024-01-03 Thread Brad Hards
On Wednesday, 3 January 2024 7:21:43 PM AEDT Andrea Aime wrote:
> If so, it's big (the style part at
> least) but not massive. Looks like a lot of small changes, which would
> fit nicely in my "around one hour a week" typical availability.

I don't have a good feel for how complete the list is, but at least
the style fixes probably a good estimate.

I plan to do the style fixes first, then look at inline scripts. 

 I can do most of them, but would like help with the "display: none" part, 
especially in the base page where there is a comment about using the feedback 
spinner as a veil (proxy?) for AJAX interactions. I have no idea how that 
works, and its causing noise on every page that derives from it.

Have dropped a comment in the PR to show the unsafe-inline setting.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] GeoTools / GeoServer PMC meeting - 2024-01-02

2024-01-02 Thread Brad Hards
On Wednesday, 3 January 2024 5:35:42 AM AEDT Torben Barsballe wrote:
> Wicket 9 upgrade
> 
> https://github.com/geoserver/geoserver/pull/7154
> 
> Need to collect all pages and panels that need to be tested, make a list,
> and divide the list amongst participants to the testing effort. First we
> need Brad’s ok to move on.

Part of the Wicket 9 changes is a (strict) Content Security Policy.
See
https://nightlies.apache.org/wicket/guide/9.x/single.html#_content_security_policy_csp

CSP could help us a lot with security. See
https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
for what it does. The TL;DR; version is it blocks most XSS attacks.

It doesn't come for free though. We need to move or remove all the
inline styling and javascript. For inline javascript, it
needs to go into a "renderHead()" method.

We also need to remove inline event handlers.

I would like help to do that work, although I will get some of it done soon.
Please let me know if you can help

Since this stands a pretty good chance of breaking stuff,
we should defer the manual testing.

The only good news I have is that it looks like there will be automation
support for getting from Wicket 9 to Wicket 10.
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+10.0#MigrationtoWicket10.0-AddmigrationrecipestoWicket10WICKET-7029

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Update to Wicket 8

2023-10-05 Thread Brad Hards
As identified at https://github.com/geoserver/geoserver/wiki/Jakarta-EE#wicket 
we need to migrate to Wicket 10, ideally in small steps.

In support of a migration from what we currently have (Wicket 7) to Wicket 
8.15.0 (or maybe later - 8.x is coming towards EOL), I have put up some work 
at https://github.com/geoserver/geoserver/pull/7154

I think I've done most of the boring (but easy) parts. This is enough to get 
GeoServer to the "will boot, and let you log in" stage.

I am going to need help to fix what is left.

In particular, I would like help to fix:


https://github.com/geoserver/geoserver/pull/7154/
files#diff-150ffebe59f506d34ef00088e4dbe5e57cb4372a806a40c249ce7f0b00c3aca1L208-
R225


https://github.com/geoserver/geoserver/pull/7154/files#diff-fe73940d7eaa413f0f13bddd992bf9d822572fee288c51c500223bd8eca01bd6R541-R630
(which is probably the same issue affecting similar tests for WFS,WMS,WMTS, 
etc)


https://github.com/geoserver/geoserver/pull/7154/
files#diff-8ec72c8b3e191b33378849c0ac5d294c925fb2f15a0693d97c1864079599L79-
R86
(even a hint on what the 
urlFor(IFormSubmitListener.INTERFACE, new PageParameters())
line was doing would help)



and any other testing / fixes that anyone has time for.

I'm happy for this to be on a geoserver branch if that would make it easier.

Any suggestions / assistance appreciated.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GWC-page shown instead of redirect to geoserver/web when using Geofence-extension

2023-03-24 Thread Brad Hards
On Saturday, 25 March 2023 12:22:42 AM AEDT Biskup, Paul wrote:
> thanks for your response. Good to know. Maybe this should be documented in
> the Geofence-extension docs.

Hi Paul,

You can easily add documentation - each page has an "Edit" link on the right 
sidebar which will take you to a Github online editor.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Scheduling GeoServer 2.21.4 release for next week

2023-02-17 Thread Brad Hards
On Saturday, 18 February 2023 2:18:25 PM AEDT Jody Garnett wrote:
> The next release is available for preflight testing
> https://build.geoserver.org/view/release/job/geoserver-release/lastSuccessfu
> lBuild/artifact/distribution/2.22.2/ --

Thanks for the release work.

Downloaded javadoc package. Unzipped OK. Opened in Firefox, version number 
correct. Poked around a bit, links appeared OK,  no problems noted.

Downloaded html package. Unzipped OK. Opened in Firefox, version number 
correct. Poked around a bit in user manual. Links appeared OK (including x-ref 
to JIRA and github for edit). No problems noted.
Same for developer manual (although the release testing checklist was noted as 
being a bit out-of-date, that isn't a new issue).
REST API is documented as Version 1.0.0, but no problems noted.
Top level README, license and version OK (although it would be nice if the 
build date was more specific).

Downloaded the war package. Unzipped OK. Booted it on a Tomcat 9 install on 
ubuntu (9.0.58-1ubuntu0.1) with openjdk (11.0.17) - distro packages.
Log in OK, poked around with layer preview. Checked a couple of capabilities.
No problems noted. The new data and styling is nice improvement.

Overall: LGTM.

Brad





___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Page Server Status with Error 500

2023-02-01 Thread Brad Hards
On Thursday, 2 February 2023 8:01:15 AM AEDT Fernando Quadro wrote:
> I am testing GeoServer in the following environment:
> 
> O.S: Windows 10 Home (Version 21H2)
> Java: OpenJDK 17.0.2
> GeoServer 2.22.1 (Platform Independent Binary)

So JDK 17 is experimental. 

Did you apply the required changes as shown at

https://docs.geoserver.org/2.22.x/en/user/production/java.html#running-on-java-17-experimental

?

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10812) Update Jettison to 1.5.3

2023-01-02 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMDNjMDI1MGY0MDkzNGQ2YmE1MDI5NTA3MzNlYTU5MzAiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10812?atlOrigin=eyJpIjoiMDNjMDI1MGY0MDkzNGQ2YmE1MDI5NTA3MzNlYTU5MzAiLCJwIjoiaiJ9
 ) GEOS-10812 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10812?atlOrigin=eyJpIjoiMDNjMDI1MGY0MDkzNGQ2YmE1MDI5NTA3MzNlYTU5MzAiLCJwIjoiaiJ9
 ) Update Jettison to 1.5.3 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10812?atlOrigin=eyJpIjoiMDNjMDI1MGY0MDkzNGQ2YmE1MDI5NTA3MzNlYTU5MzAiLCJwIjoiaiJ9
 )

Issue Type: Task Affects Versions: 2.23-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Created: 03/Jan/23 6:36 AM Priority: Medium Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

Micro version dependency bump.

( 
https://osgeo-org.atlassian.net/browse/GEOS-10812#add-comment?atlOrigin=eyJpIjoiMDNjMDI1MGY0MDkzNGQ2YmE1MDI5NTA3MzNlYTU5MzAiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10812#add-comment?atlOrigin=eyJpIjoiMDNjMDI1MGY0MDkzNGQ2YmE1MDI5NTA3MzNlYTU5MzAiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100213- 
sha1:f7da67a )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10775) Update xmlunit to 1.6

2022-12-08 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMmYxNjlmMWE1MTI3NGU2ZGEzZjRkMDNmOTJmMmZmNjEiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10775?atlOrigin=eyJpIjoiMmYxNjlmMWE1MTI3NGU2ZGEzZjRkMDNmOTJmMmZmNjEiLCJwIjoiaiJ9
 ) GEOS-10775 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10775?atlOrigin=eyJpIjoiMmYxNjlmMWE1MTI3NGU2ZGEzZjRkMDNmOTJmMmZmNjEiLCJwIjoiaiJ9
 ) Update xmlunit to 1.6 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10775?atlOrigin=eyJpIjoiMmYxNjlmMWE1MTI3NGU2ZGEzZjRkMDNmOTJmMmZmNjEiLCJwIjoiaiJ9
 )

Issue Type: Task Affects Versions: 2.23-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Created: 08/Dec/22 11:46 AM Priority: Low Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

( 
https://osgeo-org.atlassian.net/browse/GEOS-10775#add-comment?atlOrigin=eyJpIjoiMmYxNjlmMWE1MTI3NGU2ZGEzZjRkMDNmOTJmMmZmNjEiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10775#add-comment?atlOrigin=eyJpIjoiMmYxNjlmMWE1MTI3NGU2ZGEzZjRkMDNmOTJmMmZmNjEiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100212- 
sha1:8cdcfbb )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10641) OGC API - Features - Failure on feature item CRS

2022-08-31 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiNjA0NTdlMjE4MTA3NDM0ZDhjMDJkYjhkYmIwMTNhYjIiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-10641?atlOrigin=eyJpIjoiNjA0NTdlMjE4MTA3NDM0ZDhjMDJkYjhkYmIwMTNhYjIiLCJwIjoiaiJ9
 ) GEOS-10641 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10641?atlOrigin=eyJpIjoiNjA0NTdlMjE4MTA3NDM0ZDhjMDJkYjhkYmIwMTNhYjIiLCJwIjoiaiJ9
 ) OGC API - Features - Failure on feature item CRS ( 
https://osgeo-org.atlassian.net/browse/GEOS-10641?atlOrigin=eyJpIjoiNjA0NTdlMjE4MTA3NDM0ZDhjMDJkYjhkYmIwMTNhYjIiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.22-RC Assignee: Unassigned Components: 
Community modules Created: 31/Aug/22 12:59 PM Fix Versions: 2.22-RC Priority: 
Medium Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

During testing of the OGC API Features using the executable test suite, I got 
weird errors that turned out to be the CRS being parsed (or failing to be 
parsed) as a date time.

The function arguments are in the wrong order.

( 
https://osgeo-org.atlassian.net/browse/GEOS-10641#add-comment?atlOrigin=eyJpIjoiNjA0NTdlMjE4MTA3NDM0ZDhjMDJkYjhkYmIwMTNhYjIiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10641#add-comment?atlOrigin=eyJpIjoiNjA0NTdlMjE4MTA3NDM0ZDhjMDJkYjhkYmIwMTNhYjIiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100206- 
sha1:e4fd81d )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] New community module - ogcapi/moving-features

2022-07-12 Thread Brad Hards
As flagged in gitter, I am (virtually) attending the OGC Vector API code 
sprint. There is interest in supporting the OGC API for moving features within 
geoserver.

The API specification is pretty early status, and I would like to see some 
changes. However there is no substitute for implementation to work out the 
issues, so sooner seems better (at least in some ways).
The evolving specification can be found at

https://github.com/opengeospatial/ogcapi-movingfeatures

I request approval to add a community module under the existing ogcapi 
"umbrella" at
geoserver/src/community/ogcapi/moving-features
or at
geoserver/src/community/ogcapi/ogcapi-moving-features
if that is preferred for any reason.

I have sent a corresponding request for the (unsupported) geotools module that 
would support this to geotools-devel.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] proposals: promote metadata and csw-iso to extensions

2022-04-09 Thread Brad Hards
On Saturday, 9 April 2022 7:10:55 PM AEST Mats Elfström wrote:
> But I would like to propose an even bolder approach. To me, CSW, Metadata
> and ISO-INSPIRE are parts of a whole and would perhaps be easier to
> install, configure and maintain if combined into a single extension? 

I accept that INSPIRE is really important to some users (and uses). However 
not all of the world is Europe, so that may not be appropriate in general.

> If I
> may be so bold? And even further, made part of Geoserver core.

I would not like to have anything added to core unless there are solid, long 
term support plans for it. That is, who is going to do the development, 
maintenance and validation?

This is not intended as a statement against (or for) migrating those to 
extension status.

Brad







___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10446) Upgrade commons-codec version

2022-04-01 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiZDM2YmQ2YWFhYzk4NGU3Mjk0Nzk5ZTU3MWYyZDBjMzQiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10446?atlOrigin=eyJpIjoiZDM2YmQ2YWFhYzk4NGU3Mjk0Nzk5ZTU3MWYyZDBjMzQiLCJwIjoiaiJ9
 ) GEOS-10446 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10446?atlOrigin=eyJpIjoiZDM2YmQ2YWFhYzk4NGU3Mjk0Nzk5ZTU3MWYyZDBjMzQiLCJwIjoiaiJ9
 ) Upgrade commons-codec version ( 
https://osgeo-org.atlassian.net/browse/GEOS-10446?atlOrigin=eyJpIjoiZDM2YmQ2YWFhYzk4NGU3Mjk0Nzk5ZTU3MWYyZDBjMzQiLCJwIjoiaiJ9
 )

Issue Type: Task Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Created: 02/Apr/22 12:39 AM Priority: Low Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

( 
https://osgeo-org.atlassian.net/browse/GEOS-10446#add-comment?atlOrigin=eyJpIjoiZDM2YmQ2YWFhYzk4NGU3Mjk0Nzk5ZTU3MWYyZDBjMzQiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10446#add-comment?atlOrigin=eyJpIjoiZDM2YmQ2YWFhYzk4NGU3Mjk0Nzk5ZTU3MWYyZDBjMzQiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100197- 
sha1:666e164 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10442) Upgrade jasper dependencies

2022-04-01 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMGVjNjZjOTNhMGY0NDVkODhjNTQwYjZlOGUwNTk0MWYiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10442?atlOrigin=eyJpIjoiMGVjNjZjOTNhMGY0NDVkODhjNTQwYjZlOGUwNTk0MWYiLCJwIjoiaiJ9
 ) GEOS-10442 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10442?atlOrigin=eyJpIjoiMGVjNjZjOTNhMGY0NDVkODhjNTQwYjZlOGUwNTk0MWYiLCJwIjoiaiJ9
 ) Upgrade jasper dependencies ( 
https://osgeo-org.atlassian.net/browse/GEOS-10442?atlOrigin=eyJpIjoiMGVjNjZjOTNhMGY0NDVkODhjNTQwYjZlOGUwNTk0MWYiLCJwIjoiaiJ9
 )

Issue Type: Task Affects Versions: 2.21-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Created: 01/Apr/22 12:05 PM Priority: Medium Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

Update jasper-compiler and jasper-runtime dependencies.

( 
https://osgeo-org.atlassian.net/browse/GEOS-10442#add-comment?atlOrigin=eyJpIjoiMGVjNjZjOTNhMGY0NDVkODhjNTQwYjZlOGUwNTk0MWYiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10442#add-comment?atlOrigin=eyJpIjoiMGVjNjZjOTNhMGY0NDVkODhjNTQwYjZlOGUwNTk0MWYiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100197- 
sha1:666e164 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Automating layer publishing via API

2022-03-23 Thread Brad Hards
On Thursday, 24 March 2022 4:50:48 PM AEDT Prem Kumar wrote:
> Hi Team,
> 
> I have been trying to automate publishing the layers via geoserver rest api
> but finding difficulties in fully customise it in my way.

This might be better asked on the user's list.

Brad





___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] About Community MongoDB plugin "schemaless-features"

2022-02-05 Thread Brad Hards
On Friday, 4 February 2022 8:32:23 PM AEDT Victor. Sinceac wrote:
> Hi,
> 
> When using this plugin
> https://github.com/geoserver/geoserver/commits/main/src/community/schemales
> s-features 
As indicated, this is a community module, so you probably shouldn't expect it 
to work seamlessly for your use cases without some development. Have you tried 
debugging it? Have you looked at the mapper code? What changes have you tried?

Brad





___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Switching to Spotless for Java formatting, status and request for help

2022-01-29 Thread Brad Hards
On Sunday, 30 January 2022 5:02:31 AM AEDT Andrea Aime wrote:
> mvn spotless:apply -nsu -Dall

I tried it on linux.  This command works OK, unsurprisingly.

Looks like there were a couple of spots you missed in dealing with the old 
coveo based formatter. See PR against your branch.

For novelty, I also tried it on a Windows 11 VM with netbeans. It was a bit 
messy to do within the IDE, but I think it ran OK. It worked fine on the 
command line (once I found maven). 

Test configuration:
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: c:\Program Files\NetBeans-12.6\netbeans\java\maven\bin\..
Java version: 1.8.0_312, vendor: Temurin, runtime: C:\Program Files\Eclipse 
Adoptium\jdk-8.0.312.7-hotspot\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

openjdk version "1.8.0_312"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_312-b07)
OpenJDK 64-Bit Server VM (Temurin)(build 25.312-b07, mixed mode)





___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.20.2 available for preflight testing

2022-01-23 Thread Brad Hards
On Monday, 24 January 2022 4:57:46 PM AEDT Jody Garnett wrote:
> Is that … new?
Fairly new:

https://github.com/geoserver/geoserver/commit/
53cfa824388ee8b936cff6afc799177fb6871a52

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.20.2 available for preflight testing

2022-01-23 Thread Brad Hards
On Monday, 24 January 2022 1:53:14 PM AEDT Jody Garnett wrote:
> I was not aware you could enable/disable the statistics?
The checkbox at the top of the tab does the job.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] geoserver 2.20.2 available for preflight testing

2022-01-23 Thread Brad Hards
On Monday, 24 January 2022 11:04:25 AM AEDT Jody Garnett wrote:
> New artefacts ready for testing:
> https://build.geoserver.org/view/release/job/geoserver-release/41/artifact/d
> istribution/2.20.2/
> 
> Now working in Java 8.

Booted the war on a recent ubuntu distro, with Tomcat 9.


GeoServer Version
2.20.2
Git Revision
578fcc9f509efb27568498566a09d22f1070f97f
Build Date
23-Jan-2022 18:45
GeoTools Version
26.2 (rev 64c409b2a537142993932e706c3f9c6e9efa7529)
GeoWebCache Version
1.20.1 (rev 1.20.x/68f4e6bb663682ab9c8c2ccd0bb2a7dd7ad5d685)

Ubuntu: 11.0.13 (OpenJDK 64-Bit Server VM)

Login looks OK.  No issues noted with layer preview samples.

Statistics disabled by default, enabling them produces:



Enable All Statistics

Updated at 2022-01-24 11:57:47.270
InfoValue
Operating systemUbuntu 21.04
Uptime  02:40:49
System average load 1 minute1.19
System average load 5 minutes   0.98
System average load 15 minutes  0.72
Number of physical CPUs 6
Number of logical CPUs  12
Number of running process   413
Number of running threads   1615
CPU load average5.43 %
CPU 1 load  7.21 %
CPU 2 load  4.46 %
CPU 3 load  7.21 %
CPU 4 load  4.46 %
CPU 5 load  5.45 %
CPU 6 load  6.31 %
CPU 7 load  2.78 %
CPU 8 load  6.31 %
CPU 9 load  8.11 %
CPU 10 load 5.36 %
CPU 11 load 3.67 %
CPU 12 load 3.64 %
Used physical memory12.73 %
Total physical memory   62.6 GiB
Free physical memory54.6 GiB
Used swap memory0.00 %
Total swap memory   2.0 GiB
Free swap memory2.0 GiB
File system usage   81.98 %
Partition [/] used space81.99 %
Partition [/dev/nvme0n1p1] used space   1.02 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/dev/nvme0n1p2] used space   81.99 %
Partition [/] total space   937.4 GiB
Partition [/dev/nvme0n1p1] total space  511.0 MiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/dev/nvme0n1p2] total space  937.4 GiB
Partition [/] free space168.8 GiB
Partition [/dev/nvme0n1p1] free space   505.8 MiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Partition [/dev/nvme0n1p2] free space   168.8 GiB
Network interfaces send 22907547.00 bytes
Network interfaces received 1241767557.00 bytes
Network interface [docker0] received0 B
Network interface [docker0] send0 B
Network interface [wlp0s20f3] send  21.8 MiB
Network interface [wlp0s20f3] received  1.2 GiB
CPU temperature 39.00 °C
CPU voltage NOT AVAILABLE
Speed fan 1 3217 rpm
Speed fan 2 3507 rpm
GeoServer CPU usage 0.25 %
GeoServer threads   81
GeoServer JVM memory usage  2.81 %

Looks good.








___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10363) Switch from itextpdf to openpdf for PDF map rendering

2022-01-21 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiZWI5MDkxOTg0ZGVmNDk4Y2FiNjk5MjQ3OTA5ZmE3NGIiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10363?atlOrigin=eyJpIjoiZWI5MDkxOTg0ZGVmNDk4Y2FiNjk5MjQ3OTA5ZmE3NGIiLCJwIjoiaiJ9
 ) GEOS-10363 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10363?atlOrigin=eyJpIjoiZWI5MDkxOTg0ZGVmNDk4Y2FiNjk5MjQ3OTA5ZmE3NGIiLCJwIjoiaiJ9
 ) Switch from itextpdf to openpdf for PDF map rendering ( 
https://osgeo-org.atlassian.net/browse/GEOS-10363?atlOrigin=eyJpIjoiZWI5MDkxOTg0ZGVmNDk4Y2FiNjk5MjQ3OTA5ZmE3NGIiLCJwIjoiaiJ9
 )

Issue Type: Task Affects Versions: 2.21-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Components: WMS Created: 22/Jan/22 3:43 AM Priority: Medium Reporter: Brad 
Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

We are currently using an old version if itextpdf. There are newer versions, 
but they are license-incompatible with GeoServer’s GPL. A suitable alternative 
is openpdf.

( 
https://osgeo-org.atlassian.net/browse/GEOS-10363#add-comment?atlOrigin=eyJpIjoiZWI5MDkxOTg0ZGVmNDk4Y2FiNjk5MjQ3OTA5ZmE3NGIiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10363#add-comment?atlOrigin=eyJpIjoiZWI5MDkxOTg0ZGVmNDk4Y2FiNjk5MjQ3OTA5ZmE3NGIiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100189- 
sha1:399499b )
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] DOI for the Geoserver project / Springer Handbook of Geoinformatics

2022-01-12 Thread Brad Hards
On Thursday, 13 January 2022 2:26:01 AM AEDT Peter Löwe wrote:
> Recently, new workflows for scientific citation of software projects have
> emerged and are becoming state of the art. This includes references by
> persistent digital object identifiers (DOI) to software projects instead of
> URLs. DOI-based references allow to give due credit to the whole project
> team, including first authors, developers, but also maintainers and people
> in other roles.
>
> The Editors of the Springer Handbook agree that including DOI references for
> Open Source projects is a win-win-scenario for the upcoming book and also
> the OSGeo project communities. 
I'm not sure I understand what the advantage for geoserver is. I get that 
Springer will sell more books. I don't see how having a DOI provides credit to 
developers, maintainers or other people. How does it do that, and how does it 
differ from a URL link in that respect.

Can you clarify?

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Docker compose for Geoserver with vector tiles

2022-01-07 Thread Brad Hards
On Friday, 7 January 2022 8:08:25 PM AEDT Prem Kumar wrote:
> I see many options to have geoserver docker compose or docker image, but
> can anyone help if there is any geoserver docker preinstalled with vector
> tiles extension? Or the definition file or any leads ??
Maybe ask on the user list?

Brad






___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10339) jms-cluster: switch to using managed dependency for log4j

2021-12-19 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMWU1MzJiZTgxNDIwNDlmYmEyMGJkOTZjNDExY2I5NjQiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10339?atlOrigin=eyJpIjoiMWU1MzJiZTgxNDIwNDlmYmEyMGJkOTZjNDExY2I5NjQiLCJwIjoiaiJ9
 ) GEOS-10339 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10339?atlOrigin=eyJpIjoiMWU1MzJiZTgxNDIwNDlmYmEyMGJkOTZjNDExY2I5NjQiLCJwIjoiaiJ9
 ) jms-cluster: switch to using managed dependency for log4j ( 
https://osgeo-org.atlassian.net/browse/GEOS-10339?atlOrigin=eyJpIjoiMWU1MzJiZTgxNDIwNDlmYmEyMGJkOTZjNDExY2I5NjQiLCJwIjoiaiJ9
 )

Issue Type: Task Affects Versions: 2.21-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Components: Community modules Created: 20/Dec/21 8:11 AM Priority: Medium 
Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

( 
https://osgeo-org.atlassian.net/browse/GEOS-10339#add-comment?atlOrigin=eyJpIjoiMWU1MzJiZTgxNDIwNDlmYmEyMGJkOTZjNDExY2I5NjQiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10339#add-comment?atlOrigin=eyJpIjoiMWU1MzJiZTgxNDIwNDlmYmEyMGJkOTZjNDExY2I5NjQiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100187- 
sha1:ac4c716 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10338) Upgrade jdom dependency

2021-12-18 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiNDE3YmVhNzY4ODZjNDAxOWFmNjNlMTJkM2YyY2I4ZmUiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-10338?atlOrigin=eyJpIjoiNDE3YmVhNzY4ODZjNDAxOWFmNjNlMTJkM2YyY2I4ZmUiLCJwIjoiaiJ9
 ) GEOS-10338 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10338?atlOrigin=eyJpIjoiNDE3YmVhNzY4ODZjNDAxOWFmNjNlMTJkM2YyY2I4ZmUiLCJwIjoiaiJ9
 ) Upgrade jdom dependency ( 
https://osgeo-org.atlassian.net/browse/GEOS-10338?atlOrigin=eyJpIjoiNDE3YmVhNzY4ODZjNDAxOWFmNjNlMTJkM2YyY2I4ZmUiLCJwIjoiaiJ9
 )

Issue Type: Task Assignee: Unassigned Created: 19/Dec/21 12:52 AM Priority: 
Medium Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

Completion criteria:

* JDOM 2.6.0 (which we use) has been upgraded to at least 2.6.0.1

* All tests pass

( 
https://osgeo-org.atlassian.net/browse/GEOS-10338#add-comment?atlOrigin=eyJpIjoiNDE3YmVhNzY4ODZjNDAxOWFmNjNlMTJkM2YyY2I4ZmUiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10338#add-comment?atlOrigin=eyJpIjoiNDE3YmVhNzY4ODZjNDAxOWFmNjNlMTJkM2YyY2I4ZmUiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100187- 
sha1:fa34960 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Please test the new 2.19.3 release artefacts

2021-10-23 Thread Brad Hards
On Saturday, 23 October 2021 9:40:06 PM AEDT Ian Turton wrote:
> they are available at
> https://build.geoserver.org/view/release/job/geoserver-release/36/artifact/d
> istribution/2.19.3/

Javadoc unzips OK and has the right version label.

HTML docs unzip OK. User docs have the right version label. Clicking around 
user docs seems OK. Developer docs have the right version label. Clicking 
around developer docs seems OK.

WAR unzips OK and runs on tomcat9  with JVM Ubuntu: 11.0.11 (OpenJDK 64-Bit 
Server VM))
Layer preview with openlayers works. Login works.
WCS, WFS, TMS, WMS, WMTS get capabilities all work.

GeoServer Version
2.19.3
Git Revision
460d18a87d01a68342fc414d7b3cf5e90f6f48fc
Build Date
22-Oct-2021 15:30
GeoTools Version
25.3 (rev 0cc02ecb8e0378070f9b8ad5e28f08a5560eb5de)
GeoWebCache Version
1.19.1 (rev 1.19.x/f0174d23ca56ffdfe02dcc212defa281a51adea3)

Brad





___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] 2.20-RC available for testing

2021-09-17 Thread Brad Hards
Javadoc - downloaded and successfully unzipped. Local browsing looks good with 
firefox. README.txt uses http instead of https (minor).

HTML docs - downloaded and successfully unzipped. Local browsing of user 
manual, dev manual and api looks good with firefox. README.txt uses http 
instead of https (minor). VERSION.txt doesn't have expected value 
substitution:
version = 2.20-RC
git revision = ${build.commit.id}
git branch = ${build.branch}
build date = 2021-09-13T22:04:24Z
hudson build = ${build.hudsonId}
(minor)

source tarball - downloaded and successfully unzipped. README needs http -> 
https at some point. Looks like its building against GT 2.26-RC. I am getting 
a failure on one of the tests, but that doesn't appear relevant.

war - downloaded and successfully unzipped. VERSION has strange looking hudson 
build:
hudson build = -1
but other parts look good (i.e. the substitution is working for that)
Booted it on tomcat9 and Ubuntu: 11.0.11 (OpenJDK 64-Bit Server VM), looks OK.

GeoServer Version
2.20-RC
Git Revision
757dd880f6916c48115cfd48981a655c3cf4ea4f
Build Date
13-Sep-2021 21:54
GeoTools Version
26-RC (rev 1557529d304800cbe8015de7722aee9d60caab2f)
GeoWebCache Version
1.20-RC (rev 1.20.x/a5c1c88f6474a8dc323ae501ae968af9d5cc064c)

Checked a few layer preview entries. All good.

Installed 
geoserver-2.20-RC-charts-plugin.zip
geoserver-2.20-RC-csw-plugin.zip
geoserver-2.20-RC-excel-plugin.zip
geoserver-2.20-RC-mapml-plugin.zip
geoserver-2.20-RC-wps-download-plugin.zip
geoserver-2.20-RC-wps-plugin.zip

MapML looks nice in layer preview, except doesn't show anything for http://
localhost:8080/geoserver/mapml/tiger-ny/osmtile/ 
Haven't investigated that yet - other cases seem fine.

GetCapabilities seem good for CSW and WPS

Excel works in layer preview.


Brad








___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Starting Mainenance Release for GeoServer 2.18.5 / GeoTools 24.5

2021-08-19 Thread Brad Hards
On Thursday, 19 August 2021 7:15:51 PM AEST Alessandro Parma wrote:
> Artifacts for GeoServer 2.18.5 are available for testing here
>  ulBuild/artifact/distribution/2.18.5/>. Please test them and report any
> issue

Thanks for the release work.

I booted the war file on Ubuntu / Tomcat 9. Seems fine. Checked a couple of 
layer previews in OL, and Tasmania in KML on Google Earth.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-10130) Correct import of wrong Arrays class in community metadata module

2021-06-30 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiOTVlNmI1OTIxNDA5NDU3ZDg1ZDMyOGVkZjZkYzE2YjIiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-10130?atlOrigin=eyJpIjoiOTVlNmI1OTIxNDA5NDU3ZDg1ZDMyOGVkZjZkYzE2YjIiLCJwIjoiaiJ9
 ) GEOS-10130 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10130?atlOrigin=eyJpIjoiOTVlNmI1OTIxNDA5NDU3ZDg1ZDMyOGVkZjZkYzE2YjIiLCJwIjoiaiJ9
 ) Correct import of wrong Arrays class in community metadata module ( 
https://osgeo-org.atlassian.net/browse/GEOS-10130?atlOrigin=eyJpIjoiOTVlNmI1OTIxNDA5NDU3ZDg1ZDMyOGVkZjZkYzE2YjIiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.20-RC Assignee: Unassigned Components: 
Community modules Created: 01/Jul/21 2:03 AM Fix Versions: 2.20-RC Priority: 
Low Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

`geoserver/src/community/metadata/src/main/java/org/geoserver/metadata/data/model/impl/ComplexMetadataAttributeImpl.java`
 imports the wrong `Arrays` class.

( 
https://osgeo-org.atlassian.net/browse/GEOS-10130#add-comment?atlOrigin=eyJpIjoiOTVlNmI1OTIxNDA5NDU3ZDg1ZDMyOGVkZjZkYzE2YjIiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10130#add-comment?atlOrigin=eyJpIjoiOTVlNmI1OTIxNDA5NDU3ZDg1ZDMyOGVkZjZkYzE2YjIiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100166- 
sha1:cc21667 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Interesting bit from OGC API - Tiles... storing meta-info about tiles?

2021-05-28 Thread Brad Hards
On Saturday, 29 May 2021 5:07:44 AM AEST Gabriel Roldan wrote:
> If that's all the meta info to store, anything not in the tile file itself
> would be overkill.

> On Thu, 27 May 2021 at 07:47, Andrea Aime 
> 
> wrote:
> > Hi all,,
> > while reviewing the OGC API Tiles spec, found these bits about returning
> > HTTP headers,
> > telling the client that a given portion of the tile cache might be fully
> > empty, or completely solid,
> > from that point on:
> > 
> > 
> > https://github.com/opengeospatial/ogcapi-tiles/blob/master/core/standard/r
> > ecommendations/tileset/REC_tc-deepfullempty.adoc
> > 
> > If we had to implement this (it's just a recommendation) then we'd need to
> > store meta-information around
> > the tile, something the BlobStore interface and TileObject have no room
> > for right now.
I'd see it as something that could be useful when we're generating from 
vectors. So instead of keeping it associated with the Tile, you'd cache it to 
the side (somewhere) and use it on both the server side to save work and pass 
it down to the client side if everyone does the extension. 

Brad





___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [JIRA] (GEOS-10053) Return 410 instead of 404 for resource DELETE requests in REST API

2021-05-06 Thread Brad Hards
On Thursday, 6 May 2021 6:07:31 PM AEST Sander Schaminee (JIRA) wrote:
> I would like to propose to return a *410 ( 
> https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/410 )* instead in 
> this case:
> > 410 Gone
> > 
> > 
> > 
> > This response is sent when the requested content has been permanently
> > deleted from server, with no forwarding address. Clients are expected to
> > remove their caches and links to the resource. The HTTP specification
> > intends this status code to be used for "limited-time, promotional
> > services". APIs should not feel compelled to indicate resources that have
> > been deleted with this status code.
> 
> Please let me know your thoughts on this matter.
How can the server tell the difference between something that once existed but 
is deleted, and something that never existed?

Even if it could, the semantics seems opposed to the last two sentence in the 
part you quoted.

Brad





___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9967) Add Module Status implementation for CSW Extension

2021-03-09 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMWQyYTAyNTY2Y2JmNDFjMmJkYTVlYzM0NmU3NTE0NGEiLCJwIjoiaiJ9
 ) / Improvement ( 
https://osgeo-org.atlassian.net/browse/GEOS-9967?atlOrigin=eyJpIjoiMWQyYTAyNTY2Y2JmNDFjMmJkYTVlYzM0NmU3NTE0NGEiLCJwIjoiaiJ9
 ) GEOS-9967 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9967?atlOrigin=eyJpIjoiMWQyYTAyNTY2Y2JmNDFjMmJkYTVlYzM0NmU3NTE0NGEiLCJwIjoiaiJ9
 ) Add Module Status implementation for CSW Extension ( 
https://osgeo-org.atlassian.net/browse/GEOS-9967?atlOrigin=eyJpIjoiMWQyYTAyNTY2Y2JmNDFjMmJkYTVlYzM0NmU3NTE0NGEiLCJwIjoiaiJ9
 )

Issue Type: Improvement Affects Versions: 2.20-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Components: CSW Created: 10/Mar/21 7:37 AM Priority: Medium Reporter: Brad 
Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

( 
https://osgeo-org.atlassian.net/browse/GEOS-9967#add-comment?atlOrigin=eyJpIjoiMWQyYTAyNTY2Y2JmNDFjMmJkYTVlYzM0NmU3NTE0NGEiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-9967#add-comment?atlOrigin=eyJpIjoiMWQyYTAyNTY2Y2JmNDFjMmJkYTVlYzM0NmU3NTE0NGEiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100154- 
sha1:7ef1d1d )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9966) CSS and AppSchema release modules are missing LGPL licese

2021-03-09 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiNDAyMWVjYjBiY2VkNDI2MjljNGU4YmRhMTFmMDUzNDIiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-9966?atlOrigin=eyJpIjoiNDAyMWVjYjBiY2VkNDI2MjljNGU4YmRhMTFmMDUzNDIiLCJwIjoiaiJ9
 ) GEOS-9966 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9966?atlOrigin=eyJpIjoiNDAyMWVjYjBiY2VkNDI2MjljNGU4YmRhMTFmMDUzNDIiLCJwIjoiaiJ9
 ) CSS and AppSchema release modules are missing LGPL licese ( 
https://osgeo-org.atlassian.net/browse/GEOS-9966?atlOrigin=eyJpIjoiNDAyMWVjYjBiY2VkNDI2MjljNGU4YmRhMTFmMDUzNDIiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.19-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Components: release Created: 10/Mar/21 5:19 AM Priority: Medium Reporter: 
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

Those two modules have release configurations that 
`LGPL.txt`.

However we don't have that file any more. Its now LGPL.md.

As such the release zip files don't include a LGPL license file.

( 
https://osgeo-org.atlassian.net/browse/GEOS-9966#add-comment?atlOrigin=eyJpIjoiNDAyMWVjYjBiY2VkNDI2MjljNGU4YmRhMTFmMDUzNDIiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-9966#add-comment?atlOrigin=eyJpIjoiNDAyMWVjYjBiY2VkNDI2MjljNGU4YmRhMTFmMDUzNDIiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100154- 
sha1:b8794f6 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [GEOS-9886] yaml schemas definitions aren't compatible with OpenAPI (Swagger 2.0) definitions. Generated Swagger clients don't work.

2021-02-06 Thread Brad Hards
I'm not following this 100% (not very familiar with this part of the cde), but 
if I got what you are looking for:

https://github.com/geoserver/geoserver/blob/master/doc/en/api/1.0.0/workspaces.yaml

I guess the test would go into WorkspaceTest:

https://github.com/geoserver/geoserver/blob/master/src/restconfig/src/test/java/org/geoserver/rest/catalog/WorkspaceTest.java

although if its very complex or needs unique setup, you could create a new Test 
in that area.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9878) KML "Common Format" links on Layer Preview page are non-functional

2021-01-27 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiZWQ3M2Y3NmYxNzY1NDQxYzkyNjJmMDcxMjllNjZjYzMiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-9878?atlOrigin=eyJpIjoiZWQ3M2Y3NmYxNzY1NDQxYzkyNjJmMDcxMjllNjZjYzMiLCJwIjoiaiJ9
 ) GEOS-9878 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9878?atlOrigin=eyJpIjoiZWQ3M2Y3NmYxNzY1NDQxYzkyNjJmMDcxMjllNjZjYzMiLCJwIjoiaiJ9
 ) KML "Common Format" links on Layer Preview page are non-functional ( 
https://osgeo-org.atlassian.net/browse/GEOS-9878?atlOrigin=eyJpIjoiZWQ3M2Y3NmYxNzY1NDQxYzkyNjJmMDcxMjllNjZjYzMiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.19-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Components: web-app Created: 27/Jan/21 9:39 AM Priority: Medium Reporter: 
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

To reproduce, go to Layer Preview page, and select "KML" from the second from 
the right column ("Common Formats"). Note the Exception returned.

( 
https://osgeo-org.atlassian.net/browse/GEOS-9878#add-comment?atlOrigin=eyJpIjoiZWQ3M2Y3NmYxNzY1NDQxYzkyNjJmMDcxMjllNjZjYzMiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-9878#add-comment?atlOrigin=eyJpIjoiZWQ3M2Y3NmYxNzY1NDQxYzkyNjJmMDcxMjllNjZjYzMiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100154- 
sha1:cddfd10 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9870) Failure in WMS GetMapIntegrationTest with OpenJDK 11

2021-01-22 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiYTA3MDA2NDAxNzYxNDE5MTg0N2E2Y2M3NTQwMjNlNTYiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-9870?atlOrigin=eyJpIjoiYTA3MDA2NDAxNzYxNDE5MTg0N2E2Y2M3NTQwMjNlNTYiLCJwIjoiaiJ9
 ) GEOS-9870 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9870?atlOrigin=eyJpIjoiYTA3MDA2NDAxNzYxNDE5MTg0N2E2Y2M3NTQwMjNlNTYiLCJwIjoiaiJ9
 ) Failure in WMS GetMapIntegrationTest with OpenJDK 11 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9870?atlOrigin=eyJpIjoiYTA3MDA2NDAxNzYxNDE5MTg0N2E2Y2M3NTQwMjNlNTYiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.19-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Attachments: image.png Components: WMS Created: 23/Jan/21 3:57 AM 
Environment:

Kubuntu 20.10
javac 11.0.9.1
mvn build or Netbeans

Priority: Medium Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

A plain build from the main git branch consistently results in:
```
[INFO] Running org.geoserver.wms.wms_1_1_1.GetMapIntegrationTest
[ERROR] Tests run: 73, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.617 
s <<< FAILURE! - in org.geoserver.wms.wms_1_1_1.GetMapIntegrationTest
[ERROR] 
testLayoutTranslucent(org.geoserver.wms.wms_1_1_1.GetMapIntegrationTest) Time 
elapsed: 0.014 s <<< FAILURE!
java.lang.AssertionError
at 
org.geoserver.wms.wms_1_1_1.GetMapIntegrationTest.testLayoutTranslucent(GetMapIntegrationTest.java:494)
```

The test is:
```
assertTrue(getPixelColor(image, 52, 221).equals(Color.BLACK)

getPixelColor(image, 52, 222).equals(Color.BLACK));
```

The failure is is similar to GEOS-6482 ( 
https://osgeo-org.atlassian.net/browse/GEOS-6482 ) Closed ( 
https://osgeo-org.atlassian.net/browse/GEOS-6482 ) but happens on OpenJDK 11. 
GEOS-6482 ( https://osgeo-org.atlassian.net/browse/GEOS-6482 ) Closed resulted 
in adding the or case to the test above.

That test is trying to hit the horizontal bar between the km and miles part of 
the scale box. In my case, it seems like I'd need it to be (52, 219) or (52, 
218). See attached rendered image.

I think a cleaner fix would be to try to hit the vertical bar on the left side 
(conceptually zero on the scale axis).

( 
https://osgeo-org.atlassian.net/browse/GEOS-9870#add-comment?atlOrigin=eyJpIjoiYTA3MDA2NDAxNzYxNDE5MTg0N2E2Y2M3NTQwMjNlNTYiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-9870#add-comment?atlOrigin=eyJpIjoiYTA3MDA2NDAxNzYxNDE5MTg0N2E2Y2M3NTQwMjNlNTYiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100154- 
sha1:21a40b5 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Switching anonymous inner classes with lambdas

2021-01-15 Thread Brad Hards
I think its worth doing when (and only when) it makes the code more compact and 
readable. In cases where the result becomes complicated, then we shouldn’t do 
it. I recognise that is subjective, but I think there are cases where the 
result is worse, and the geoserver (in particular) code base is complicated 
enough already.

 

My preference would be to do this on a case-by-case basis. It is not a firm 
position though.

 

Brad

 

From: Andrea Aime  
Sent: Saturday, 16 January 2021 5:58 AM
To: Geotools-Devel list ; Geoserver-devel 

Subject: [Geoserver-devel] Switching anonymous inner classes with lambdas

 

Hi all,

playing with IntelliJ I've found a migration grabbing anonymous inner classes 
and

migrating them to lambdas. The code gets more compact for sure, often more 
readable

too (less boilerplate around), other times maybe less so (as in, it might not 
be evident what 

interface the lambda is implementing).

 

Anyhow, the result is here for you to explore, for all projects:

https://github.com/geotools/geotools/pull/3318

https://github.com/GeoWebCache/geowebcache/pull/914

https://github.com/geoserver/geoserver/pull/4656

 

I don't plan to add a PMD rule to enforce this though.

 

Opinions?

 

Cheers

Andrea


 

== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail. 

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9849) Convert collection .size() checks to isEmpty() where appropriate

2020-12-27 Thread Brad Hards (JIRA)
Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiNjM0ZTI5YTNkYTc2NDg2ODkxNzU4NDdhMTZlZDM1ODYiLCJwIjoiaiJ9
 ) / Task ( 
https://osgeo-org.atlassian.net/browse/GEOS-9849?atlOrigin=eyJpIjoiNjM0ZTI5YTNkYTc2NDg2ODkxNzU4NDdhMTZlZDM1ODYiLCJwIjoiaiJ9
 ) GEOS-9849 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9849?atlOrigin=eyJpIjoiNjM0ZTI5YTNkYTc2NDg2ODkxNzU4NDdhMTZlZDM1ODYiLCJwIjoiaiJ9
 ) Convert collection .size() checks to isEmpty() where appropriate ( 
https://osgeo-org.atlassian.net/browse/GEOS-9849?atlOrigin=eyJpIjoiNjM0ZTI5YTNkYTc2NDg2ODkxNzU4NDdhMTZlZDM1ODYiLCJwIjoiaiJ9
 )

Issue Type: Task Affects Versions: 2.19-RC Assignee: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 ) Created: 28/Dec/20 4:54 AM Priority: Medium Reporter: Brad Hards ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A32a7094c-2716-498f-8290-e6e7cdd9ca74
 )

Also QA check to verify it.

( 
https://osgeo-org.atlassian.net/browse/GEOS-9849#add-comment?atlOrigin=eyJpIjoiNjM0ZTI5YTNkYTc2NDg2ODkxNzU4NDdhMTZlZDM1ODYiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-9849#add-comment?atlOrigin=eyJpIjoiNjM0ZTI5YTNkYTc2NDg2ODkxNzU4NDdhMTZlZDM1ODYiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495=EmailNotificationLink=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100153- 
sha1:16aad59 )___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Primary key generator

2020-12-08 Thread Brad Hards
I think you need to back up a little, and describe how you got to here. I'm not 
sure if this is a good idea or not, because I don't
understand the problem you are trying to solve.

 

Can you describe what you have seen, maybe in the form of a concrete, 
reproduceable example?

 

Brad

 

From: Paul Wittle  
Sent: Monday, 7 December 2020 9:17 PM
To: geoserver-devel@lists.sourceforge.net
Subject: [Geoserver-devel] Primary key generator

 

Hi everyone,

 

Please excuse me if this is a bad suggestion or has already been suggested but 
I was wondering if it might be worth doing a feature
request to make it so that GeoServer can generate primary keys / indexes on 
database stores. 

 

I suspect the popular view would be that it should be done on the database 
admin side but I wonder if you the people loading layers
into GeoServer might sometime not have official database administrator roles. 
In theory the SQL to create an index is pretty simple
and the database administrators can block the functionality by simply 
controlling the user account they connect with in GeoServer. 

 

My thinking is that when you do an SQL view you can select the identifier but 
when you load a table or view directly you can't. I
wondered if it would be possible to add a similar option to the field list at 
the bottom of the layer creation page. I think this
might help users to ensure their layers work with things like WFS 2.0 paging 
which I believe requires a primary key and also when
interacting with QGIS which needs a primary key to work properly for both 
tables and views. 

 

I also think it would be good to display the primary key as text above the 
field list and that way it could highlight when a primary
key is not detected. 

 

If people think it is a good suggestion then I will look into it more and 
perhaps try to have a go at mocking something up myself
(although I've still struggled to find the time to get going with development). 
Of course I'll also do a proper feature request but
I thought I'd email out first to see how bad people think the idea is?

 

Thanks,

 


Paul Wittle 

  


Business Solutions Analyst (GIS)


ICT Operations 


Dorset Council


 

 01305 228473 


  dorsetcouncil.gov.uk

 


  

  

  

 

This e-mail and any files transmitted with it are intended solely for the use 
of the individual or entity to whom they are
addressed. It may contain unclassified but sensitive or protectively marked 
material and should be handled accordingly. Unless you
are the named addressee (or authorised to receive it for the addressee) you may 
not copy or use it, or disclose it to anyone else.
If you have received this transmission in error please notify the sender 
immediately. All traffic may be subject to recording and/or
monitoring in accordance with relevant legislation. Any views expressed in this 
message are those of the individual sender, except
where the sender specifies and with authority, states them to be the views of 
Dorset Council. Dorset Council does not accept service
of documents by fax or other electronic means. Virus checking: Whilst all 
reasonable steps have been taken to ensure that this
electronic communication and its attachments whether encoded, encrypted or 
otherwise supplied are free from computer viruses, Dorset
Council accepts no liability in respect of any loss, cost, damage or expense 
suffered as a result of accessing this message or any
of its attachments. For information on how Dorset Council processes your 
information, please see www.dorsetcouncil.gov.uk/416433
  

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Version control for local Geoserver Repository

2020-10-13 Thread Brad Hards
Then just learn about git pull --rebase

 

Brad

 

From: maven apache  
Sent: Tuesday, 13 October 2020 6:59 PM
To: br...@frogmouth.net
Cc: Geoserver-devel 
Subject: Re: [Geoserver-devel] Version control for local Geoserver Repository

 

If the extension is completely separated from geoserver and modules, I can 
create a  new project, which makes geoserver and the other modules as  
dependencies,

 

However when I built the extension, there were some other modifications  for 
the geoserver codebase.  That's why I have to put my extension under a 
geoserver tree like `/src/extension/myext/...`

 

 

 

On Tue, Oct 13, 2020 at 2:53 PM mailto:br...@frogmouth.net> > wrote:

You could rebase your changes. Or just move your extension out of the tree.

 

Its your code - if it isn't going to be part of GeoServer do it however you 
like.

 

Brad.

 

On 13 Oct 2020 3:03 pm, maven apache mailto:apachemav...@gmail.com> > wrote:

I am building a local geoserver extension which does not have the plan to make 
it open source, and I only use that extension with geoserver myself. I think 
this does not breach the GPL License used by Geoserver. If yes, plesae let me 
know.

The extension started from a tag v2.17.0:

git pull https://github.com/geoserver/geoserver.git
git checkout -b local_branch 2.17.0
//coding for the extension

Now once we want to sync with the current stable version of geoserver: 2.18.0, 
I tried this:

git checkout master
git pull --tags
git checkout local_branch 
git merge 2.18.0

Now there are so many files changed/confliction because of the version changed 
in the pom.xml:

org.geoserver
geoserver
pom
2.18.0
GeoServer

I am afraid this may break the git history. 

Then I wonder how does geoserver handle this problem? Since every time a new 
stable version is released, the version number will be updated too. But I do 
not find the commits for the version update.

Even though I read the development guide at 
https://docs.geoserver.org/stable/en/developer/source.html#source-code, I still 
can not find a solution.

Any suggestions or the best practice for this customization workflow?

 

Thanks.

 

 

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Backport bot for 2.16.x?

2019-08-30 Thread Brad Hards
The bot is set up for 2.14 and 2.15. Now master is on 2.17, we can probably
turn off 2.14, but need 2.16.

 

Brad

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Stepping Down from PSC

2019-08-28 Thread Brad Hards
Based on several factors, including increasing work pressure and changing
interests, I feel that I should step down as a member of the PSC.

I would like to continue to contribute to GeoServer (and GeoTools) but my
ability will be limited.

 

I intend to apply https://github.com/geoserver/geoserver/pull/3726 over the
weekend.

 

If there are any votes that I need to clean up and appear to have missed,
please ping me.

 

Thanks again.

 

Brad

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 178 - Extra metadata for single and opaque layers groups (enabled and advertised)

2019-08-23 Thread Brad Hards
Nuno,

 

That answers the advertised part. What happens if the layer group is enabled, 
but one of the component layers is disabled. I guess the layer group works but 
the disabled layer is not included in it?

 

Brad

 

From: Nuno Oliveira  
Sent: Friday, 23 August 2019 10:51 PM
To: Brad Hards ; 'geoserver-devel' 

Subject: Re: [Geoserver-devel] GSIP 178 - Extra metadata for single and opaque 
layers groups (enabled and advertised)

 

Hi Brad,

 

Short answer: they will be independent, and the current behavior will stand.

 

When a layer group is using the container tree mode, or any other mode that 
list the layer groups layers as childes of the layer group:

 

*   If the layer group is marked as non advertised, the whole layer group 
tree will be removed form the capabilities document.
*   If the layer group is marked as advertised, the layer group will be 
output to the capabilities document, but the layers marked as non advertised 
will be filtered out, this is the current behavior.

 

Hope this answers your question.

 

Thank you for the feedback,

Nuno Oliveira

 

On Thu, 2019-08-22 at 11:09 +1000, Brad Hards wrote:

I think this is useful way to add consistency. 

 

How will those interact with disabled / not-advertised component layers?

 

Brad

 

From: Nuno Oliveira mailto:nuno.olive...@geo-solutions.it> > 
Sent: Wednesday, 21 August 2019 11:59 PM
To: geoserver-devel mailto:geoserver-devel@lists.sourceforge.net> >
Subject: [Geoserver-devel] GSIP 178 - Extra metadata for single and opaque 
layers groups (enabled and advertised)

 

Dear all,

 

I would like to submit the following GeoServer improvement proposal:

https://github.com/geoserver/geoserver/wiki/GSIP-178

 

The description is in the proposal :)

 

Kind regards,

Nuno Oliveira

 

-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the
experts! 
Visit http://goo.gl/it488V for more information.
==
 
Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer
 
GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:  +39 0584 1660272
 
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
 
---
 
Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.
 
This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.

-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the
experts! 
Visit http://goo.gl/it488V for more information.
==
 
Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer
 
GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:  +39 0584 1660272
 
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
 
---
 
Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.
 
This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9309) Upgrade commons-beanutils

2019-08-22 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
  Brad Hards  created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-9309  
 
 
  Upgrade commons-beanutils   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.16-RC  
 
 
Assignee: 
  Brad Hards   
 
 
Created: 
 22/Aug/19 9:42 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
  Brad Hards   
 

  
 
 
 
 

 
 1.9.4 or later  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Re: [Geoserver-devel] GSIP 179 - Add Date Created and Date Modified in administration UI lists (layers, styles, ...)

2019-08-21 Thread Brad Hards
Seems useful.

 

I think enabling them separately could be useful. The use case is about change 
– knowing when it was created seems less useful than knowing when it was 
modified.

 

I’m also unclear on whether this would reflect changes in style definitions as 
an effective change to the layer(s) using that definition. I assume not, 
although that might be a useful thing to know: when the layer is conceptually 
changed.

 

Brad

 

From: Nuno Oliveira  
Sent: Thursday, 22 August 2019 1:29 AM
To: geoserver-devel 
Subject: [Geoserver-devel] GSIP 179 - Add Date Created and Date Modified in 
administration UI lists (layers, styles, ...)

 

Dear all,

 

I would like to submit the following GeoServer improvement proposal:

https://github.com/geoserver/geoserver/wiki/GSIP-179

 

Feedback is more than welcome :)

 

Kind regards,

Nuno Oliveira

 

-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the
experts! 
Visit http://goo.gl/it488V for more information.
==
 
Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer
 
GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:  +39 0584 1660272
 
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
 
---
 
Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.
 
This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 178 - Extra metadata for single and opaque layers groups (enabled and advertised)

2019-08-21 Thread Brad Hards
I think this is useful way to add consistency. 

 

How will those interact with disabled / not-advertised component layers?

 

Brad

 

From: Nuno Oliveira  
Sent: Wednesday, 21 August 2019 11:59 PM
To: geoserver-devel 
Subject: [Geoserver-devel] GSIP 178 - Extra metadata for single and opaque 
layers groups (enabled and advertised)

 

Dear all,

 

I would like to submit the following GeoServer improvement proposal:

https://github.com/geoserver/geoserver/wiki/GSIP-178

 

The description is in the proposal :)

 

Kind regards,

Nuno Oliveira

 

-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the
experts! 
Visit http://goo.gl/it488V for more information.
==
 
Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer
 
GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:  +39 0584 1660272
 
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
 
---
 
Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.
 
This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.15.0 - excel output - missing dependency

2019-08-12 Thread Brad Hards
If you can confirm it is working correctly on master, I’ll backport it.

 

Brad

 

From: Andrea Aime  
Sent: Monday, 12 August 2019 5:16 PM
To: Biskup, Paul 
Cc: geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] GeoServer 2.15.0 - excel output - missing 
dependency

 

Hi Paul,

as far as I can see, the ticket got fixed only on master (2.16-SNAPSHOT) but 
the change did not get

backported to 2.15.x. Technically it's still fixed, only not in the series you 
want to use (we cannot force

volunteer to perform fixes where you need them, only where they want to/have 
time to do them) :-)

 

The 2.16.x nightly build extension has the jar:

https://build.geoserver.org/geoserver/master/ext-latest/geoserver-2.16-SNAPSHOT-excel-plugin.zip

 

I'd add a comment in the ticket though, maybe someone will run a backport of 
that change

 

Cheers

Andrea

 

 

On Mon, Aug 12, 2019 at 8:21 AM Biskup, Paul mailto:paul.bis...@fit.fichtner.de> > wrote:

Hi,

 

it seems, that the same problem is back in the newest stable GeoServer 2.15.2.

I got the same exception when trying to do a getFeature-excel2007-request.

Adding the „commons-compress“-library fixes it.

 

Should I reopen the issue (https://osgeo-org.atlassian.net/browse/GEOS-9159)?

 

I can’t tell if the fix from the issue has ever worked, because I haven’t 
tested it since then. 

 

Regards,
Paul

 

 

Von: Biskup, Paul 
Gesendet: Donnerstag, 21. März 2019 09:57
An: andrea.a...@geo-solutions.it  
Cc: geoserver-devel@lists.sourceforge.net 
 
Betreff: AW: [Geoserver-devel] GeoServer 2.15.0 - excel output - missing 
dependency

 

Hi Andrea,


I’ve created the issue: https://osgeo-org.atlassian.net/browse/GEOS-9159

 

Unfortunately I am not that experienced with the development. So maybe someone 
else can fix it.

 

Regards,
Paul

 

 

Von: Andrea Aime mailto:andrea.a...@geo-solutions.it> > 
Gesendet: Mittwoch, 20. März 2019 17:16
An: Biskup, Paul mailto:paul.bis...@fit.fichtner.de> >
Cc: geoserver-devel@lists.sourceforge.net 
 
Betreff: Re: [Geoserver-devel] GeoServer 2.15.0 - excel output - missing 
dependency

 

Hi Paul,

thanks for the report. I'd first open a ticket so that it does not get lost:

https://osgeo-org.atlassian.net/projects/GEOS/summary

 

In case you're up to make a fix, I believe it would have to be done around here:

https://github.com/geoserver/geoserver/blob/master/src/release/ext-excel.xml

 

Cheers

Andrea

 

On Wed, Mar 20, 2019 at 4:49 PM Biskup, Paul mailto:paul.bis...@fit.fichtner.de> > wrote:

Dear GeoServer-List,

 

I have just installed the recent GeoServer 2.15.0 with the „Excel-WFS Output 
Format“-extension.


When trying to do a getFeature-request with the „excel2007“-outputformat, I got 
this exception (the „excel“-outputformat worked fine):

 

Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.compress.archivers.zip.ZipFile

at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)

at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)

 

 

It seems that the „commons-compress“-library is missing. 

After downloading it (from 
https://commons.apache.org/proper/commons-compress/download_compress.cgi) and 
adding it to the „WEB-INF\lib“-folder, it is working.

 

Maybe you have to add the dependency to the Excel WFS Output Format-extension.

 

I am running the GeoServer in a Windows environment using Tomcat 9 and Oracle 
JDK 8.

 

Best regards,

Paul

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net 
 
https://lists.sourceforge.net/lists/listinfo/geoserver-devel




 

-- 

Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit 
  http://goo.gl/it488V for more information. == Ing. 
Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 
55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 
8844549   http://www.geo-solutions.it  
 http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which 

Re: [Geoserver-devel] Proposing Fernando Mino for commit access

2019-08-09 Thread Brad Hards
+1.

 

Brad

 

From: Andrea Aime  
Sent: Friday, 9 August 2019 8:26 PM
To: Geoserver-devel 
Subject: [Geoserver-devel] Proposing Fernando Mino for commit access

 

Hi all,

based on previous discussions on this list, and the list of merged PRs by 
Fernando Mino

I'm proposing him for commit access.

 

Here is my +1

 

Cheers

Andrea

 

== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail. 

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] load map without Implemented google map

2019-07-22 Thread Brad Hards
This doesn't seem like a geoserver development question.  It seems like an
Android WMS client development question.

There are many options, which you can likely refine with a search on github
or one of the stack exchange sites. I might  have started with openlayers or
leaflet inside a webview, but its your decision.

Brad

-Original Message-
From: mohammad.cloner  
Sent: Monday, 22 July 2019 6:01 PM
To: geoserver-devel@lists.sourceforge.net
Subject: [Geoserver-devel] load map without Implemented google map


hi everyone

 I want to connect to the wms geo server and load map without Implemented
google map in android 

do you have source code or link source 


I used the arcgis site but did not get the result




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-Dev-f3819232.html


___
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


Re: [Geoserver-devel] [Geotools-devel] The dark side of the backport plugin: remember to delete that branch! (and some cleanup needed)

2019-07-12 Thread Brad Hards
Most of the easy ones (including some old “revert” branches, from reverting on 
github) are removed.

 

There are a bunch of additional branches where I will put a simple message on 
the PR to flag it as requiring attention.

 

We also have some really old feature branches. I’ll flag those later too.

 

Brad

 

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] [Geotools-devel] The dark side of the backport plugin: remember to delete that branch! (and some cleanup needed)

2019-07-12 Thread Brad Hards
That seems like something I could do on a tired Friday night.

 

Brad

 

From: Andrea Aime  
Sent: Friday, 12 July 2019 7:32 PM
To: Geoserver-devel ; Geotools-Devel 
list 
Subject: [Geotools-devel] The dark side of the backport plugin: remember to 
delete that branch! (and some cleanup needed)

 

Hi,

when using the backport labels and bot please always remember to delete 
backport branches after

merging the backport PRs:

 

 



 

This is kind of important because the bot opens the branches in the project 
itself, and the branches

have been accumulating, see an example from GeoServer:

 

 



 

Also, if a good soul had time to go through the existing ones, and delete them, 
that would

be nice! :-D

 

Cheers

Andrea

 

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail. 

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] OGC API, two new conundrums: uber services vs separate services, and where to put tile services (warning, long read)

2019-07-05 Thread Brad Hards
Hi Andrea,

 

Didn’t consider the featureinfo part – have been a bit too much in the imagery 
lately.

 

Brad

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] OGC API, two new conundrums: uber services vs separate services, and where to put tile services (warning, long read)

2019-07-05 Thread Brad Hards
I think split makes much more sense at this stage – smaller, easier to 
understand, easier to test.

 

What I saw of the hackathon was pretty limited, but clearly there is a long way 
to go on everything except features. If we wait for the commons to settle, we 
could be chasing a moving target for a long time.

 

If it emerges that there really is a lot to gain by merging into uber 
configuration, then we can look at it when we have those done.

 

No position on tile services, but one thing I noted was the ability to use it 
TMS-style. Possibly the implementation could be split (so the top part – 
advertising - gets done by gs, and individual tile sets get delivered by gwc). 
That’ll require some particularly deft OpenAPI though.

 

Brad

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9261) Update ogcapi community module to return id (not name)

2019-06-22 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
  Brad Hards  created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-9261  
 
 
  Update ogcapi community module to return id (not name)   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.16-RC  
 
 
Assignee: 
  Brad Hards   
 
 
Components: 
 Community modules  
 
 
Created: 
 23/Jun/19 1:34 AM  
 
 
Priority: 
  Low  
 
 
Reporter: 
  Brad Hards   
 

  
 
 
 
 

 
 The spec has changed the `name` field in collection to be `id` instead.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] [JIRA] (GEOS-9262) Upd

2019-06-22 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
  Brad Hards  created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-9262  
 
 
  Upd   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 23/Jun/19 1:34 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
  Brad Hards   
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100104-sha1:d10709a)  
 
 

 
   
 

  
 

  
 

   



___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https

Re: [Geoserver-devel] Deploying Geoserver 2.14 on JBOSS EAP 6.4

2019-06-19 Thread Brad Hards
Jboss is not used by many (perhaps any) of the core developers. 
This question would be more appropriate on the geoserver users' list, where
you might find someone who is familiar with it.

Brad




___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] New community module: "api"

2019-06-18 Thread Brad Hards
I used ogcapi as the name for my client-side plugin to opensphere.

 

From: Jody Garnett  
Sent: Wednesday, 19 June 2019 5:50 AM
To: Andrea Aime 
Cc: Geoserver-devel 
Subject: Re: [Geoserver-devel] New community module: "api"

 

+1 one on the module, is "api" really the nest name the OGC could come up with 
:D

 

As I understand it the tiles and wms replacement are evolving concurrently at 
the moment; but I could be weeks out of date.

Just to double check you wish to have the plural form of features, maps, 
coverages, etc...




--

Jody Garnett

 

 

On Tue, 18 Jun 2019 at 01:22, Andrea Aime mailto:andrea.a...@geo-solutions.it> > wrote:

Hi,

in preparation for the OGC API hackaton I'd like to request a "api" community 
module that might

be the start of the new OGC API bindings.

 

At the beginning I'm thinking to have a single module, "api", and maybe later, 
once it reaches critical mass,

split it into a few, something like:

- api

   - core (spring mvc like dispatcher, based on annotations, and common 
utilities)

   - features (would migrate selected classes of wfs3 here, gradually 
abandoning the wfs3 module and its tiles/styles experimental extensions)

   - maps

   - coverages

   - processes

   - styles

 

Somewhere we should have also "tiles" I'm a bit torn about this one.

Development wise it would be easier to have it in the group above, leveraging 
the same Spring MVC style development, but 

product wise it would be better to have it in GWC, where we'd have to use the 
low level ServletHttpRequest/Response based

approach to develop it. Not the biggest deal I guess, the tiles API is pretty 
simple compared to others.

 

I don't expect these modules to reach extension or core soon, the OGC API is 
still pretty much in the air

and it will take probably some time to have some firm specifications and 
extensions to make them

"useful" (like filtering and reprojection for the feaures api), community seems 
to be the right place for

something still evolving

 

Cheers

Andrea

 

== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail. 

___
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


Re: [Geoserver-devel] New community module: "api"

2019-06-18 Thread Brad Hards
+1.

 

From: Andrea Aime  
Sent: Tuesday, 18 June 2019 6:21 PM
To: Geoserver-devel 
Subject: [Geoserver-devel] New community module: "api"

 

Hi,

in preparation for the OGC API hackaton I'd like to request a "api" community 
module that might

be the start of the new OGC API bindings.

 

At the beginning I'm thinking to have a single module, "api", and maybe later, 
once it reaches critical mass,

split it into a few, something like:

- api

   - core (spring mvc like dispatcher, based on annotations, and common 
utilities)

   - features (would migrate selected classes of wfs3 here, gradually 
abandoning the wfs3 module and its tiles/styles experimental extensions)

   - maps

   - coverages

   - processes

   - styles

 

Somewhere we should have also "tiles" I'm a bit torn about this one.

Development wise it would be easier to have it in the group above, leveraging 
the same Spring MVC style development, but 

product wise it would be better to have it in GWC, where we'd have to use the 
low level ServletHttpRequest/Response based

approach to develop it. Not the biggest deal I guess, the tiles API is pretty 
simple compared to others.

 

I don't expect these modules to reach extension or core soon, the OGC API is 
still pretty much in the air

and it will take probably some time to have some firm specifications and 
extensions to make them

"useful" (like filtering and reprojection for the feaures api), community seems 
to be the right place for

something still evolving

 

Cheers

Andrea

 

== GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail. 

___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-8967) Reduce verbosity of build output

2018-10-06 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8967  
 
 
  Reduce verbosity of build output   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.15-RC  
 
 
Assignee: 
 Brad Hards  
 
 
Created: 
 07/Oct/18 7:03 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100093-sha1:1ac4f1c

[Geoserver-devel] [JIRA] (GEOS-8966) Suppress false positive for CVE-2018-13661

2018-10-06 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8966  
 
 
  Suppress false positive for CVE-2018-13661   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.15-RC  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Application schema  
 
 
Created: 
 06/Oct/18 1:37 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 The "app" in the CVE is an etherium client.  
 

  
 
 
  
 

 
 
 

 
 
 A

[Geoserver-devel] [JIRA] (GEOS-8961) Upgrade netcdf dependencies

2018-10-03 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8961  
 
 
  Upgrade netcdf dependencies
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.15-RC  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Grib, NetCDF  
 
 
Created: 
 03/Oct/18 1:16 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100092-sha1:19f1dc6

[Geoserver-devel] [JIRA] (GEOS-8957) Resolve remaining doc generation warnings

2018-09-30 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8957  
 
 
  Resolve remaining doc generation warnings   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.15-RC  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Documentation  
 
 
Created: 
 01/Oct/18 6:47 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 sphinx-build is generating warnings that can be fixed. Resolving this would allow us to use the same options we have for the docguide and developers' guides.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] [JIRA] (GEOS-8956) Clean up User doc generation warnings

2018-09-29 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8956  
 
 
  Clean up User doc generation warnings   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.15-RC  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Documentation  
 
 
Created: 
 30/Sep/18 4:11 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 There are a few warnings that get generated when producing the user guide. Some of those are indicating issues with formatting, and others are just noise that hide actual problems.  Fix whatever can be easy handled.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] [JIRA] (GEOS-8955) Disable docs for commented out community modules

2018-09-29 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8955  
 
 
  Disable docs for commented out community modules   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.15-RC  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Community modules, Documentation  
 
 
Created: 
 30/Sep/18 3:49 AM  
 
 
Fix Versions: 
 2.15-RC  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 The REST resumable upload and REST Mapper modules are commented out in the community POM, but are still present in the docs.  Disable in docs to be consistent.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] [JIRA] (GEOS-8946) Resolve format problems in community modules

2018-09-24 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8946  
 
 
  Resolve format problems in community modules   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.15  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Community modules  
 
 
Created: 
 25/Sep/18 4:04 AM  
 
 
Priority: 
  High  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 Travis CI is failing for format checks in two community modules, even if no changes have been made [INFO] Processed 31 files (1 non-complying). [ERROR] Found 1 non-complying files, failing build [ERROR] To fix formatting errors, run "mvn fmt:format" [ERROR] Non complying file: /home/travis/build/geoserver/geoserver/src/community/wps-remote/src/main/java/org/geoserver/wps/remote/plugin/output/XMPPRawDataOutput.java and [INFO] Processed 9 files (1 non-complying). [ERROR] Found 1 non-complying files, failing build [ERROR] To fix formatting errors, run "mvn fmt:format" [ERROR] Non complying file: /home/travis/build/geoserver/geoserver/src/community/security/keycloak/src/main/java/org/geoserver/security/keycloak/GeoServerKeycloakFilter.java So it m

[Geoserver-devel] [JIRA] (GEOS-8902) Update Geoserver docs to remove JTS references

2018-08-21 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8902  
 
 
  Update Geoserver docs to remove JTS references   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.14-RC  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Documentation  
 
 
Created: 
 22/Aug/18 12:59 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 

 
doc/en/api/1.0.0/structuredcoverages.yaml
45-  "maxOccurs": 1,
46-  "nillable": true,
47:  "binding": "com.vividsolutions.jts.geom.MultiPolygon"
48-},
49-{
--
83-1
84-true
85:com.vividsolutions.jts.geom.MultiPolygon
86-  
87-  
--
595-  1
596-  true
597:  com.vividsolutions.jts.geom.MultiPolygon
598-
599-

doc/en/api/1.0.0/featuretypes.yaml
428-"maxOccurs": 1,
429-"nillable": true,
430:"binding": "com.vividsolutions.jts.geom.Point"
431-  },
432-  {
--
547-  1
548-  true
549:  com.vividsolutions.jts.geom.Point
550-
551-
--
800-"maxOccurs": 1,
801-"nillable": true,
802:"binding": "com.vividsolutions.jts.

[Geoserver-devel] [JIRA] (GEOS-8848) Upgrade apache commons-lang to lang3

2018-07-15 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8848  
 
 
  Upgrade apache commons-lang to lang3   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Main  
 
 
Created: 
 16/Jul/18 3:06 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 Probably 3.7. Backport is not planned.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] [JIRA] (GEOS-8829) Upgrade jetty to 9.4 11

2018-07-07 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8829  
 
 
  Upgrade jetty to 9.4 11   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Main  
 
 
Created: 
 07/Jul/18 1:36 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100088-sha1:48bfca9

[Geoserver-devel] [JIRA] (GEOS-8826) Upgrade bouncycastle provider to 1.60

2018-07-05 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8826  
 
 
  Upgrade bouncycastle provider to 1.60   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Community modules, Main  
 
 
Created: 
 06/Jul/18 7:37 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100088-sha1:48bfca9

[Geoserver-devel] [JIRA] (GEOS-8821) Upgrade spring-security dependency

2018-07-03 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8821  
 
 
  Upgrade spring-security dependency
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Main  
 
 
Created: 
 04/Jul/18 3:48 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 Probably 4.2.7-RELEASE is the best target.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] [JIRA] (GEOS-8817) Upgrade jasypt dependency

2018-07-01 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8817  
 
 
  Upgrade jasypt dependency   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Main  
 
 
Created: 
 01/Jul/18 11:13 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100088-sha1:bb86e1a

[Geoserver-devel] [JIRA] (GEOS-8816) Upgrade Apache POI dependencies

2018-06-30 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8816  
 
 
  Upgrade Apache POI dependencies   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Excel  
 
 
Created: 
 30/Jun/18 9:15 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100088-sha1:bb86e1a

[Geoserver-devel] [JIRA] (GEOS-8815) Add profile for dependency checking

2018-06-29 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8815  
 
 
  Add profile for dependency checking   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Main  
 
 
Created: 
 30/Jun/18 6:14 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS 
  
 
 
 This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100088-sha1:05fb423

[Geoserver-devel] [JIRA] (GEOS-8807) Fix maven warnings

2018-06-28 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8807  
 
 
  Fix maven warnings   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Affects Versions: 
 2.14-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Main  
 
 
Created: 
 29/Jun/18 12:54 AM  
 
 
Priority: 
  Low  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 CLI builds report:{{ [WARNING]  [WARNING] Some problems were encountered while building the effective model for org.geoserver:gs-wms:jar:2.14-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.jacoco:jacoco-maven-plugin is missing. @ org.geoserver:gs-wms:[unknown-version], /home/bradh/geoserver/src/wms/pom.xml, line 171, column 15 [WARNING]  [WARNING] Some problems were encountered while building the effective model for org.geoserver:gs-gwc:jar:2.14-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.jacoco:jacoco-maven-plugin is missing. @ org.geoserver:gs-gwc:[unknown-version], /home/bradh/geoserver/src/gwc/pom.xml, line 170, column 15 [WARNING]  [WARNING] Some problems were encountered while building the effective model for org.geoserver.web:gs-web-sec-core:jar:2.14-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.geoserver.web:gs-web-core:jar:tests -> duplicate declaration of version $ {project.version}  @ line 50, column 15 [WARNING]  [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING]  [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARN

[Geoserver-devel] [JIRA] (GEOS-8353) KML tests fail if no network connectivity

2017-10-17 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8353  
 
 
  KML tests fail if no network connectivity   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.12.0  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Google Earth KML Output  
 
 
Created: 
 18/Oct/17 3:11 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 KML fails test if there is no network connectivity - can't resolve the schema reference to xAL:  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] Request for commit access - geopackage community module

2017-09-30 Thread Brad Hards
I've been doing some work on the geopackage community module, partly to get
it ready for migration to extension.

In addition to the geopackage module (WFS output, WMS output, WPS
generator), its likely some changes will be required on the mbtiles
community module.

I do not have commit access to geoserver (I do for geotools), and request
access.

I've previously submitted my CLAs, and have a some commits already merged
via PR (79 according to github:
https://github.com/geoserver/geoserver/commits?author=bradh although a lot
of that is docs or mechanical fixes).

Brad



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-8310) geopackage WPS throws NPE if generating tiles and the format is not specified

2017-09-29 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8310  
 
 
  geopackage WPS throws NPE if generating tiles and the format is not specified   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.12-RC1  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Community modules  
 
 
Created: 
 29/Sep/17 10:25 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 Requesting a tile output from the GeoPackage WPS results in an NPE if the `format` (supposed to be optional) is not specified. There is a null check, but its checking the key and needs to check the value.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

[Geoserver-devel] [JIRA] (GEOS-8309) Logging has "woekspace" typo

2017-09-28 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8309  
 
 
  Logging has "woekspace" typo
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.12-RC1  
 
 
Assignee: 
     Brad Hards  
 
 
Components: 
 Main  
 
 
Created: 
 29/Sep/17 2:51 AM  
 
 
Fix Versions: 
 2.12.0  
 
 
Priority: 
  Lowest  
 
 
Reporter: 
     Brad Hards  
 

  
 
 
 
 

 
 Two places in `src/main/src/main/java/org/geoserver/catalog/impl/AbstractCatalogFacade.java`  
 

  
 
 
  
 

 
 
 

 
 
 A

Re: [Geoserver-devel] To get info about GeoServer

2017-09-26 Thread Brad Hards
These questions should be asked on the user list, but to avoid additional 
noise, you should start with the GeoServer user manual.

This can be found at http://docs.geoserver.org/latest/en/user/  and explains 
the protocols that are supported by GeoServer (quick summary: OGC WMS, OGC 
WFS, OGC WCS, OGC WMTS, OGC WPS amongst others - links to the defining OGC 
specifications can be found by a standard search, and you can check your 
required products for compatibility), that some of those protocols are web 
services, and the various data stores and services that you can work with in 
GeoServer.

Given your questions and needs, you may also benefit from review of 
http://geoserver.org/support/ and http://geoserver.org/comm/

Trust this helps, and that you will check out those links.

Brad

> -Original Message-
> From: chhoturam jat [mailto:chhoturam@bizruntime.com]
> Sent: Sunday, 24 September 2017 22:31
> To: Geoserver-devel@lists.sourceforge.net
> Subject: [Geoserver-devel] To get info about GeoServer
>
> Hi,
> my project is multi-tenant based and i want to use geoserver for geo spatial
> data.
>
> So i want to confirm some question based on flow design-
>
> 1.The options of what we can connect to geoserver?
>
> 2.Can we connect a WebService rather than like direct sqL connection?
>
> 3.Can we connect multiple different data stores / Services?
>
> Please give response of the above question with useful link related.
>
> Thanks




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2017-09-19 Thread Brad Hards
Please accept my apologies - bad in my time zone...

Brad

> -Original Message-
> From: Ben Caradoc-Davies [mailto:b...@transient.nz]
> Sent: Tuesday, 19 September 2017 05:40
> To: Geoserver-devel 
> Subject: [Geoserver-devel] Reminder: GeoTools / GeoServer meeting at 15:30
> UTC on Tuesday
>
> GeoTools / GeoServer committee meeting on Skype at 15:30 UTC on Tuesday:
> https://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+/+G
> eoServer+Meeting=2017=9=19=15=30=0&
> ah=1
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>

--
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-8286) Migrate geopackage docs from community section to reflect module move

2017-09-13 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8286  
 
 
  Migrate geopackage docs from community section to reflect module move   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Affects Versions: 
 2.12-beta  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Documentation  
 
 
Created: 
 14/Sep/17 5:14 AM  
 
 
Fix Versions: 
 2.12-RC1  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Re: [Geoserver-devel] GeoPackage core support

2017-08-27 Thread Brad Hards
Thanks for doing this.

As noted on the PR, we're getting some failure on a couple of extension 
modules, probably for a missing dependency in gs-main (not transient from the 
parent pom for reasons I don't understand). After adding that as a dependency, 
I get failures in WCS 1.0 and OWS (probably more modules after that - I 
stopped commenting them out at this point).
The problem is that we're putting "GeoPackage (mosaic)" in as a format name, 
which is causing validation problems. That can be fixed on the GeoTools side 
by updating the name (I suggest GeoPackageMosaic - will put up a PR so people 
can comment).

> The store panels are not limited to any particular extension, while it seems
> most use gpkg as
> the extension, I've also seen .db files around. Can anyone share 
> experiences?
The spec says .gpkg - we'll likely get random stuff if we look for .db

Brad




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2017-08-21 Thread Brad Hards
My apologies: 0130 in my time zone.




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Crazy idea... what about GeoPackage straight in core for 2.12?

2017-08-17 Thread Brad Hards
> I like the idea of making geopackage core - because it is a good idea.
+1

> Brad when someone does have a chance to work on 1.2 is implemented it can
> start off life as a community module, and move into core when ready. We
> would need to support both versions right?
We would, but it probably won't be as a community module - its probably a 
variation on the geopackage implementation we already have.
My thinking is that we don't want two implementations - users shouldn't need 
to know what kind of geopackage they have, they just want to throw it against 
the geoserver wall and have it stick in the right place.

Brad



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-8253) EO-WCS docs need update

2017-08-13 Thread Brad Hards (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brad Hards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-8253  
 
 
  EO-WCS docs need update   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Affects Versions: 
 2.11.2  
 
 
Assignee: 
 Brad Hards  
 
 
Components: 
 Documentation  
 
 
Created: 
 13/Aug/17 11:37 AM  
 
 
Fix Versions: 
 2.12-beta  
 
 
Priority: 
  Low  
 
 
Reporter: 
 Brad Hards  
 

  
 
 
 
 

 
 The WCS 2.0 extension docs are a little out of date and have some typos. This task is to fix that.  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment

Re: [Geoserver-devel] W3DS Implementation up and running

2017-08-10 Thread Brad Hards
> I don't believe W3DS was ever merged. There is no support that I am aware
> of.
I was wrong. It did exist as a community module for a while (e.g. back in
2.6), but has since been removed.

Brad



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] W3DS Implementation up and running

2017-08-10 Thread Brad Hards
> How to manage W3DS layers in GeoServer? I stored several layers in PostGIS
> database, published in GeoServer, however, it does not show W3DS format
and
> cannot query.
I don't believe W3DS was ever merged. There is no support that I am aware
of.

What are you actually trying to do? W3DS appears to have died in favour of
CityGML and the like.

Brad



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2017-08-07 Thread Brad Hards
Please accept my apologies.

Brad




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Geoserver 2.7.1.1 Monitoring plugin

2017-08-05 Thread Brad Hards
I'd suggest trying with a more recent (supported) version of geoserver, but if 
that isn't possible, at least ensure that you have both "monitor" and 
"monitor-hibernate" jars. I'm guessing (because you didn't describe your 
installation process), but its possibly you have the first and not the second, 
or that there is a permission problem on the second.

Brad

[Also this question might have been better on the -user mailing list. Please 
consider that in the future]



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] PSC motion: help Marlin developer reach to JavaOne

2017-07-28 Thread Brad Hards
Made a contribution in penance for missing the vote.

Brad




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Crazy idea... what about GeoPackage straight in core for 2.12?

2017-07-27 Thread Brad Hards
>   Hi,
>   I was thinking about the current idea of splitting the geopackage
> support into several
>   modules, one store, one WFS output (extension), one WPS output
> (extension), one WMS output
>   (community, as written its dangerous for the server stability).
>
>   Well, given the importance of the format... what about having the
> store part as a core component
>   starting with 2.12? Given it's an OGC standard, it's a bridge we'll have
> to cross anyways.
>
>   Opinions?
I worry about the stability of the format. GeoPackage 1.2 isn't actually 
approved yet, and the changes from 1.1 are substantive (not just a patch): 
https://portal.opengeospatial.org/files/?artifact_id=74224=1 for the 
release notes.

I think that extension would be better for 2.12 for store, and the outputs 
might even be better as remaining in community given the 1.1 -> 1.2 
transition.

Brad




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2017-07-11 Thread Brad Hards
My apologies: 0530.

Brad

> -Original Message-
> From: Ben Caradoc-Davies [mailto:b...@transient.nz]
> Sent: Tuesday, 11 July 2017 05:14
> To: Geoserver-devel 
> Subject: [Geoserver-devel] Reminder: GeoTools / GeoServer meeting at 19:30
> UTC on Tuesday
>
> GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday:
> https://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+/+G
> eoServer+Meeting=2017=7=11=19=30=0&
> ah=1
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>

--
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2017-06-26 Thread Brad Hards
My apologies: 0130 local time.




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2017-06-13 Thread Brad Hards
Also my apologies: 0530.

Brad

> -Original Message-
> From: Ben Caradoc-Davies [mailto:b...@transient.nz]
> Sent: Tuesday, 13 June 2017 09:54
> To: Geoserver-devel 
> Subject: Re: [Geoserver-devel] Reminder: GeoTools / GeoServer meeting at
> 19:30 UTC on Tuesday
>
> Apologies: I am unable to attend this meeting.
>
> Kind regards,
> Ben.
>
> On 13/06/17 11:28, 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+/+G
> eoServer+Meeting=2017=6=13=19=30=0&
> ah=1
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>

--
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Reminder: Geo{Tools, WebCache, Server} Meeting at 15:30 UTC on Tuesday

2017-05-30 Thread Brad Hards
Please accept my apologies (for whoever is there), but its 0130 for me.

Brad




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Help needed getting Marlin in and enabled by default for GeoServer 2.11

2017-02-17 Thread Brad Hards
I've spent a little time on this (on and off over a pretty warm week - hard to 
code at 35C...).

To test something different, I decided to check an openJDK build on Centos 7, 
using tomcat / war combination.

It was a fair amount of "yak shaving", but I eventually got it built and 
running.

However the renderer is still showing as Pisces. I do see the marlin jar 
(marline-0.7.3-Unsafe.jar) in the war file.  Haven't really started debugging 
yet, but wanted to offer up this data point if you have any suggestions, or 
just for consideration before merging it.

Brad




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] New community module, OpenSearch for EO

2017-02-10 Thread Brad Hards
While not necessary since you already have enough endorsements, +1 from me 
too.

Do you have a rough timeline? Some months to a runnable module?

Brad




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


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

2017-01-09 Thread Brad Hards
My apologies, this one is a bit early for me (0330).

Brad




--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Call for Vote: GSIP 138 - Promote Vector Tiles to Extension

2016-10-20 Thread Brad Hards
+1.




--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Removing old versions of GeoServer

2016-10-08 Thread Brad Hards
Per original comment on the ticket, recommend removal (tickets can be WONTFIX 
or RESOLVED).

Brad




--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


  1   2   >