File tree Expand file tree Collapse file tree 3 files changed +0
-41
lines changed
boot/registry/selector/internal
engine/transaction/jta/platform/internal
test/java/org/hibernate/orm/test/strategyselectors Expand file tree Collapse file tree 3 files changed +0
-41
lines changed Original file line number Diff line number Diff line change 1010import org .hibernate .engine .transaction .jta .platform .internal .JBossAppServerJtaPlatform ;
1111import org .hibernate .engine .transaction .jta .platform .internal .JBossStandAloneJtaPlatform ;
1212import org .hibernate .engine .transaction .jta .platform .internal .ResinJtaPlatform ;
13- import org .hibernate .engine .transaction .jta .platform .internal .SunOneJtaPlatform ;
1413import org .hibernate .engine .transaction .jta .platform .internal .WebSphereExtendedJtaPlatform ;
1514import org .hibernate .engine .transaction .jta .platform .internal .WebSphereJtaPlatform ;
1615import org .hibernate .engine .transaction .jta .platform .internal .WebSphereLibertyJtaPlatform ;
@@ -56,7 +55,6 @@ private static Class<? extends JtaPlatform> caseOthers(final String name) {
5655 return switch ( name ) {
5756 case "Atomikos" -> AtomikosJtaPlatform .class ;
5857 case "Resin" -> ResinJtaPlatform .class ;
59- case "SunOne" -> SunOneJtaPlatform .class ;
6058 case null , default -> null ;
6159 };
6260 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99import org .hibernate .engine .transaction .jta .platform .internal .JBossAppServerJtaPlatform ;
1010import org .hibernate .engine .transaction .jta .platform .internal .JBossStandAloneJtaPlatform ;
1111import org .hibernate .engine .transaction .jta .platform .internal .ResinJtaPlatform ;
12- import org .hibernate .engine .transaction .jta .platform .internal .SunOneJtaPlatform ;
1312import org .hibernate .engine .transaction .jta .platform .internal .WebSphereExtendedJtaPlatform ;
1413import org .hibernate .engine .transaction .jta .platform .internal .WebSphereJtaPlatform ;
1514import org .hibernate .engine .transaction .jta .platform .internal .WebSphereLibertyJtaPlatform ;
@@ -60,13 +59,6 @@ public void verifyAllJtaPlatformResolve() {
6059 "org.hibernate.service.jta.platform.internal.ResinJtaPlatform"
6160 );
6261
63- testJtaPlatformResolves (
64- strategySelector ,
65- SunOneJtaPlatform .class ,
66- "SunOne" ,
67- "org.hibernate.service.jta.platform.internal.SunOneJtaPlatform"
68- );
69-
7062 testJtaPlatformResolves (
7163 strategySelector ,
7264 WeblogicJtaPlatform .class ,
You can’t perform that action at this time.
0 commit comments