- 10 May, 2016 4 commits
-
-
Andy Wilkinson authored
See gh-5884
-
tfeiner authored
The name of a JOOQ SQLDialect does not always match the name defined in sql-error-codes.xml. For example, the Postgres translator was not initialized correctly because in JOOQ the dialect is named SQLDialect.POSTGRES, but in sql-error-codes.xml the bean is named "PostgreSQL". This commit updates the translator to use the dialects third-party springDbName which ensures that it maps correctly to the entries in sql-error-codes.xml. Closes gh-5884
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
- 09 May, 2016 3 commits
-
-
Stephane Nicoll authored
See gh-5901
-
Stephane Nicoll authored
While working on gh-5309, a regression was introduced and fixed right the way on master. Unfortunately, the fix wasn't applied to `1.3.x` as it should have been. This commit applies 6dd84159 to `1.3.x` Closes gh-5901
-
Vedran Pavic authored
- Use the latest Docker image for Ubuntu 14.04 LTS based tests - Add Ubuntu 16.04 LTS based tests Closes gh-5868
-
- 07 May, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/5887: Upgrade to Spring AMQP 1.5.6
-
Gary Russell authored
Closes gh-5887
-
- 06 May, 2016 5 commits
-
-
Andy Wilkinson authored
Closes gh-5885
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-5322
-
Stephane Nicoll authored
This reverts commit d6a424f9. Closes gh-5361 # Conflicts: # spring-boot/src/test/resources/org/springframework/boot/env/test-encoded.properties
-
- 05 May, 2016 8 commits
-
-
Andy Wilkinson authored
Closes gh-5874
-
Andy Wilkinson authored
Closes gh-5873
-
Andy Wilkinson authored
Closes gh-5872
-
Andy Wilkinson authored
Closes gh-5871
-
Andy Wilkinson authored
Closes gh-5858
-
Andy Wilkinson authored
Closes gh-5819
-
Andy Wilkinson authored
ErrorMvcAutoConfiguration creates a BeanNameViewResolver bean in case the user has used @EnabledWebMvc and disabled WebMvcAutoConfiguration. If the user hasn’t used @EnabledWebMvc, WebMvcAutoConfiguration will creates its BeanNameViewResolver and override the one that’s already been defined by ErrorMvcAutoConfiguration. This commit makes WebMvcAutoConfiguration’s BeanNameViewResolver definition conditional on there being no existing BeanNameViewResolver bean definition. Closes gh-5354
-
Andy Wilkinson authored
See gh-5322
-
- 04 May, 2016 3 commits
-
-
Dave Syer authored
It seems like a base class that defines `@Beans` just doesn't define any beans. Oh well, time to copy-paste.
-
Dave Syer authored
-
Dave Syer authored
to stop it from being included in the enclosing @Configuration. That way, if the app is not a web app, then there really is a client_credentials OAuth2 resource (as claimed in the user guide). Fixes gh-5735
-
- 02 May, 2016 3 commits
-
-
Stephane Nicoll authored
Closes gh-5823
-
Stephane Nicoll authored
Closes gh-5811
-
Stephane Nicoll authored
Previously, if a void method with a single argument was named "set", the annotation processor wrongly considered it was a setter candidate. This commit updates the condition to ignore it. Closes gh-5826
-
- 30 Apr, 2016 1 commit
-
-
Cristian Greco authored
Closes gh-5829
-
- 28 Apr, 2016 2 commits
-
-
Phillip Webb authored
-
Dave Syer authored
Rabbit client 3.6.* uses TLSv1.1 as the default algorithm which many brokers are deisabling these days. Spring AMQP supports changing the algorithm by name, so this is just a pass thru for that.
-
- 27 Apr, 2016 1 commit
-
-
Andy Wilkinson authored
Closes gh-5166
-
- 26 Apr, 2016 3 commits
-
-
Stephane Nicoll authored
Closes gh-5782
-
Venil Noronha authored
Closes gh-5751
-
Stephane Nicoll authored
Closes gh-5786
-
- 25 Apr, 2016 1 commit
-
-
Dave Syer authored
It sometimes has to catch an exception from the security filter so it needs to be before, and somehow this hasn't been a problem up to now, but probably only by some fluke. Fixes gh-5792
-
- 22 Apr, 2016 1 commit
-
-
Dave Syer authored
Before this change the app context closes and metrics that have not yet been exported ccan be orphaned. The design of this feature is simple: use Closeable where possible, so that it will be called automatically by Spring on shutdown. Fixes gh-5771
-
- 21 Apr, 2016 2 commits
-
-
Dave Syer authored
The MetricCopyExporter has had the capability for a while to keep track of counters internally. This change aligns that with the PrefixMetricGroupExporter. Fixes gh-5762
-
Andy Wilkinson authored
Closes gh-5757
-
- 20 Apr, 2016 1 commit
-
-
Andy Wilkinson authored
Closes gh-5446
-