Skip to content

Update forbidden apis plugin to 3.6#88

Merged
bdemers merged 1 commit intomasterfrom
update-forbiddenapis
Feb 6, 2024
Merged

Update forbidden apis plugin to 3.6#88
bdemers merged 1 commit intomasterfrom
update-forbiddenapis

Conversation

@bdemers
Copy link
Copy Markdown
Member

@bdemers bdemers commented Jun 6, 2023

This version replaces the internalRuntimeForbidden flag with a bundle named jdk-non-portable The newer version also uncoverd an issue in SingleFileLdifPartition where the RandomAccessFile uses the system file encoding. The error has been suppressed with an annotation for now. Updating the plugin will help ensure other code doesn't creep in.

NOTE: The @SupressForbidden annotation is needed at compile time, but not runtime, so it has been marked provided (as there are reports of some plugins, like the maven-shade-plugin, not excluding "optional" dependencies)

@coheigea
Copy link
Copy Markdown
Contributor

coheigea commented Feb 6, 2024

@bdemers Are you going to merge it?

@bdemers
Copy link
Copy Markdown
Member Author

bdemers commented Feb 6, 2024

🤦 Sorry, I forgot about this one, I'll rebase and retest and i'll merge it

@bdemers bdemers force-pushed the update-forbiddenapis branch from fe2f37c to 42371ef Compare February 6, 2024 15:09
This version replaces the `internalRuntimeForbidden` flag with a bundle named `jdk-non-portable`
The newer version also uncoverd an issue in SingleFileLdifPartition where the RandomAccessFile uses the system file encoding.
The error has been suppressed with an annotation for now. Updating the plugin will help ensure other code doesn't creep in.

NOTE: The @SupressForbidden annotation is needed at compile time, but not runtime, so it has been marked provided (as there are reports of some plugins, like the maven-shade-plugin, not excluding "optional" dependencies)
@bdemers bdemers force-pushed the update-forbiddenapis branch from 42371ef to 59d8270 Compare February 6, 2024 15:10
@bdemers bdemers changed the title Update forbidden apis plugin to 3.5.1 Update forbidden apis plugin to 3.6 Feb 6, 2024
@bdemers bdemers merged commit a9cb723 into master Feb 6, 2024
@bdemers bdemers deleted the update-forbiddenapis branch February 6, 2024 16:52
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