Skip to content

Commit

Permalink
HSEARCH-3046 Forbid java.beans.** usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever authored and yrodiere committed Jun 12, 2019
1 parent 3b9857b commit 6c154b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-config/src/main/resources/forbidden-runtime.txt
Expand Up @@ -14,6 +14,7 @@ java.awt.**
sun.**
org.slf4j.**
junit.framework.** @ Use the classes from org.junit, junit.framework is deprecated
java.beans.** @ It will be removed from future versions of the JDK

################################################################################################################
# Nobody should be using StringBuffer anymore
Expand Down
1 change: 1 addition & 0 deletions build-config/src/main/resources/forbidden-tests.txt
Expand Up @@ -14,6 +14,7 @@ java.awt.**
sun.**
org.slf4j.**
junit.framework.**
java.beans.**

################################################################################################################
# Probably meant the other Objects:
Expand Down

0 comments on commit 6c154b4

Please sign in to comment.