Re: [VOTE] Release Apache Commons CSV 1.5 based on RC1

2017-09-19 Thread Jochen Wiedmann
+1 On Sun, Aug 27, 2017 at 12:10 PM, Bruno P. Kinoshita wrote: > Hello all, > > This is a [VOTE] for releasing Apache Commons CSV 1.5 (from RC1). > > Tag name: > csv-1.5-RC1 (signature can be checked from git using 'git tag -v') > Tag URL: > > https://git-wip-us.apache.org/repos/asf?p=commo

Re: [RDF] Commons release?

2017-09-19 Thread Aaron Coburn
Sergio, Thanks! The LDP server implementation is spread across quite a few repositories in this github organization: https://github.com/trellis-ldp (everything is Apache2 licensed), but the core abstractions are found in: API: https://github.com/trellis-ldp/trellis-api SPI: https://github.com/t

Re: [RDF] Commons release?

2017-09-19 Thread Sergio Fernández
Hi Aaron, you're right, we have quite some things to release. But first I' d like to take a look to our backlog, because we have some open PRs. Hopefully I'll have some time later this week, at the latest on the weekend. Just for curiosity, can you provide us a pointer to your Commons RDF-based L

Re: [RDF] Commons release?

2017-09-19 Thread Sergio Fernández
On Mon, Sep 18, 2017 at 2:24 PM, Aaron Coburn wrote: > Hi! > > The last release of commons-rdf was from last November, and there are some > nice features in the master branch that I would really like to use -- > especially the improved OSGi support. It seems that there are a few > unresolved jira

[GitHub] commons-imaging pull request #30: add-tests

2017-09-19 Thread TheRealHaui
Github user TheRealHaui commented on a diff in the pull request: https://github.com/apache/commons-imaging/pull/30#discussion_r139785201 --- Diff: src/test/java/org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpParserTest.java --- @@ -1,3 +1,19 @@ +/* --- End diff --

[GitHub] commons-imaging pull request #31: add-missing-license-headers

2017-09-19 Thread TheRealHaui
GitHub user TheRealHaui opened a pull request: https://github.com/apache/commons-imaging/pull/31 add-missing-license-headers Added missing license headers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/TheRealHaui/commons-imagin

Re: [jelly] 1.x RAT check

2017-09-19 Thread Gary Gregory
FYI: The goal is to make the review process smooth and more like the other Commons builds. Gary On Tue, Sep 19, 2017 at 8:57 AM, Gary Gregory wrote: > Thanks Rob! > > Gary > > On Tue, Sep 19, 2017 at 8:51 AM, Rob Tompkins wrote: > >> I'll work towards that. >> >> -Rob >> >> > On Sep 19, 2017,

Re: [jelly] 1.x RAT check

2017-09-19 Thread Gary Gregory
Thanks Rob! Gary On Tue, Sep 19, 2017 at 8:51 AM, Rob Tompkins wrote: > I'll work towards that. > > -Rob > > > On Sep 19, 2017, at 10:39 AM, Gary Gregory > wrote: > > > > Hi All, > > > > It would be nice if I could run 'mvn apache-rat:check' for the Jelly 1.x > > branch. > > > > Gary > > -

Re: [jelly] 1.x RAT check

2017-09-19 Thread Rob Tompkins
I'll work towards that. -Rob > On Sep 19, 2017, at 10:39 AM, Gary Gregory wrote: > > Hi All, > > It would be nice if I could run 'mvn apache-rat:check' for the Jelly 1.x > branch. > > Gary - To unsubscribe, e-mail: dev-unsub

[jelly] 1.x RAT check

2017-09-19 Thread Gary Gregory
Hi All, It would be nice if I could run 'mvn apache-rat:check' for the Jelly 1.x branch. Gary

Re: [ANNOUNCE] Apache Commons BCEL 6.1 released!

2017-09-19 Thread Hasan Diwan
Congrats to all involved in making this happen! -- H On 19 September 2017 at 10:51, sebb wrote: > Well done, and thanks for doing this. > > On 19 September 2017 at 09:37, Benedikt Ritter wrote: > > Hello, > > > > the Apache Commons Community is happy to announce the release of Apache > Commons

Re: [ANNOUNCE] Apache Commons BCEL 6.1 released!

2017-09-19 Thread sebb
Well done, and thanks for doing this. On 19 September 2017 at 09:37, Benedikt Ritter wrote: > Hello, > > the Apache Commons Community is happy to announce the release of Apache > Commons BCEL 6.1. > > The Byte Code Engineering Library (Apache Commons BCEL) is intended to give > users a convenie

[ANNOUNCE] Apache Commons BCEL 6.1 released!

2017-09-19 Thread Benedikt Ritter
Hello, the Apache Commons Community is happy to announce the release of Apache Commons BCEL 6.1. The Byte Code Engineering Library (Apache Commons BCEL) is intended to give users a convenient way to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes a

[chain] Is anybody still interested

2017-09-19 Thread Manfred Wolff
Hi everybody In the early 2000 I used to use commons chain very often. The approach is nice: Small pieces of software, well testable, configurable via XML or Spring, what ever. I have an own framework, modern implemented with generics, and I wonder if the "commons" community is interested in.