Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from Ladicek/wildfly-18
Browse files Browse the repository at this point in the history
[THORN-2479] update JBoss Modules to 1.9.1.Final
  • Loading branch information
Ladicek committed Nov 25, 2019
2 parents 0c8eefe + ede26c4 commit b25c693
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 523 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@
- this must match the JBoss Modules version used by Thorntail
- (which typically matches the version used by the respective WildFly version)
-->
<version>1.8.7.Final</version>
<version>1.9.1.Final</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
220 changes: 0 additions & 220 deletions src/main/java/org/jboss/modules/JDKModuleFinder.java

This file was deleted.

38 changes: 0 additions & 38 deletions src/main/java/org/jboss/modules/JavaSeDeps.java

This file was deleted.

Expand Up @@ -7,7 +7,7 @@ public class ClassLoaders {
/**
* Returns the classloader that has access to all platform classes. On Java 8, that's {@code null}, the bootstrap
* classloader. On Java 9+, that's {@code ClassLoader.getPlatformClassLoader()}, the platform classloader.
* Useful as a parent classloader when creating a new {@code ClassLoader}.
* Useful as a parent classloader when creating a new {@code URLClassLoader}.
*/
public static ClassLoader getPlatformClassLoader() {
return null;
Expand Down

0 comments on commit b25c693

Please sign in to comment.