Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

49 lines (38 loc) · 1.65 KB

About Version

The original jca adaptor is at https://github.com/gaol/vertx-resource-adapter, where 3 releases were made without uploading to Maven Central Repository. After that, it was adopted by Vert-x community, when it starts to have official Maven groupId and aritifactId as:

  <dependency>
    <groupId>io.vertx</groupId>
    <artifactId>jca-adaptor</artifactId>
  </dependency>

The first version available in Maven Repository will be 1.0.3.Beta1, which uses Vertx 2.1RC1.

The 1.0.0, 1.0.1 and 1.0.2 releases can be found in Bintary

Changelogs:

1.0.3.Beta1

  • Update vertx to 2.1RC1
  • Using ProgrammableClusterManagerFactory to load customer hazelcast configuration file
  • First release to Maven Repository
  • Adopted by Vert.x community

1.0.2

  • Fix dead lock on inbound communication
  • Update provided default-cluster.xml to use multicast by default
  • Added the examples

1.0.1

  • Switch to use Vertx provided ClusterManager(see: eclipse-vertx/vert.x#759)
  • Change the @ConfigPropety annotation to setter method, because Glassfish only knows about setter methods
  • Update vertx to 2.1M3

1.0.0

  • First release of jca-adaptor
  • Uses vertx:2.1M1
  • Uses its own cluster implementation to communicate with external Vertx platform