Commit Graph

7672 Commits (892c1a52f720b87898030e12a61c1e43fcc08aa5)
 

Author SHA1 Message Date
Andy Wilkinson bac1f312ea Upgrade to HTMLUnit 2.20
Closes gh-5599
9 years ago
Andy Wilkinson d1cd73cd0d Upgrade to Joda Time 2.9.3
Closes gh-5598
9 years ago
Andy Wilkinson ab204895c1 Upgrade to JSON Path 2.2.0
Closes gh-5597
9 years ago
Andy Wilkinson eb3ff528c1 Upgrade to Hazelcast 3.6.1
Closes gh-5596
9 years ago
Andy Wilkinson b9352c6cf0 Upgrade to App Engine API 1.9.34
Closes gh-5595
9 years ago
Andy Wilkinson f148e3a032 Upgrade to Caffeine 2.2.6
Closes gh-5594
9 years ago
Andy Wilkinson c1bb5696cc Upgrade to Jackson 2.7.3
Closes gh-5593
9 years ago
Andy Wilkinson 644f0d7f06 Upgrade to Couchbase Client 2.2.5
Closes gh-5592
9 years ago
Stephane Nicoll c7c8e03270 Merge pull request #5561 from eddumelendez/gh-5442
* pr/5561:
  Polish contribution
  Fix spring.profiles.active value handling
9 years ago
Stephane Nicoll 7cd31594c6 Polish contribution
Closes gh-5561
9 years ago
Eddú Meléndez 4353963df6 Fix spring.profiles.active value handling
Previously, `spring.profiles.active` did not trim the individual comma
separate values. As a result, such profile wasn't enabled as expected.

This commit makes sure to trim whitespaces.

Closes gh-5442
9 years ago
Andy Wilkinson d27e280759 Merge branch '1.3.x' 9 years ago
Stephane Nicoll 520448cd9c Add support for publisher confirms/returns
Closes gh-3945
9 years ago
Andy Wilkinson d138c1a61f Upgrade to Spring Security 4.0.4.RELEASE
Closes gh-5588
9 years ago
Andy Wilkinson 17aadc72ec Upgrade to Spring Security JWT 1.0.4.RELEASE
Closes gh-5587
9 years ago
Andy Wilkinson 52e876a996 Upgrade to Spring Cloud Connectors 1.2.2.RELEASE
Closes gh-5586
9 years ago
Andy Wilkinson ada3155a80 Upgrade to SLF4J 1.7.21
Closes gh-5585
9 years ago
Andy Wilkinson c77659c216 Upgrade to jOOQ 3.7.3
Closes gh-5584
9 years ago
Andy Wilkinson a0420f5f7c Upgrade to Jaybird 2.2.10
Closes gh-5583
9 years ago
Andy Wilkinson 41c1b29067 Upgrade to AspectJ 1.8.9
Closes gh-5582
9 years ago
Andy Wilkinson 1d8ff34eb0 Upgrade to Tomcat 8.0.33
Closes gh-5581
9 years ago
Andy Wilkinson f3b70e4641 Upgrade to HTTP Client 4.5.2
Closes gh-5580
9 years ago
Andy Wilkinson 36c572918e Upgrade to Undertow 1.3.20.Final
Closes gh-5579
9 years ago
Andy Wilkinson 20ba452eb2 Upgrade to HikariCP 2.4.5
Closes gh-5578
9 years ago
Andy Wilkinson 810ce0ed5a Upgrade to Jackson 2.6.6
Closes gh-5577
9 years ago
Andy Wilkinson ffe21175ca Upgrade to Logback 1.1.7
Closes gh-5568
9 years ago
Stephane Nicoll 9bfdad7587 Merge pull request #5444 from jxblum/polish-data-gemfire-starter-and-sample
* pr/5444:
  Polish contribution
  Polish Pivotal GemFire starter and sample
