Difference in behavior between Lucee 6 and Lucee 5 when using AWS Java SDK v2

Description

This is covered in a Dev forum post here: Issue with AWS Java SDK v2 and Lucee 6

From that post:

We’re using the AWS Java SDK v2 and are seeing a difference in behavior between Lucee 5 and Lucee 6.

It was working on the lambdacfc project where I noticed this issue.

Here’s a stripped down repro case: GitHub - mjclemente/test_lucee_6_aws_sdk_jar_issue: Trying to debug an issue with Lucee 6 and the AWS Java SDK v2 1

If you run the repro with Lucee 5.4.7+2, it returns the class software.amazon.awssdk.auth.credentials.AwsBasicCredentials, which is expected.

If you run it with Lucee 6.2.1.77, it returns software.amazon.awssdk.identity.spi.internal.DefaultAwsCredentialsIdentity, and it seems it’s not possible to use the static methods to return an AwsCredentialsIdentity. Consequently, it throws a wrench in authenticating with AWS.

You can see the issue with Lucee 6 on TryCF as well: https://trycf.com/gist/79e14139f5b67a419fe55d42ac3a38ad/lucee6?theme=monokai

Environment

We encountered this in a Docker Container, with Java 21, running Lucee lucee-light@6.2.1-SNAPSHOT+77. I also reproduced it using Commandbox with lucee@6.2.1.77 and Java 11.

You can also reproduce it on TryCf.

Activity

Show:

Pothys - MitrahSoft 2 days ago

, I have updated the test case for this ticket. Here is the PR:https://github.com/lucee/Lucee/pull/2538/files#diff-a3529a559a1d87b64f3d865a2db60b5b54d790040af7d6c5a34ecdb15b35fc12

Michael Offner last month

added a test based on the code from , please still do the other test case

Michael Offner last month

can you please setup a test case based on https://github.com/mjclemente/test_lucee_6_aws_sdk_jar_issue

Matthew Clemente last month

I set up a repro case here - it’s a really simple app: https://github.com/mjclemente/test_lucee_6_aws_sdk_jar_issue

It doesn’t use the Maven imports - they were just to show the issue on TryCF.

Michael Offner last month

i love that you use maven imports in your code, but of course your working code in Lucee 5 does not. So i wanna make sure this has nothing to do with maybe loading a different library, can you provide your Lucee 5 code for this.

Details

Assignee

Reporter

Priority

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Affects versions

Created last month
Updated 2 days ago

Flag notifications