- 09 Jul, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/6365: Upgrade to Spring Integration Java DSL 1.1.3.RELEASE
-
Artem Bilan authored
Closes gh-6365
-
- 08 Jul, 2016 4 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6344
-
Stephane Nicoll authored
* pr/6350: Upgrade to Spring Security 4.1.1.RELEASE
-
Eddú Meléndez authored
Closes gh-6350
-
- 07 Jul, 2016 10 commits
-
-
Phillip Webb authored
Closes gh-6340
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Commit 3ea84f9e has wrongly introduced a `@Primary` marker on `IntegrationMBeanExporter` so any use of both Spring's JMX support and Spring Integration's JMX support leads to an exception. This commit makes sure to remove the unnecessary `@Primary` Closes gh-6328
-
Andy Wilkinson authored
Closes gh-6331
-
Stephane Nicoll authored
This commit makes sure to use `getAliasedStringArray` rather than `getStringArray` as the latter does not work with ASM. While this will probably be fixed in the core framework, this commit also adds dedicated tests with ASM to ensure that the code works as expected. Closes gh-6337
-
Phillip Webb authored
-
Phillip Webb authored
This reverts commit 7bb39f82. Unfortunately the mirror seems incomplete
-
Phillip Webb authored
Add mirror setting so that a full build uses the Google mirror of Maven Central.
-
Phillip Webb authored
Update WebRequestTraceFilter so that additional post processing can be applied to traced request headers. The postProcessRequestHeaders method can be used to remove or change map entries before they are returned. Fixes gh-6309
-
Phillip Webb authored
Align DataSourceInitializer to Spring Framework by lexically sorting resolved resource patterns. Fixes gh-6316
-
- 06 Jul, 2016 9 commits
-
-
Phillip Webb authored
Fixes gh-6343
-
Phillip Webb authored
* jsf-spring-boot-starter-1.6.1: Update starters readme with updated JSF support
-
Marcelo Romulo Fernandes authored
Update readme since jsf-spring-boot-starter 1.6.1 added support for BootsFaces and AngularFaces. Closes gh-6342
-
Phillip Webb authored
* issues/6320-mockito-2.0.47-compatibility: Fix compatibility with Mockito 2.0
-
Marcin Zajaczkowski authored
Update MockDefinition to only call `Answers.get()` if a direct cast isn't possible. This provides compatibility with Mockito 2.0 (currently 2.0.47-beta) without breaking support for Mockto 1.x. Closes gh-6323
-
Andy Wilkinson authored
Previously, an entry had to be added to spring.factories using the name of one of the @AutoConfigure… meta-annotations on the @…Test annotation as the key. This indirection was unnecessarily complicated. This commit simplifies things by allowing the name of the @…Test annotation itself to be used as the key. Closes gh-6335
-
Stephane Nicoll authored
See gh-6318
-
Stephane Nicoll authored
Closes gh-6332
-
Andy Wilkinson authored
Closes gh-6044
-
- 05 Jul, 2016 5 commits
-
-
Andy Wilkinson authored
Closes gh-6325
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Phillip Webb authored
Previously, if the user configured a custom default profile and then enabled another profile using a configuration file, the custom default profile would be activated when it should not have been. This commit updates ConfigFileApplicationListener so that when a profile is activated via a configuration file, any profiles that are queued purely because they are a default profile are removed from the queue. This ensures that a default profile is not active when another profile is activated via a configuration file. Closes gh-5998
-
Stephane Nicoll authored
-
- 04 Jul, 2016 10 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
By default Jersey configures Jackson to use both Jackson annotations and JAXB annotations when introspective types for (de)serialization. However, the changes made in 5776d6a8 mean that Jersey no longer uses its default ObjectMapper configuration and uses the auto-configured ObjectMapper instead. This had the unwanted side-effect of leaving Jersey with an ObjectMapper that only uses Jackson annotations and ignores JAXB annotations. This commit updates JerseyAutoConfiguration so that it will add the JaxbAnnotationIntrospector to the auto-configured ObjectMapper for both serialization and deserialization. It uses AnnotationIntrospectorPair to ensure retain any existing introspectors. Closes gh-6310
-
Stephane Nicoll authored
Closes gh-6197
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6249
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6315
-
Phillip Webb authored
-