Skip to content
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

JakartaEE modules #810

Merged
merged 2 commits into from
Jan 1, 2024
Merged

Conversation

lukaszlenart
Copy link
Member

@lukaszlenart lukaszlenart commented Dec 16, 2023

Moves JakartaEE related modules into a dedicated subdirectory

Depends on #809

@lukaszlenart lukaszlenart changed the base branch from master to release/struts-7-0-x December 17, 2023 14:42
@lukaszlenart lukaszlenart marked this pull request as ready for review December 17, 2023 15:08
@lukaszlenart
Copy link
Member Author

FYI @jdyer1

@jdyer1
Copy link

jdyer1 commented Dec 21, 2023

I agree this is the right thing to do. We shouldn't break dev experience with their IDEs!

pom.xml Outdated
@@ -305,10 +303,10 @@
<useDefaultExcludes>true</useDefaultExcludes>
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
<licenses>
<licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
<licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>
Copy link
Member

Choose a reason for hiding this comment

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

Is this a typo?

Copy link
Member Author

Choose a reason for hiding this comment

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

Right, it's a typo but it doesn't matter as this an element of an array. Yet I fixed it :)

</plugins>
</build>
<dependencies>
<dependency>
Copy link
Member

Choose a reason for hiding this comment

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

@jdyer1 Do you recall why this dependency was required? It doesn't seem like we needed it before

Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like a valid dependency

[ERROR] import org.apache.velocity.tools.ToolContext;

Copy link
Member

Choose a reason for hiding this comment

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

Oh I see, it was previously included transitively by velocity-tools-view, makes sense

Copy link

sonarcloud bot commented Dec 30, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@lukaszlenart lukaszlenart merged commit 5d414d4 into release/struts-7-0-x Jan 1, 2024
7 checks passed
@lukaszlenart lukaszlenart deleted the feature/jakarta-modules branch January 1, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants