Re: [Geotools-devel] I would like to make a bug fix and need help on the process

2015-10-08 Thread Ben Caradoc-Davies
ch memory and disk? Do you see any errors in the Oracle logs? Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Zealand --

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-08 Thread Ben Caradoc-Davies
overcome this issue? Should I come up with my own > bindings for the SWE schema? > > I can provide further details if needed. > > Thanks in advance! > > > > -- > > > > ___________ > GeoTools-Devel mailing list

Re: [Geotools-devel] FW: My test case cannot reveal the bug I'm fixing without altering the setup - is this a reasonable way?

2015-10-08 Thread Ben Caradoc-Davies
No, you are welcome. Oracle needs some love, and I am happy to support anyone so Oracle does not have to be loved by me. :-D On 09/10/15 09:11, Walter Stovall wrote: > Excuse all the email... -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> Ne

Re: [Geotools-devel] My test case cannot reveal the bug I'm fixing without altering the setup - is this a reasonable way?

2015-10-08 Thread Ben Caradoc-Davies
il without my fix to OracleDialect applied. > > So I'm prone to check this in along with my OracleDialect change and create > (my first) pull-request. > > Does that make sense? > > Th

Re: [Geotools-devel] JDBC dates and timezones

2015-10-10 Thread Ben Caradoc-Davies
/733ee52e211a589cf98ce5eb569efde8e2ae843f Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Zealand -- ___ GeoTools-Devel mailin

Re: [Geotools-devel] I would like to make a bug fix and need help on the process

2015-10-10 Thread Ben Caradoc-Davies
On 08/10/15 14:35, Ben Caradoc-Davies wrote: > Some temporal tests now fail in Eclipse after some recent work handling > time zones. They pass in Maven. You may need to ignore these. Walter, I have just fixed the temporal tests that fail in Eclipse on master. This should make debugging

[Geotools-devel] Online tests

2015-10-10 Thread Ben Caradoc-Davies
Kind regards, Ben. Forwarded Message Subject: Re: [Geotools-devel] online tests Date: Sun, 20 Sep 2015 09:08:27 +1200 From: Ben Caradoc-Davies To: Ian Turton , Geotools-Devel list Ian, I expect JNDI failures if skip.on.failure=false is used. See: http://osgeo-org.1560.x6

Re: [Geotools-devel] Online tests

2015-10-10 Thread Ben Caradoc-Davies
Success! http://ares.boundlessgeo.com/jenkins/view/geotools/job/geotools-master-online/270/ http://ares.boundlessgeo.com/jenkins/view/geotools/job/geotools-master-online/270/consoleText I think email notifications are disabled. On 11/10/15 14:18, Ben Caradoc-Davies wrote: > In an effort to

Re: [Geotools-devel] Online tests

2015-10-11 Thread Ben Caradoc-Davies
I have enabled email notifications for geotools-master-online. On 11/10/15 18:10, Ben Caradoc-Davies wrote: > I think email notifications are disabled. -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> Ne

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #273

2015-10-11 Thread Ben Caradoc-Davies
m2/repository/org/geotools/gt-coverage/15-SNAPSHOT/gt-coverage-15-SNAPSHOT.jar; > error in opening zip file -- Ben Caradoc-Davies Director Transient Software Limited <http://tra

Re: [Geotools-devel] Online tests

2015-10-11 Thread Ben Caradoc-Davies
b78d This fixes the JNDI failures for me locally (tested on postgis) so I have re-enabled skip.on.failure=false in geotools-master-online for the enabled fixtures (postgis, oracle, and, mysql). Thanks! Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transie

Re: [Geotools-devel] Online tests

