1. 27 Aug, 2014 4 commits
    • 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 9 commits
  6. 21 Aug, 2014 4 commits