9 years ago
Stephane Nicoll d4a1365a2a Polish contribution
Closes gh-5444
9 years ago
John Blum 67f92bff1e Polish Pivotal GemFire starter and sample
Closes gh-5439
9 years ago
Stephane Nicoll 63a3d003dd Merge pull request #5511 from htynkn/upgrade-elastic
* pr/5511:
  Polish contribution
  Upgrade elasticsearch to 2.2.0
  Polish contribution
  Deprecate Undertow container's constructors that have a port parameter
  Remove unused unsatisfiedDependency.getInjectionPoint() call
  Polish contribution
  Allow Tomcat's minimum threads to be configured via the environment
9 years ago
Stephane Nicoll 05ef0818f8 Polish contribution
Closes gh-5511
9 years ago
Huang YunKun 6a2ff3f02a Upgrade elasticsearch to 2.2.0
Closes gh-5443
9 years ago
Andy Wilkinson c98b8098b4 Merge pull request #5546 from Christoph Dreis
* gh-5546:
  Polish contribution
  Deprecate Undertow container's constructors that have a port parameter
9 years ago
Andy Wilkinson 42a2d2da37 Polish contribution 9 years ago
dreis 0db118c189 Deprecate Undertow container's constructors that have a port parameter
Closes gh-5546
9 years ago
Andy Wilkinson df4a569ec5 Merge pull request #5575 from Johnny Lim
* gh-5575:
  Remove unused unsatisfiedDependency.getInjectionPoint() call
9 years ago
Johnny Lim ab15d73bc8 Remove unused unsatisfiedDependency.getInjectionPoint() call
Closes gh-5575
9 years ago
Andy Wilkinson 232a808049 Merge pull request #5572 from Quinten De Swaef
* gh-5572:
  Polish contribution
  Allow Tomcat's minimum threads to be configured via the environment
9 years ago
Andy Wilkinson 487f7310fd Polish contribution 9 years ago
Quinten De Swaef 34eb3695e4 Allow Tomcat's minimum threads to be configured via the environment
Closes gh-5572
9 years ago
Andy Wilkinson ca716561dc Update deployment test exclusions after web starter validation changes
The changes made in a6c1668b mean that the web starter no longer
depends on spring-boot-starter-validation. Instead, it depends
directly on hibernate-validator. This means that the exclusion of the
validation starter in the TomEE deployment test app no longer matches
anything and hibernate-validator is packaged in the war. This breaks
the application as TomEE ships with Bean Validation 2.0 and the
version of Hibernate Validator being used requires 2.1.

This commit updates the exclusions in the TomEE deployment app so that
hibernate-validator is excluded once again. This allows the app to
use TomEE's bundled Bean Validation implementation.

The stale spring-boot-starter-validation exclusion has been removed
from the Wildfly deployment test app. It is redundant as Wildfly ships
with Bean Validation 2.1. This brings this test app into line with
the Glassfish test app.

Closes gh-5454
9 years ago
Stephane Nicoll 539d57551c Merge pull request #5570 from stepio/master
* pr/5570:
  Manage jackson-module-jaxb-annotations dependency
9 years ago
Igor Stepanov 01f3e7059b Manage jackson-module-jaxb-annotations dependency
Closes gh-5570
9 years ago
Phillip Webb 5479c4cd6e Merge pull request #5565 from izeye/patch-3
* patch-3:
  Remove System.out.println()
9 years ago
Johnny Lim 8864f85b82 Remove System.out.println() 9 years ago
Phillip Webb b398b3319c Rename @SpringApplicationTest -> @SpringBootTest
Rename @SpringApplicationTest to SpringBootTest and
@SpringApplicationContextLoader to @SpringBootContextLoader.

Fixes gh-5562
9 years ago
Phillip Webb b0b190b362 Delete @SpringApplicationConfiguration
Remove the @SpringApplicationConfiguration annotation since it offers
little value over @SpringApplicationTest.

See gh-5562
9 years ago
Phillip Webb 4d404b214c Migrate away from @SpringApplicationConfiguration
Refactor internal tests to no longer use @SpringApplicationConfiguration

See gh-5562
9 years ago
Phillip Webb adb42ed966 Polish 9 years ago
Andy Wilkinson 15cbef3df0 Update JpaBaseConfiguration to use constructor injection
This change was missed as part of the work done in 19d8c5e6.

See gh-5306
Closes gh-5543
9 years ago