2015-10-11 Thread Ben Caradoc-Davies
On 12/10/15 09:48, Ben Caradoc-Davies wrote: > On 11/10/15 19:27, Andrea Aime wrote: >> I've spend quite some time trying to get those pass, but the old >> app-context just won't go away... > Andrea, I saw your commit: > Fixing JDBC JNDI test failures > https://g

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-14 Thread Ben Caradoc-Davies
is too general and may work for cases that should not be supported as they are prohibited by the GML encoding rules. > I'm not 100% sure this makes sense though and I'd very much appreciate your > review :-) I am still trying to understand it. Kind regards, -- Ben Caradoc-Davie

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-15 Thread Ben Caradoc-Davies
t for mixed content which, if it occurs, indicates the user is doing something very wrong that should never happen with SWE. Kind regards, -- Ben Caradoc-Davies Director Transient Software Li

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-15 Thread Ben Caradoc-Davies
if I can break it. :-) One other question: will this work with isList? http://docs.geoserver.org/latest/en/user/data/app-schema/mapping-file.html#islist-optional Kind regards, -- Ben Caradoc-Davies

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-15 Thread Ben Caradoc-Davies
now that mixed content is unsupported and that you are free to make the most straightforward and general implementation without feeling obliged to include code for the mixed content case. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http:

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-15 Thread Ben Caradoc-Davies
I will be interested to see if your implementation works for isList as well. I could see from your mappings that you had one series per row, but I am sure that there will soon be a SWE user who will try the isList mapping using a denormalised table. Kind regards, -- Ben Caradoc-Davies Direct

Re: [Geotools-devel] draft 14.0 blog

2015-10-15 Thread Ben Caradoc-Davies
ble tag as we have ones for maintenance and milestone. Looks good to go. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> Ne

Re: [Geotools-devel] App-schema cannot set string value to swe:DataArray/swe:values element

2015-10-16 Thread Ben Caradoc-Davies
see from your mappings that you had one series per row, >> but I am sure that there will soon be a SWE user who will try the isList >> mapping using a denormalised table. >> >> >> Kind re

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Ben Caradoc-Davies
7.html >>> Sent from the geotools-devel mailing list archive at Nabble.com. >>> >>> >>> -- >>> ___ >>> GeoTools-Devel mailing list >>> GeoTools-Devel@lists.sourceforge.net >>> https://lists.

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Ben Caradoc-Davies
sion of maven do you have? > On Fri, Oct 16, 2015 at 6:59 PM Ben Caradoc-Davies wrote: > >> Jared, >> >> I always build GeoTools from source and then build all downstream >> projects with "mvn -llr -nsu" to avoid problems with (1) repository >> timestam

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Ben Caradoc-Davies
nks for the advice Jody and Ben, but I upgraded to maven 3.3.3, switched > to the artifactoryoneline url, and tried mvn -llr -nsu clean install but it > still won't download anything newer than 10/6/2015. > > Jared -- Ben Caradoc-Davies Director Transient Software Limited <ht

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 19:30 UTC on Tuesday

2015-10-19 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2015&month=10&day=20&hour=19&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

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

2015-10-20 Thread Ben Caradoc-Davies
ts how to connect via Skype? Do you need > my account ID to send invitation or is it a public meeting everybody can > join somehow? > > - Frank > > 2015-10-19 22:46 GMT+02:00 Ben Caradoc-Davies : > >> GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesd

Re: [Geotools-devel] How can I get my pull request 991 back ported into geotools 14.x?

2015-10-22 Thread Ben Caradoc-Davies
? > > Advice is appreciated! > > Thanks - Walter > > > > -- > > > > ___ > GeoTools-Devel mailing list > GeoTools-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel >

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2015-11-02 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2015&month=11&day=3&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

[Geotools-devel] Java 8 migration: call for volunteers

2015-11-03 Thread Ben Caradoc-Davies
, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Zealand -- ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net

[Geotools-devel] GeoTools / GeoServer Meeting 2015-11-03

2015-11-03 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2015-11-03 === Attending - Ben Caradoc-Davies Ian Turton Andrea Aime Jody Garnett Torben Barsballe Kevin Smith Jukka Rahkonen Jeff Brower Brad Hards Agenda -- - CITE tests and build infrastructure - Java 8 - Code

Re: [Geotools-devel] Issue closing bug GEOT-5256

2015-11-11 Thread Ben Caradoc-Davies
the state. > > Much appreciated! > > -- Frank > > > > -- > > > > ___ > GeoTools-Devel mailing list > GeoTools-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel > -

[Geotools-devel] Jira workflow problem

2015-11-11 Thread Ben Caradoc-Davies
ted", and "Analysis" statuses. Of these only "Iteration" has an outgoing transition (back to "Open"). "With Customer" has no transitions at all. Does anyone in uDig, GeoAPI, GeoServer, or GeoTools use or wish to use these statuses? Kind regards, Ben. On 12

Re: [Geotools-devel] Jira workflow problem

2015-11-11 Thread Ben Caradoc-Davies
AFAICT uDig make extensive us of "Analysis", and we have one each in GeoServer and GeoTools in "Submitted" for I suspect no good reason. On 12/11/15 12:30, Ben Caradoc-Davies wrote: > Jody and Andrea, > > Frank has an issue that is in the Jira "Submitted&qu

