Re: [ANNOUNCE] Apache Commons Codec 1.15 Released

2020-09-03 Thread Adam Retter
EC-290: Base16Codec and Base16Input/OutputStream. > Thanks to Adam Retter. > o CODEC-291: Hex encode/decode with existing arrays. > Thanks to Adam Retter. > > Fixed Bugs: > o CODEC-264: MurmurHash3: Ensure hash128 maintains the sign extension >

Re: A release train...

2020-07-19 Thread Adam Retter
e definitely appreciate everyone’s > care and support here. We’ll keep trying to chip away at those components. My > current list is: > Totally understood and relatable. Thanks for all your work :-) -- Adam Retter skype: adam.retter tweet: adamretter http://

Re: A release train...

2020-07-18 Thread Adam Retter
Any chance of a release of Codec? On Sat, 18 Jul 2020, 15:00 Gary Gregory, wrote: > Hi All, > > We've just released Commons Lang 3.11. My goal is to release Text very > soon. When Phil is done with his work on Pool, release Pool, then DBCP. > > I also want to look at Crypto again where building

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

2020-07-18 Thread Adam Retter
-1 from me. I have only ever found Gradle to be worse than Maven. On Thu, 16 Jul 2020, 23:30 Rob Tompkins, wrote: > I think we might be coming towards time to make this move or at least > accommodate for gradle builds in commons. Let’s look to the success the > Spring Framework has had here with

Re: [VOTE] Release Apache Commons IO 2.7 based on RC1

2020-05-27 Thread Adam Retter
; > > > Older components still use Apache Clirr: > > > > This step is not required if the site includes a Clirr report page which > > you then must check. > > > > mvn clirr:check > > > > Newer

Re: [COMPRESS] Travis build fail with JDK14

2020-05-13 Thread Adam Retter
there was a discussion about it in January. Emmanuel is working on his > replacement project(https://github.com/pack200/pack200) but not finished > yet. Seems we have no good replacement for now. > > I'm thinking we should disable openjdk14 in travis before we have find a > solutio

Re: [crypto] Help Releasing new Commons Crypto

2020-04-27 Thread Adam Retter
> I think Geoff just answered this question for us. Yup he was quicker with his reply than me! Thanks :-) -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamretter.org.uk - To unsubscribe, e-mail:

Re: [crypto] Help Releasing new Commons Crypto

2020-04-27 Thread Adam Retter
;d recommend > checking out the NativeCodeLoader class. > > Marcelo is more familiar with the application than I am, so maybe he > can give some pointers. > > @Marcelo - Any suggestions? > > Alex > > > Alex > > On Mon, Apr 27, 2020 at 7:10 AM Adam Retter > w

Re: [crypto] Help Releasing new Commons Crypto

2020-04-27 Thread Adam Retter
on Travis for you, and I think we must improve the README.md so it is clear that Mac users have to manually install OpenSSL and override LibreSSL if they want to use the JNI part of Commons Crypto. Cheers Adam. -- Adam Retter skype: adam.retter tweet: adamretter http://www.adamrett

Re: [crypto] Help Releasing new Commons Crypto

2020-04-22 Thread Adam Retter
release? > > @garydgregory, thoughts on this? > > On Wed, Apr 22, 2020 at 3:39 AM Adam Retter > wrote: > > > > No that https://github.com/apache/commons-crypto/pull/96 has been > > merged, we have support for Arm64, ppc64le and x64 in Travis. > > > > I wonder

Re: [crypto] Help Releasing new Commons Crypto

2020-04-22 Thread Adam Retter
t tags are created. So if there is a Tag for each release (which I assume there is) - then you could have the release binaries built and delivered automatically for you. It is possible to go as far as having them uploaded to Maven Central (staging) if you wished. On Sat, 18 Apr 2020 at 17:40, Adam Ret

Re: [crypto] Help Releasing new Commons Crypto

2020-04-19 Thread Adam Retter
n, Apr 19, 2020 at 5:33 AM Adam Retter > wrote: > > > Presumably that should come as a separate PR which builds on this one? > > > > On Sun, 19 Apr 2020, 11:26 Adam Retter, > > wrote: > > > > > Shouldn't be too bad. Depends on what packages are preb

Re: [crypto] Help Releasing new Commons Crypto

2020-04-19 Thread Adam Retter
Presumably that should come as a separate PR which builds on this one? On Sun, 19 Apr 2020, 11:26 Adam Retter, wrote: > Shouldn't be too bad. Depends on what packages are prebuilt and available > - I can take a look later > > On Sun, 19 Apr 2020, 04:43 Alex Remily, wrote:

Re: [crypto] Help Releasing new Commons Crypto

2020-04-19 Thread Adam Retter
#x27;t recall if > the > > > limitations were Travis's or my own, but I would certainly welcome > > someone > > > fleshing out the build matrix to test against OpenSSL 1.0 and 1.1 APIs > in > > > whatever Windows, Mac, Linux and Arm64 environments Travis supp

Re: [crypto] Help Releasing new Commons Crypto

2020-04-18 Thread Adam Retter
build matrix to test against OpenSSL 1.0 and 1.1 APIs in > whatever Windows, Mac, Linux and Arm64 environments Travis supports. My > $0.02. > > Alex > > On Mon, Apr 13, 2020 at 2:53 AM Adam Retter > wrote: > > > Travis now offer Arm64 and Mac. I could setup a job to

Re: [crypto] Help Releasing new Commons Crypto

2020-04-12 Thread Adam Retter
Travis now offer Arm64 and Mac. I could setup a job to build binaries on Travis and keep a copy either on every commit or when a tag is created. Would that be helpful? On Mon, 13 Apr 2020, 03:13 Gary Gregory, wrote: > On Sun, Apr 12, 2020 at 8:57 PM Alex Remily wrote: > > > I can do the 64 bit

Re: [IO] Release 2.7 soon

2020-04-12 Thread Adam Retter
Very cool! Would it be possible to get this one included - https://github.com/apache/commons-io/pull/110 On Sun, 12 Apr 2020 at 17:54, Gary Gregory wrote: > > Hi All: > > It's been a long time since 2.6, so plan on cutting an RC for 2.7 soon-ish. > > Gary -- Adam Ret

Re: [VOTE] Release JXPath 1.3 based on RC1

2008-04-25 Thread Adam Retter
t; - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Adam Retter Software Pimp Extraordinaire - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Offer - Implement JXPathContext::createPath(String xpath, int relativePosition) or similar

2008-04-11 Thread Adam Retter
Hi there, At the moment it seems impossible to create a path at a specific position within a group of siblings. I am using JXPath with a DOM Document which is great apart from I need to create paths at specific locations. I started with a generic DOMNodeFactory that extends AbstractFactory and tha