Skip to content

Reduce use of generic classes with omitted type params#2525

Open
mawiesne wants to merge 1 commit intoapache:mainfrom
mawiesne:Reduce-use-of-generic-classes-with-omitted-type-params
Open

Reduce use of generic classes with omitted type params#2525
mawiesne wants to merge 1 commit intoapache:mainfrom
mawiesne:Reduce-use-of-generic-classes-with-omitted-type-params

Conversation

@mawiesne
Copy link
Contributor

As the title says.

incorrectAndCorrectPropNames.put("java.xml.soap.MetaFactory", "jakarta.xml.soap.MetaFactory");
incorrectAndCorrectPropNames.put("java.persistence.sharedCache.mode", "jakarta.persistence.sharedCache.mode");
incorrectAndCorrectPropNames.put("java.persistence.validation.mode", "jakarta.persistence.validation.mode");
incorrectAndCorrectPropNames.put("java.persistence.transactionType", "jakarta.persistence.transactionType");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note to reviewers: this line was a duplicate of line 34.

@mawiesne mawiesne force-pushed the Reduce-use-of-generic-classes-with-omitted-type-params branch from c7ddb86 to 2179017 Compare February 26, 2026 08:56
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.

2 participants