Skip to content

GuicedEE/BitronixTransactionManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GedMarc Update

  • JRE 11 Full JPMS
  • SonarLinted to JRE8
    • Removed SL4J for JDK
    • Min Compat JRE8
    • Try with resources on files and streams
    • Removed OSGI for JDK OSGi and Modules
  • Dependency updates for compatibility
  • Removed links to desktop (gui package)
  • Cant deploy to that maven group, so the artifact is located under com.jwebmp.jre11 Here
  • Module name is tm.bitronix.btm

Module is defined as

module tm.bitronix.btm {
	exports bitronix.tm;
	exports bitronix.tm.utils;
	exports bitronix.tm.resource.jdbc;
	exports bitronix.tm.jndi;

	requires java.transaction.xa;
	requires java.naming;
	requires java.transaction;

	requires java.management;
	requires java.management.rmi;

	requires static jms;
	requires static cglib;

	requires java.sql;
}

Details below for original project

General Information

Configuration

About

JTA Transaction Manager

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
SLF4J-LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • HTML 0.3%