Re: [Geotools-devel] Jira workflow problem

2015-11-11 Thread Ben Caradoc-Davies
e existing workflow (unless "Interation" is some new jargon). Kind regards, Ben. On 12/11/15 12:37, Ben Caradoc-Davies wrote: > AFAICT uDig make extensive us of "Analysis", and we have one each in > GeoServer and GeoTools in "Submitted" for I suspect no good reaso

Re: [Geotools-devel] Jira workflow problem

2015-11-12 Thread Ben Caradoc-Davies
ve any meaning to those that perform gardening in jira in their spare time > > Cheers > Andrea > > > On Thu, Nov 12, 2015 at 1:06 AM, Ben Caradoc-Davies > wrote: > >> Jody and Andrea, >> >> I have created an osgeo workflow and scheme but have not yet switch

Re: [Geotools-devel] Jira workflow problem

2015-11-12 Thread Ben Caradoc-Davies
r "in progress" tickets for example?) +1. It is already much more complicated than needed. I only left the cruft states for backwards compatibility with uDig and the two Submitted issues in GEOT/GEOS. I am looking for feedback from uDig. Jody? Is someone in uDig using an agile or planni

Re: [Geotools-devel] Jira workflow problem

2015-11-12 Thread Ben Caradoc-Davies
a backup, just to be on the safe side ;-) Sounds good to me. Do we need an Atlassian cloud sysadmin for this? -- Ben Caradoc-Davies Director Transient Software Limited &

[Geotools-devel] Use Jira version 15-beta for master; invalid version 15 removed

2015-11-12 Thread Ben Caradoc-Davies
y are not omitted from release changelogs. I then removed the version "15". Jira makes it waaay to easy for any developer to inadvertently add a new version with a single misplaced click. Kind regards, -- Ben Caradoc-Davies Director T

Re: [Geotools-devel] Use Jira version 15-beta for master; invalid version 15 removed

2015-11-13 Thread Ben Caradoc-Davies
atabase. I have created a new workflow, but I have not yet received all the responses I want. I will be raising this issue again at this week's committee meeting. I would be quite happy to remove the Submitted, Iteration, and Analysis states, but I want to discuss first so our workflow i

[Geotools-devel] 14.1 scheduled this week

2015-11-15 Thread Ben Caradoc-Davies
The 14.1 stable release is scheduled for this week. If you have any last minute fixes, please let me know. -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Z

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2015-11-16 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2015&month=11&day=17&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

Re: [Geotools-devel] Backport of geostationary satellite projection [GEOT-2933] to 14.x

2015-11-16 Thread Ben Caradoc-Davies
I will accept a backport. I do not see a pull request for this issue. Tom, please prepare a pull request against 14.x as soon as possible. You have hours not days. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Zealand

Re: [Geotools-devel] 14.1 scheduled this week

2015-11-16 Thread Ben Caradoc-Davies
were made to jetty and revert for this >> release? >> >> On Sun, Nov 15, 2015 at 11:39 AM Ben Caradoc-Davies >> wrote: >> >>> The 14.1 stable release is scheduled for this week. If you have any last >>> minute fixes, please let me know. >>>

Re: [Geotools-devel] 14.1 scheduled this week

2015-11-16 Thread Ben Caradoc-Davies
rs.html > > Unfortunately the classes implementing the finalize method are out of our > reach, > not in our code, but the changes I'm making will lower their usage and use > some reflection > to perform an early clean up > > Cheers > Andrea > > > On Sun, Nov

[Geotools-devel] Atlassian cloud scheduled maintentance Wed Nov 18 3:00 AM UTC for 4 hours

2015-11-16 Thread Ben Caradoc-Davies
rgent queries please raise a ticket via the support portal at https://support.atlassian.com"; Time zones of release managers should limit the impact as this is 04:00-08:00 CET and 16:00-20:00 NZDT. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://trans

Re: [Geotools-devel] Backport of geostationary satellite projection [GEOT-2933] to 14.x

2015-11-16 Thread Ben Caradoc-Davies
Thanks, Tom. Waiting on Travis CI. Kind regards, Ben. On 17/11/15 08:00, Tom Kunicki wrote: > Ben, Thanks. > > Pull request 1047 against 14.x has been submitted > <https://github.com/geotools/geotools/pull/1047>. > > Tom. > > On Mon, Nov 16, 2015 at 12:42 PM, Ben Ca

Re: [Geotools-devel] Backport of geostationary satellite projection [GEOT-2933] to 14.x

2015-11-16 Thread Ben Caradoc-Davies
Merged. Thanks, Tom. Kind regards, Ben. On 17/11/15 08:07, Ben Caradoc-Davies wrote: > Thanks, Tom. Waiting on Travis CI. > > Kind regards, > Ben. > > On 17/11/15 08:00, Tom Kunicki wrote: >> Ben, Thanks. >> >> Pull request 1047 against 14.x has been submi

Re: [Geotools-devel] 14.1 scheduled this week

2015-11-16 Thread Ben Caradoc-Davies
On 17/11/15 09:11, Andrea Aime wrote: > On Mon, Nov 16, 2015 at 7:49 PM, Ben Caradoc-Davies > wrote: >> would you like trial these fixes on master for a month or so? While fixes >> such as these are welcome, they may have subtle side-effects. Or do you >> consider these an

Re: [Geotools-devel] github changes incoming

2015-11-16 Thread Ben Caradoc-Davies
ata is also now providing full enterprise > support for Presto. Download a free open source copy now. > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 > > > > _______ > GeoTools-Devel mailing list >

Re: [Geotools-devel] Use Jira version 15-beta for master; invalid version 15 removed

2015-11-17 Thread Ben Caradoc-Davies
is outstanding? I'm still wondering why >> Adminstrators cannot change a state independenly from the defined workflow. >> However, looking forward to see the simple workflow life >> >> -- Frank >> >> >> 2015-11-13 22:31 GMT+01:00 Ben Caradoc-Davies : >

Re: [Geotools-devel] 14.1 scheduled this week

2015-11-17 Thread Ben Caradoc-Davies
ext 30 days. So I would appreciate if this can be merged into > 14.x. > > Thanks, > Julien > > 2015-11-16 21:42 GMT+01:00 Ben Caradoc-Davies : > >> On 17/11/15 09:11, Andrea Aime wrote: >>> On Mon, Nov 16, 2015 at 7:49 PM, Ben Caradoc-Davies >>> wrote: >

Re: [Geotools-devel] 14.1 scheduled this week

