Skip to content

chore: Swap implementation of aspectj-maven-plugin to support Java 17 #1172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 5, 2023
Merged

Conversation

mriccia
Copy link
Contributor

@mriccia mriccia commented Jun 1, 2023

Issue #: #1156

Description of changes:

According to mojohaus/aspectj-maven-plugin#154 this plugin should be swapped with dev-aspectj plugin, which works with Java 17 project.
This PR updates the repo, examples and docs to use the new plugin.

Checklist

Breaking change checklist

RFC issue #:

  • Migration process documented
  • Implement warnings (if it can live side by side)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mriccia mriccia linked an issue Jun 2, 2023 that may be closed by this pull request
2 tasks
Copy link
Contributor

@jeromevdl jeromevdl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Despite the use of a "non-official" maven plugin, I think it's ok. As the official one is not maintained anymore, we need to move on.
@mriccia did you try deploying the function with the different scenarios (java17 with mvn/gradle)
@msailes wdyt?

I also think we should update the e2e tests to add one with Java 17 now.

@msailes
Copy link
Contributor

msailes commented Jun 5, 2023

I have no problem with using a different project which is maintained. I think this is the right thing to do.

@msailes msailes self-requested a review June 5, 2023 09:27
Copy link
Contributor

@msailes msailes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeromevdl jeromevdl merged commit 0fd2ecf into aws-powertools:master Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: Support Java 17
3 participants