Re: Apache Commons Geometry Release

2020-05-26 Thread Singh, Baljit (GE Aviation, US)
ing bugs in Commons-Math3, one of which I helped fix in Commons Geometry. I would like to use Commons Geometry instead (for reasons mentioned above). Regards, Baljit On 5/21/20, 9:02 PM, "Gilles Sadowski" wrote: Hello. 2020-05-21 20:32 UTC+02:00, Singh, Baljit (GE

Re: Apache Commons Geometry Release

2020-05-27 Thread Singh, Baljit (GE Aviation, US)
ke to use this library in my day job, so the sooner we can get it out the better. Regards, Matt J [1] https://github.com/apache/commons-geometry/pull/77 ________ From: Singh, Baljit (GE Aviation, US) Sent: Tuesday, May 26, 2020 9:20 AM To: Gilles Sadowski ; dev@common

Re: Apache Commons Geometry Release

2020-06-30 Thread Singh, Baljit (GE Aviation, US)
Matt, Can someone release the beta? I can migrate our test environment, and report back if any new or known Math3 issues are still present. Regards, Baljit From: Matt Juntunen Date: Tuesday, May 26, 2020 at 9:57 AM To: "Singh, Baljit (GE Aviation, US)" , Gilles Sadows

Re: [VOTE] Release Apache Commons Geometry 1.0-beta1 based on RC3

2020-07-16 Thread Singh, Baljit (GE Aviation, US)
[x] +1 Release these artifacts Build is looking good on Mac with Java 14. Looking forward to the release! mvn -V clean package: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /Users/singhb/.sdkman/candidates/maven/current Java version: 14.0.1, vendor: AdoptOpenJDK, run

Re: [all] Thoughts on build system maven -> gradle??

2020-07-16 Thread Singh, Baljit (GE Aviation, US)
+1 from me. I prefer Gradle for two main reasons: - Control over how a library's dependencies are exposed ("api" vs "implementation", see https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_configurations_graph) - build.gradle is a lot simpler and a lot less verbos

[geometry] Remove Point interface

2019-04-11 Thread Singh, Baljit (GE Aviation, US)
Hello, I’m new to contributing to the Apache projects, so please ignore any rookie mistakes (like proposing new changes on JIRA). With that said, I proposed the following in https://issues.apache.org/jira/browse/GEOMETRY-49: Binding generic interfaces and classes with Point does not have any i