-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
0267abf
commit c8cc5d5
Showing
7 changed files
with
692 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
656 changes: 656 additions & 0 deletions
656
src/main/resources/de/thetaphi/forbiddenapis/signatures/jdk-deprecated-20.txt
Large diffs are not rendered by default.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
src/main/resources/de/thetaphi/forbiddenapis/signatures/jdk-internal-20.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file contains API signatures that are marked as internal in Java. | ||
# It is provided here for reference, but can easily regenerated by executing from the source folder of forbidden-apis: | ||
# $ ant generate-internal | ||
|
||
# This file contains all internal packages listed in Security.getProperty("package.access") of Java version 20 (extracted from build 20). | ||
|
||
@defaultMessage non-public internal runtime class in Java 20 | ||
|
||
sun.misc.** | ||
sun.reflect.** |
19 changes: 19 additions & 0 deletions
19
src/main/resources/de/thetaphi/forbiddenapis/signatures/jdk-unsafe-20.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# (C) Copyright Uwe Schindler (Generics Policeman) and others. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# These methods and classes should not be used by server classes (unsafe, no charset, no locale,...): | ||
|
||
# We only include 19 for now. | ||
# TODO: Scan Java 20 API for additional locale/charset/... violations! | ||
@includeBundled jdk-unsafe-19 |