All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by isolation with all dependencies

Search JAR files by class name

switchgear from group com.smaato.switchgear (version 0.1.0)

Switchgear is a Java library that provides an API for call isolation, timeouts, and circuit breaker functionality. Our main goal is to achieve minimal performance overhead of the library, even when used in the hottest place of your application. Additionally, we've opted for zero transitive dependencies and maintaining a fluent API.

Group: com.smaato.switchgear Artifact: switchgear
Show documentation Show source 
 

0 downloads
Artifact switchgear
Group com.smaato.switchgear
Version 0.1.0
Last update 04. June 2020
Organization Smaato Inc.
URL https://github.com/smaato/switchgear
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

server-repo from group org.apache.geronimo.plugins (version 1.0)

This plugin creates a server specific repository (var/repository) for a Geronimo server instance. This server repository can be used to provide some isolation from the default Geronmio repository and is of most value with multiple server instances leveraging the same Geronimo install image. For a description of how this could be used see http://cwiki.apache.org/GMOxDOC21/multiple-repositories.html

Group: org.apache.geronimo.plugins Artifact: server-repo
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact server-repo
Group org.apache.geronimo.plugins
Version 1.0
Last update 27. June 2008
Organization not specified
URL http://geronimo.apache.org/maven/${siteId}/${version}
License not specified
Dependencies amount 1
Dependencies j2ee-system,
There are maybe transitive dependencies!

smartcommit-jdbc from group com.github.olavloite (version 1.0)

Smart Commit JDBC Driver enables 'smartcommit' mode for all JDBC drivers. In Smart Commit mode a JDBC connection will execute all queries in autocommit mode until it encounters a write operations. From the first write operation until the following commit or rollback, the connection will operate in transactional mode. It will then switch back to autocommit and remain in autocommit until it once again encounters a write operation. Using a JDBC connection in Smart Commit mode will reduce the number of read locks needed. Operating a JDBC connection in Smart Commit mode effectively reduces the isolation level of a transaction to READ_COMMITTED for all queries that are executed *BEFORE* a write operation in a transaction. All queries that are executed *AFTER* a write operation in a transaction, will be executed using the configured isolation level of the JDBC connection.

Group: com.github.olavloite Artifact: smartcommit-jdbc
Show documentation Show source 
 

0 downloads
Artifact smartcommit-jdbc
Group com.github.olavloite
Version 1.0
Last update 01. October 2020
Organization not specified
URL https://github.com/olavloite/smartcommit
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 18 from 18 (items total 173)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy