Skip to content

Commit

Permalink
Give spring-core access to org.jboss.vfs for VfsUtils support on WildFly
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marschall authored and sbrannen committed Aug 2, 2023
1 parent 7adacd5 commit 4922e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-core/spring-core.gradle
Expand Up @@ -97,7 +97,7 @@ dependencies {
}

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

dependsOn javapoetRepackJar
from(zipTree(javapoetRepackJar.archiveFile)) {
Expand Down

0 comments on commit 4922e0e

Please sign in to comment.