Spring Buildmaster
22e7339404
Release version 1.2.0.M1
2014-09-04 18:41:09 -07:00
Stephane Nicoll
2d8ec0faab
Upgrade to Spring framework 4.1.0
...
Fixes gh-1501
2014-09-04 14:36:27 +02:00
Ramnivas Laddad
413890de48
Add starter for spring-cloud
...
Fixes gh-1385
2014-09-03 19:39:16 -07:00
Phillip Webb
9a1c15a88d
Upgrade to spring-cloud v1.1.0
2014-09-03 19:15:27 -07:00
Andy Wilkinson
bf249d4205
Provide dependency management for all of Spring Cloud
...
Closes #1462
2014-08-28 10:25:34 +01:00
Phillip Webb
ff870de0f0
Fix a few JTA issues
...
- Search for ConnectionFactories in java:/JmsXA and
java:/XAConnectionFactory
- Remove javax.transaction:jta managed dependency
- Removed unused JtaProperties argument
Fixes gh-947
2014-08-27 10:09:34 -07:00
David Liu
f4ccaa874a
Provide auto-configuration for Gson
...
Closes #1339
2014-08-27 16:57:21 +01:00
Andy Wilkinson
d16ae2afd4
Merge branch '1.1.x'
2014-08-27 13:34:28 +01:00
Andy Wilkinson
37aa532617
Upgrade to Spring Data Dijkstra SR4
...
Closes #1419
2014-08-27 13:34:03 +01:00
Andy Wilkinson
993a43ee8c
Remove non-existent starter from dependencies pom
2014-08-27 09:47:25 +01:00
Josh Long
e1160922f9
Add Atomikos and Bitronix starter POMs
...
Add starters for Atomikos and Bitronix JTA libraries.
See gh-947
2014-08-26 22:34:04 -07:00
Phillip Webb
b91274c0db
Add Bitronix support classes
...
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
2014-08-26 22:33:45 -07:00
Phillip Webb
983ec0ebc8
Add Atomikos support classes
...
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
2014-08-26 22:33:37 -07:00
Phillip Webb
939af5e931
Revert "Add activemq-jms-pool managed dependency"
...
This reverts commit bbdfcd4faa .
2014-08-22 11:16:46 -07:00
Phillip Webb
d6fdc47724
Restore repositories section
...
Restore repositories section accidentally removed during the merge
2014-08-22 09:49:07 -07:00
Phillip Webb
8f883febd1
Merge branch '1.1.x'
...
Conflicts:
spring-boot-dependencies/pom.xml
2014-08-22 09:47:30 -07:00
Phillip Webb
bbdfcd4faa
Add activemq-jms-pool managed dependency
...
Fixes gh-1423
2014-08-22 09:41:18 -07:00
Phillip Webb
7d4fbacecd
Fix invoker to not download remote artifacts
...
Updates to prevent the maven-invoker-plugin from downloading remote
snapshot jars. Possibly caused by the recent changes to the
spring-boot-dependencies POM.
See gh-1413
2014-08-21 00:52:00 -07:00
Phillip Webb
75578e833a
Add repositories section to dependencies POM
...
Inadvertently missed on commit 7732135a2b
Fixes gh-1413
2014-08-20 18:35:07 -07:00
Andy Wilkinson
8e5556bcfa
Merge branch '1.1.x'
...
Conflicts:
spring-boot-dependencies/pom.xml
2014-08-19 13:11:15 +01:00
Andy Wilkinson
fbd429c6c1
Upgrade to HTTP Client 4.3.5
...
Closes #1409
2014-08-19 12:13:28 +01:00
Andy Wilkinson
7ea61f6d72
Upgrade to org.apache.httpcomponents:httpasyncclient 4.0.2
...
Closes #1408
2014-08-19 12:13:28 +01:00
Andy Wilkinson
0eaee3e833
Upgrade to mysql-connector-java 5.1.32
...
Closes #1407
2014-08-19 12:13:28 +01:00
Andy Wilkinson
0917760522
Upgrade to Jackson 2.3.4
...
Closes #1406
2014-08-19 12:13:28 +01:00
Andy Wilkinson
c1d6e5e897
Upgrade to Tomcat 7.0.55
...
Closes #1405
2014-08-19 12:13:21 +01:00
Andy Wilkinson
601794c617
Upgrade to Spring Integration 4.0.3
...
Closes #1404
2014-08-19 11:55:09 +01:00
Andy Wilkinson
0e3d49512f
Upgrade to Reactor 1.1.4 and Reactor Spring 1.1.3
...
Closes #1402
Closes #1403
2014-08-19 11:54:11 +01:00
Andy Wilkinson
e3769889f5
Upgrade to mongo-java-driver 2.12.3
...
Closes #1401
2014-08-19 11:52:04 +01:00
Andy Wilkinson
77147bfe5c
Upgrade to HornetQ 2.4.3.Final
...
Closes #1400
2014-08-19 11:51:14 +01:00
Andy Wilkinson
58061bd852
Upgrade to AspectJ 1.8.2
...
Closes #1399
2014-08-19 11:47:34 +01:00
Andy Wilkinson
2892247491
Upgrade to Spring Security 3.2.5
...
Closes #1398
2014-08-19 11:30:28 +01:00
Andy Wilkinson
2668e152ff
Upgrade to Hibernate 4.3.6
...
Closes #1389
2014-08-19 11:29:29 +01:00
Mattias Severson
326516a305
Delete duplicate version numbers of Maven plugins
...
The Maven plugin version numbers are defined in the pluginManagement
of the spring-boot-dependencies pom.xml. Consequently, they can be
deleted in the spring-boot-starter-parent pom.xml to avoid version
conflicts and duplicated version management.
2014-08-19 11:25:52 +02:00
Andy Wilkinson
ecdd291254
Upgrade to Joda Time 2.4
...
Closes #1388
2014-08-18 10:14:03 +01:00
Andy Wilkinson
5338dc2ade
Upgrade to Jackson 2.4.2
...
Closes #1387
2014-08-18 09:56:56 +01:00
Ramnivas Laddad
912d5cf40b
Add auto-configuration for Spring Cloud
...
Enable if all of the following are true:
- spring-cloud is on the classpath
- There is no Cloud bean present
(usually done by extending AbstractCloudConfig)
- The "cloud" profile is active
Fixes gh-1302
Autoconfigure spring-cloud
2014-08-14 20:47:59 -07:00
Phillip Webb
cac3865ffa
Fixup version numbers following release
2014-08-07 13:11:16 -07:00
Spring Buildmaster
74d0c5185a
Next development version
2014-08-07 11:59:17 -07:00
Stephane Nicoll
df9200d432
Add JCache API dependency management
...
The dependency is currently declared in Spring IO Platform from where
it can be removed once it's using a version of Boot that contains
this change. To make the migration of the dependency management from
the Platform to Boot seamless, the dependency is versioned using a
property with the same name as is currently used by the Platform:
javax-cache.version
Closes #1347
2014-08-07 14:40:01 +01:00
Andy Wilkinson
636cc5424f
Merge branch '1.1.x'
2014-07-29 15:50:27 +01:00
Andy Wilkinson
b7299708f8
Upgrade to Spring HATEOAS 0.16.0
...
Closes #1307
2014-07-29 15:50:09 +01:00
Andy Wilkinson
3639fe2441
Merge branch '1.1.x'
2014-07-29 15:38:05 +01:00
Andy Wilkinson
b69a5dab80
Upgrade to Spring Data Dijkstra SR3
...
Closes #1305
2014-07-29 15:37:50 +01:00
Andy Wilkinson
6c718c24d8
Merge branch '1.1.x'
2014-07-29 11:39:53 +01:00
Andy Wilkinson
86d47f62db
Upgrade to Groovy 2.3.6
...
Closes #1304
2014-07-29 11:24:42 +01:00
Max Bruchmann
ee40fb8cf1
Add auto-configuration for Thymeleaf data dialect
...
Closes #1120
2014-07-29 11:12:02 +01:00
Andy Wilkinson
29b388e6a9
Merge branch '1.1.x'
2014-07-28 15:33:54 +01:00
Andy Wilkinson
cba50b8ee7
Upgrade to Groovy 2.3.5
...
Closes #1299
2014-07-28 15:32:44 +01:00
Andy Wilkinson
3145edff3a
Upgrade to Spring 4.1.0 and use Yaml support that migrated from Boot
...
Closes #813
2014-07-17 14:39:18 +01:00
Andy Wilkinson
db2b20879d
Merge branch '1.1.x'
2014-07-15 14:38:02 +01:00