We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd70273 commit 1c14bc2Copy full SHA for 1c14bc2
openjpa-kernel/src/main/java/org/apache/openjpa/enhance/PCClassFileTransformer.java
@@ -143,7 +143,8 @@ private boolean isExcluded(final String className) {
143
if (className.startsWith("org/apache/")) {
144
final String sub = className.substring("org/apache/".length());
145
if (sub.startsWith("openjpa/") ||
146
- sub.startsWith("commons/")) {
+ sub.startsWith("commons/") ||
147
+ sub.startsWith("xbean/")) {
148
return true;
149
}
150
0 commit comments