[teiid-commits] [teiid/teiid] 7c50b0: TEIID-2664: Making TeiidProviderProducer client ma...

Ramesh Reddy rareddy at jboss.org
Mon Sep 16 18:30:27 EDT 2013


  Branch: refs/heads/8.4.x
  Home:   https://github.com/teiid/teiid
  Commit: 7c50b008001f743fae1d85670a543ce4553bbf11
      https://github.com/teiid/teiid/commit/7c50b008001f743fae1d85670a543ce4553bbf11
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M jboss-integration/src/main/java/org/teiid/jboss/TransportService.java
    M odata/src/main/java/org/teiid/odata/LocalClient.java
    M odata/src/main/java/org/teiid/odata/ODataPlugin.java
    M odata/src/main/java/org/teiid/odata/TeiidProducerProvider.java
    M odata/src/main/resources/org/teiid/odata/i18n.properties
    M runtime/src/main/java/org/teiid/runtime/EmbeddedServer.java
    M runtime/src/main/java/org/teiid/transport/LocalServerConnection.java

  Log Message:
  -----------
  TEIID-2664: Making TeiidProviderProducer client map, concurrent and bounded map. Also registered the TeiidProviderProducer as VDB Lifecycle listener so that this map can be cleaned up when the vdb undeploys, also made the entries in the map as soft-references such that incase of low memory the connection objects can be reclaimed


  Commit: 44fac2715fed652f292363a58680d11ae7bae780
      https://github.com/teiid/teiid/commit/44fac2715fed652f292363a58680d11ae7bae780
  Author: shawkins <shawkins at redhat.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M jboss-integration/src/main/java/org/teiid/jboss/TransportService.java
    M odata/src/main/java/org/teiid/odata/TeiidProducerProvider.java
    M runtime/src/main/java/org/teiid/runtime/EmbeddedServer.java
    M runtime/src/main/java/org/teiid/transport/ClientServiceRegistry.java
    M runtime/src/main/java/org/teiid/transport/ClientServiceRegistryImpl.java
    M runtime/src/main/java/org/teiid/transport/LocalServerConnection.java

  Log Message:
  -----------
  TEIID-2664 buliding upon the last changes


  Commit: 8a24ccf71e6296cc266c362e93edb0f54193ffa4
      https://github.com/teiid/teiid/commit/8a24ccf71e6296cc266c362e93edb0f54193ffa4
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M odata/src/main/java/org/teiid/odata/TeiidProducerProvider.java

  Log Message:
  -----------
  TEIID-2664: fixing to adopt to old version of VDBLifeCycleListener interface


  Commit: e48613ef3cd3fd6621a3fc01fba20bfe020621de
      https://github.com/teiid/teiid/commit/e48613ef3cd3fd6621a3fc01fba20bfe020621de
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M jboss-integration/src/main/java/org/teiid/jboss/TransportService.java
    M odata/src/main/java/org/teiid/odata/LocalClient.java
    M odata/src/main/java/org/teiid/odata/ODataPlugin.java
    M odata/src/main/java/org/teiid/odata/TeiidProducerProvider.java
    M odata/src/main/resources/org/teiid/odata/i18n.properties
    M runtime/src/main/java/org/teiid/runtime/EmbeddedServer.java
    M runtime/src/main/java/org/teiid/transport/ClientServiceRegistry.java
    M runtime/src/main/java/org/teiid/transport/ClientServiceRegistryImpl.java
    M runtime/src/main/java/org/teiid/transport/LocalServerConnection.java

  Log Message:
  -----------
  Merge pull request #114 from rareddy/TEIID-2664

Teiid 2664


Compare: https://github.com/teiid/teiid/compare/6db547dd2748...e48613ef3cd3


More information about the teiid-commits mailing list