Re: Preview Release of the AWS SDK Java 2.x HTTP Client built on Apache HttpClient 5.5.x

2025-07-24 Thread Adrian Woodhead
I think this is a good thing as it shows that AWS is keeping up to date with the Apache client versions. I've recently done work on another project to shift from AWS Java SDK v1 to v2 and liked that the familiar Apache Http Client was available as an option as we already had it on the classpath for

Re: Gradle migration

2025-04-22 Thread Adrian Woodhead
I'm not massively involved in the project but I have checked it out and contributed to it and FWIW my vote would also be to stick with Maven. On Sat, 19 Apr 2025 at 14:42, Arturo Bernal wrote: > +1 to stay on maven > > > Arturo > > > On Sat, Apr 19, 2025 at 3:34 PM Michael Osipov > wrote: > > >

Re: TestPublicSuffixMatcher failing locally

2024-08-23 Thread Adrian Woodhead
"Gary D. Gregory" wrote: > > > > I updated the Maven download plugin to its current version without > > > > a change in outcome :-( > > > > > > > > There must be something odd on my end to get this one test to fail > > > > but

Re: TestPublicSuffixMatcher failing locally

2024-08-23 Thread Adrian Woodhead
On 2024/08/23 12:44:28 "Gary D. Gregory" wrote: > > > I updated the Maven download plugin to its current version without > > > a change in outcome :-( > > > > > > There must be something odd on my end to get this one test to fail > > > but

Re: TestPublicSuffixMatcher failing locally

2024-08-23 Thread Adrian Woodhead
> > > > TY > > Gary > > > > On 2024/08/23 12:27:43 "Gary D. Gregory" wrote: > > > On 2024/08/23 11:58:54 Adrian Woodhead wrote: > > > > OK, so it's downloaded the file successfully, in this case it's > using a > > >

Re: TestPublicSuffixMatcher failing locally

2024-08-23 Thread Adrian Woodhead
I think this will do the trick, PTAL and let me know: https://github.com/apache/httpcomponents-client/pull/571 On Fri, 23 Aug 2024 at 13:58, Adrian Woodhead < adrian.woodh...@humansecurity.com> wrote: > OK, so it's downloaded the file successfully, in this case it's usin

Re: TestPublicSuffixMatcher failing locally

2024-08-23 Thread Adrian Woodhead
;ll raise an MR with the fix and also change the exception thrown when the file cannot be found to be more descriptive. On Fri, 23 Aug 2024 at 13:44, Gary D. Gregory wrote: > Hi Andrian: > > Here is my output: > https://gist.github.com/garydgregory/071c34698b9b702c8c28efc98e0c526a &g

Re: TestPublicSuffixMatcher failing locally

2024-08-22 Thread Adrian Woodhead
> Hello Adrian, > > From the httpclient5 directory, I ran > > mvn clean generate-resources && mvn package > > and it failed just the same :-( > > I wonder what's special about my setup unless it's an edge case... > > Gary > > On 2024/08/22 21

Re: TestPublicSuffixMatcher failing locally

2024-08-22 Thread Adrian Woodhead
I'll have a proper look tomorrow but I ran "mvn generate-resources" from the "httpclient5" folder, not the top-level project root and it worked for me if I then did "mvn package". Does that work for you or does it also fail? On Thu, 22 Aug 2024 at 18:52, Gary Gregory wrote: > On Thu, Aug 22, 202