1. 27 Aug, 2014 11 commits
    • Josh Long's avatar
      Add JNDI Sample · 85cfd016
      Josh Long authored
      Add a sample application that can be deployed to WildFly to demonstrate
      how JTA can be used when running in a application server.
      
      See gh-947
      85cfd016
    • Phillip Webb's avatar
      Support JNDI for JTA and JMS. · 239d19d3
      Phillip Webb authored
      Update auto-configuration for JMS and JTA to support a ConnectionFactory
      and TransactionManager exposed via JNDI.
      
      JTA configuration now attempts a simple JtaTransactionManager before
      attempting Bitronix or Atomikos configuration.
      
      The JMS auto-configuration also now attempts to find a ConnectionFactory
      from JNDI before falling back to the previous strategies. If JNDI is
      present a JndiDestinationResolver is also configured instead of the
      default DestinationResolver.
      
      See gh-947
      239d19d3
    • Josh Long's avatar
      Add Atomikos and Bitronix JTA samples · c15e3a7e
      Josh Long authored
      Add samples and integration tests for Atomikos and Bitronix JTA.
      
      See gh-947
      c15e3a7e
    • Josh Long's avatar
      Add Atomikos and Bitronix starter POMs · e1160922
      Josh Long authored
      Add starters for Atomikos and Bitronix JTA libraries.
      
      See gh-947
      e1160922
    • Phillip Webb's avatar
      Update JMS auto-configuration to support XA · da88bb47
      Phillip Webb authored
      Update JMS auto-configuration for ActiveMQ and HornetQ to support XA
      transactions.
      
      See gh-947
      da88bb47
    • Phillip Webb's avatar
      Update DataSource auto-configuration to support XA · 8219f2be
      Phillip Webb authored
      Update DataSource and JPA auto-configuration to consider XA datasources.
      
      See gh-947
      8219f2be
    • Josh Long's avatar
      Add Atomikos and Bitronix JTA auto-configuration · 5ef13651
      Josh Long authored
      Add auto-configuration for the Atomikos and Bitronix JTA libraries.
      
      See gh-947
      5ef13651
    • Josh Long's avatar
      Add SpringJtaPlatform for Hibernate · 508bd14a
      Josh Long authored
      Add SpringJtaPlatform Hibernate AbstractJtaPlatform implementation. Also
      relocated SpringNamingStrategy to the `hibernate` sub-package.
      
      See gh-947
      508bd14a
    • Phillip Webb's avatar
      Add Bitronix support classes · b91274c0
      Phillip Webb authored
      Add support classes for the Bitronix JTA library, including:
      
      - A Spring friendly ConnectionFactoryBean and DataSourceBean with
        support for setting a direct XA source.
      - A PostProcessor to apply shutdown ordering automatically.
      
      See gh-947
      b91274c0
    • Phillip Webb's avatar
      Add Atomikos support classes · 983ec0eb
      Phillip Webb authored
      Add support classes for the Atomikos JTA library, including:
      
      - A Spring friendly ConnectionFactoryBean and DataSourceBean.
      - A PostProcessor to apply "depends-on" ordering automatically.
      - A bindable properties class for type-safe configuration.
      
      See gh-947
      983ec0eb
    • Phillip Webb's avatar
      Polish · bacdd5a4
      Phillip Webb authored
      bacdd5a4
  2. 26 Aug, 2014 13 commits
  3. 25 Aug, 2014 9 commits
  4. 23 Aug, 2014 1 commit
    • Stephane Nicoll's avatar
      Add skip parameter to repackage goal · d1f4fd0e
      Stephane Nicoll authored
      This commit adds a 'skip' parameter to the 'repackage' goal that is
      false by default. When this parameter is enabled, the repackage goal
      does not run at all.
      
      This can be used when repackaging should occur conditionally or
      when a particular module in a hierarchy should not use this feature.
      
      Fixes gh-1424
      d1f4fd0e
  5. 22 Aug, 2014 6 commits