2015-11-17 Thread Ben Caradoc-Davies
Julien, Jody just indicated in the committee meeting that he will merge this PR and backport to 14.x for inclusion in 14.1. Kind regards, Ben. On 18/11/15 07:58, Ben Caradoc-Davies wrote: > Julien, > > your pull request has still not been merged on master (but I see you > have sur

Re: [Geotools-devel] 14.1 scheduled this week

2015-11-18 Thread Ben Caradoc-Davies
t;>>>>>> >>>>>>> it looks like you moved the GetStyles functionality from WMS 1.1.0 to >>>>>>> WMS 1.1.1. >>>>>>> >>>>>>> That is after your change WMS 1.1.0 no longer has the operation >>>>>&

Re: [Geotools-devel] Override EnvFunction methods behavior or additional functions?

2015-11-18 Thread Ben Caradoc-Davies
load a free open source copy now. >>> http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 >>> ___________ >>> GeoTools-Devel mailing list

Re: [Geotools-devel] repository update

2015-11-18 Thread Ben Caradoc-Davies
ease? I >> guess this is not quite as important for GeoTools since we release against >> the osgeo webdav repository. >> -- >> Jody Garnett >> > > > > -- > > > > _____

[Geotools-devel] Jenkins geotools-release-jira still broken

2015-11-18 Thread Ben Caradoc-Davies
No surprise: Jenkins geotools-release-jira is still broken: http://ares.boundlessgeo.com/jenkins/view/release/job/geotools-release-jira/45/console I will release 14.1 in Jira manually. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Z

[Geotools-devel] Smoke testing 14.1 release artifacts

2015-11-18 Thread Ben Caradoc-Davies
/jira/secure/ReleaseNote.jspa?projectId=10001&version=11501 Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> N

[Geotools-devel] Draft 14.1 blog post

2015-11-19 Thread Ben Caradoc-Davies
I have created a draft blog post for 14.1. Bloggers please review. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Z

Re: [Geotools-devel] Draft 14.1 blog post

2015-11-19 Thread Ben Caradoc-Davies
Publication of artifacts is complete. I will give bloggers a little time to review the blog post before making the 14.1 release announcement. Kind regards, Ben. On 20/11/15 08:51, Ben Caradoc-Davies wrote: > I have created a draft blog post for 14.1. Bloggers please review. > > Kin

[Geotools-devel] GeoTools 14.1 Released

2015-11-20 Thread Ben Caradoc-Davies
eotools-14.1-project.zip/download> * maven repository <http://download.osgeo.org/webdav/geotools/> This release was made by Ben Caradoc-Davies (Transient <http://transient.nz/>) in conjunction with GeoServer 2.8.1 <http://blog.geoserver.org/2015/11/20/geoserver-2-8-1-relea

[Geotools-devel] Simplified Jira workflow

2015-11-23 Thread Ben Caradoc-Davies
mplify Jira workflow -- - Ben to fix workflow (make new workflow and cut out extra states) - Jody just granted full administrator rights to Ben - Make a backup first [...] -- Ben Caradoc-Davies Director Transient Software Limited <http://tra

Re: [Geotools-devel] Issue closing bug GEOT-5256

2015-11-23 Thread Ben Caradoc-Davies
Resolved. On 12/11/15 11:46, Ben Caradoc-Davies wrote: > Looking into it ... > > On 12/11/15 11:28, Frank Gasdorf wrote: >> Hi folks, >> >> I hope you can help me getting a submitted issue back to the normal JIRA >> workflow. >> >> The current state o

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2015-11-30 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2015&month=12&day=1&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

[Geotools-devel] GeoTools / GeoServer Meeting 2015-12-01

2015-12-01 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2015-12-01 === Attending - Ben Caradoc-Davies Kevin Smith Jody Garnett Jukka Rahkonen Ian Turton Niels Charlier Torben Barsballe Andrea Aime Agenda -- - PSC changes - uDig problems with Boundless Maven repository

Re: [Geotools-devel] Online Tests quietly failing (again)

2015-12-02 Thread Ben Caradoc-Davies
ve been resolved (except for SQL Server). > Ben - did you re-enable skipOnFailure=false for the Oracle / PostGIS tests? > > Torben > -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Zealand ---

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2015-12-14 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2015&month=12&day=15&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

[Geotools-devel] GeoTools / GeoServer Meeting 2015-12-15

2015-12-15 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2015-12-15 === Attending - Ben Caradoc-Davies Brad Hards Jody Garnett Jukka Rahkonen Torben Barsballe Andrea Aime Apologies - Ian Turton Agenda -- - GeoServer PSC changes - Releases - Java 8 - FOSS4G (Bonn

Re: [Geotools-devel] Is 13.5 going to be pretty much identical to 13.4?

2015-12-17 Thread Ben Caradoc-Davies
4506 > > Cheers > Andrea > > > > -- > > > > ___ > GeoTools-Devel mailing list > GeoTools-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel > -- Ben Caradoc-D

[Geotools-devel] Java 8 on master

2015-12-19 Thread Ben Caradoc-Davies
on Oracle JDK 8. I have kicked all the master builds and CITE tests. The next steps will be to switch GeoServer, GeoWebCache, and GeoTools to Java 8, in that order. I have not yet touched the release jobs but intend to make sure that they default to Oracle JDK 8. Kind regards, -- Ben Caradoc

[Geotools-devel] Disabled doclint on master to fix javadoc generation with Oracle JDK 8

2015-12-20 Thread Ben Caradoc-Davies
getObjectiveToDisplayTransform objective to display [ERROR] ^ [ERROR] /var/lib/jenkins/workspace/geotools-master/modules/library/opengis/src/main/java/org/opengis/geometry/BoundingBox3D.java:101: error: reference not found [ERROR] * similar transformations in their context. For example {@linkp

Re: [Geotools-devel] Jira-release job fails

2015-12-21 Thread Ben Caradoc-Davies
h for the new releases? > > Cheers > > Ian > > > > -- > > > > ___ > GeoTools-Devel mailing list > GeoTools-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel > --

Re: [Geotools-devel] Jira-release job fails

2015-12-21 Thread Ben Caradoc-Davies
On 22/12/15 00:21, Andrea Aime wrote: > On Mon, Dec 21, 2015 at 12:16 PM, Ben Caradoc-Davies > wrote: >> Looks like there is already a GS 2.7.6 version (naughty, naughty, Jira >> makes is far too easy for an administrator to inadvertently add a >> version); someone has a

Re: [Geotools-devel] Jira-release job fails

2015-12-21 Thread Ben Caradoc-Davies
s, the commit is not in 2.7.5 and the ticket it's thus correctly > tagged for 2.7.6 (unless Ian needs to rebuild from a newer revision, but > it does not seem that's the case). Great! Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://t

[Geotools-devel] RangeCombiner.addRange compilation fix for Java 8

2015-12-21 Thread Ben Caradoc-Davies
to be corrected if you think there is a better solution. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Z

[Geotools-devel] GeoTools master (15.x) now requires Java 8

2015-12-22 Thread Ben Caradoc-Davies
GeoTools master (15.x) now requires Java 8. Java 8 contains new language features including lambda expressions and method references, and a new Stream API for collections: http://www.oracle.com/technetwork/java/javase/8-whats-new-2157071.html Kind regards, -- Ben Caradoc-Davies Director

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2015-12-28 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2015&month=12&day=29&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

[Geotools-devel] GeoTools / GeoServer Meeting 2015-12-29

2015-12-29 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2015-12-29 === Attending - Andrea Aime Ben Caradoc-Davies Jody Garnett Ian Turton Apologies - Brad Hards Agenda -- - GeoServer code sprint - Milestone release - Update Release Docs (2.7.5 Lessons learnt

Re: [Geotools-devel] Toward implementing gt-geometry module for supporting 3D spatial operations

2016-01-02 Thread Ben Caradoc-Davies
2015-12-29 Date: Wed, 30 Dec 2015 10:43:23 +1300 From: Ben Caradoc-Davies To: geotools-devel@lists.sourceforge.net GeoTools / GeoServer Meeting 2015-12-29 === [...] gt-geometry with 3D support --- - geotools-devel mailing list

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2016-01-11 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2016&month=1&day=12&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

Re: [Geotools-devel] Looking into adding try with resources support to datastores and coverage readers

2016-01-11 Thread Ben Caradoc-Davies
least one release cycle. Kind regards, Ben. On 11/01/16 12:25, Jody Garnett wrote: > Got a question, is it worth an api change dispose() --> close() to avoid > the IDE errors? -- Ben Caradoc-Davies Director Transient Software Limited <http://transient

[Geotools-devel] GeoTools / GeoServer Meeting 2016-01-12

2016-01-12 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2016-01-12 === Attending - Andrea Aime Ben Caradoc-Davies Brad Hards Torben Barsballe Ian Turton Jim Hughes Kevin Smith Jukka Rahkonen Agenda -- - GeoServer code sprint - Infrastructure - GSIP-136 - Resource

Re: [Geotools-devel] XML validation slowness

2016-01-21 Thread Ben Caradoc-Davies
3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > > > > ______

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2016-01-25 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2016&month=1&day=26&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

[Geotools-devel] GeoTools / GeoServer Meeting 2016-01-26

2016-01-26 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2016-01-26 === Attending - Ben Caradoc-Davies Torben Barsballe Kevin Smith Jukka Rahkonen Jody Garnett Apologies - Andrea Aime Agenda -- - Report back on GeoServer code sprint - Event round up - Code freeze

[Geotools-devel] Code freeze for 15-beta release: 18 February

2016-01-26 Thread Ben Caradoc-Davies
-Schedule Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Zealand -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM

Re: [Geotools-devel] so about source forge

2016-01-27 Thread Ben Caradoc-Davies
fter they were sent or for other risks which arise as a result of >> e-mail transmission, viruses, etc. >> >> --- >> >> >> >> ---

Re: [Geotools-devel] so about source forge

2016-01-27 Thread Ben Caradoc-Davies
I will see if we get any response: http://sourceforge.net/p/forge/site-support/12006/ On 28/01/16 18:35, Ben Caradoc-Davies wrote: > Only the geotools-devel list is affected. The users list is fine, as are > the geoserver lists. > > Perhaps this just requires a sourceforge su

Re: [Geotools-devel] so about source forge

2016-01-29 Thread Ben Caradoc-Davies
On 28/01/16 18:42, Ben Caradoc-Davies wrote: > I will see if we get any response: > http://sourceforge.net/p/forge/site-support/12006/ Forwarded Message Subject: [forge:site-support] #12006 Missing geotools-devel mailing list archive Date: Fri, 29 Jan 2016 19:58:44 +000

Re: [Geotools-devel] so about source forge

2016-02-04 Thread Ben Caradoc-Davies
been fixed now. It looks like all the messages are in the archive now. Thank you, SourceForge.net Support --- ** [site-support:#12006] Missing geotools-devel mailing list archive** **Status:** fixed **Labels:** siteops so-56998 **Created:** Thu Jan 28, 2016 05:40 AM UTC by Ben Caradoc-Davies

Re: [Geotools-devel] Build failed in Jenkins: geotools-master #1003

2016-02-05 Thread Ben Caradoc-Davies
...@boundlessgeo.com wrote: > GeoPackageTest.testListEntries:598->assertLastChangedDateString:195 Minutes > value does not match expected:<1[4]> but was:<1[3]> -- Ben Caradoc-Davies Director Transient Software Limited <http://tr

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2016-02-08 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2016&month=2&day=9&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software Limite

[Geotools-devel] GeoTools / GeoServer Meeting 2016-02-09

2016-02-09 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2016-02-09 === Attending - Ben Caradoc-Davies Torben Barsballe Kevin Smith Jim Hughes Andrea Aime Ian Turton Jody Garnett Brad Hards Apologies - Brad Hards (arrived eventually) Agenda -- - Release Schedule

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online #407

2016-02-17 Thread Ben Caradoc-Davies
pilation failure >> [ERROR] error: error reading >> /var/lib/jenkins/.m2/repository/org/geotools/gt-coverage/15-SNAPSHOT/gt-coverage-15-SNAPSHOT.jar; >> error in opening zip file >> [ERROR] -> [Help 1] >> [ERROR] Failed to execute goal >> org.apache.ma

Re: [Geotools-devel] Build failed in Jenkins / Travis: Local maven repo being corrupted

2016-02-17 Thread Ben Caradoc-Davies
ry/org/geotools/gt-coverage/15-SNAPSHOT/gt-coverage-15-SNAPSHOT.jar; >>> error in opening zip file >>> [ERROR] -> [Help 1] >>> [ERROR] >>> [ERROR] To see the full stack trac

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2016-02-22 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2016&month=2&day=23&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software

[Geotools-devel] GeoTools / GeoServer Meeting 2016-02-23

2016-02-23 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2016-02-23 === Attending - Ben Caradoc-Davies Jody Garnett Andrea Aime Devon Tucker Apologies - Ian Turton Jukka Rahkonen Agenda -- - 15-beta/2.9-beta release - 13.6/2.7.6 release - build discussion - bug

Re: [Geotools-devel] Image Mosaic Amazon S3 plugin?

2016-02-23 Thread Ben Caradoc-Davies
s and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > > > > ___ > GeoTools-Devel mailing list > GeoTools-

Re: [Geotools-devel] beta progress

2016-02-24 Thread Ben Caradoc-Davies
geotools/pull/1122 as proposal > has not been approved. Looking more closely at it I am confused at the need > for a PropertyAccessor (we have one it is called ComplexAttribute?) -- Ben Caradoc-Davies Director Transient Software Limited <http://tran

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 20:30 UTC on Tuesday

2016-03-07 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 20:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting&year=2016&month=3&day=8&hour=20&min=30&sec=0&ah=1 -- Ben Caradoc-Davies Director Transient Software Limite

[Geotools-devel] GeoTools / GeoServer Meeting 2016-03-08

2016-03-08 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2016-03-08 === Attending - Ben Caradoc-Davies Kevin Smith Jody Garnett Jukka Rahkonen Andrea Aime Apologies - Brad Hards Ian Turton Agenda -- - Release delay for Spring 4 upgrade - Spring 4 upgrade progress

Re: [Geotools-devel] Problem with General Oblique transform latitude?

2016-03-19 Thread Ben Caradoc-Davies
Kind regards, Ben. On 18/03/16 15:31, Ben Caradoc-Davies wrote: > Maciej, > > thank you for your contribution of the General Oblique Transform to > GeoTools. > https://github.com/geotools/geotools/blob/master/modules/library/referencing/src/main/java/org/geotools/referencing/opera

[Geotools-devel] Problem with General Oblique transform latitude?

2016-03-19 Thread Ben Caradoc-Davies
e anything wrong? Or do I misunderstand? If this is changed, we will need your help to generate and validate changes to the test script. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited <http://transient.nz/> New Zealand --

<    3   4   5   6   7   8   9   10   11   12   >