Skip to content

Commit 4922e0e

Browse files
marschallsbrannen
authored andcommitted
Give spring-core access to org.jboss.vfs for VfsUtils support on WildFly
This commit gives spring-core access to the org.jboss.vfs module to make VfsUtils work out of the box on WildFly 28+. Closes gh-30973
1 parent 7adacd5 commit 4922e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/spring-core.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
}
9898

9999
jar {
100-
manifest.attributes["Dependencies"] = "jdk.unsupported" // for WildFly (-> Objenesis 3.2)
100+
manifest.attributes["Dependencies"] = "jdk.unsupported,org.jboss.vfs" // for WildFly (Objenesis and VfsUtils)
101101

102102
dependsOn javapoetRepackJar
103103
from(zipTree(javapoetRepackJar.archiveFile)) {

0 commit comments

Comments
 (0)