Commit Graph

11275 Commits (937681af653500051eec7e60929847451058a6eb)
 

Author SHA1 Message Date
Andy Wilkinson 937681af65 Avoid problem caused by new mime mappings in Framework snapshots 8 years ago
Andy Wilkinson 25bf4a14cd Start building against Neo4j OGM 3.0.0 snapshots
This commit our Neo4j OGM dependency with the Spring Data Neo4j
snapshots that are currently included in snapshots of Spring Data Kay.

It switches to using Neo4j's Bolt driver by default, aligning it with
the default of the latest Spring Data Neo4j 5 snapshots.

It also contains a workaround for a Neo4j OGM issue [1] and a change
to Neo4jDataAutoConfigurationTests that prevents the entire classpath
from being scanned.

See gh-8687

[1] https://github.com/neo4j/neo4j-ogm/issues/340
8 years ago
Stephane Nicoll b8527d7060 Merge branch '1.5.x' 8 years ago
Stephane Nicoll dfe26aace8 Merge pull request #8658 from SolaKun:SolaKun-patch-1
* pr/8658:
  Fix typo in doc
8 years ago
Sola ddd8d03a2a Fix typo in doc
Closes gh-8658
8 years ago
Madhura Bhave f32f7c51e1 Merge branch '1.5.x' 8 years ago
Madhura Bhave e6f4d84618 Support setting log level ALL in logback
Fixes gh-8639
8 years ago
Madhura Bhave 52d992701d Merge branch '1.5.x' 8 years ago
Madhura Bhave 8ac22fc2fd Add elapsed time to the Trace Actuator output
Closes gh-8654
8 years ago
Madhura Bhave 356b78b77f Stop autoconfiguration from being scanned in tests
These tests used to pass even without explicitly adding the autoconfigure
annotation. Moving them to a subpackage prevents scanning of the
autoconfiguration by component scanning.

Closes gh-8645
8 years ago
Stephane Nicoll 2f8f400a63 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 84dea5264f Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 1624370986 Merge pull request #8594 from lexandro:master
* pr/8594:
  Polish contribution
  Fix invalid security example in doc
8 years ago
Stephane Nicoll 0ca07fbdc3 Polish contribution
Closes gh-8594
8 years ago
lexandro 36b28540ee Fix invalid security example in doc
Closes gh-8580
8 years ago
Stephane Nicoll 78431478e8 Remove System.out
Closes gh-8647
8 years ago
Madhura Bhave 7d90bbe839 Fix typo 8 years ago
Dave Syer fe8fa2831a Fix properties parsing for comment chars
Update `OriginTrackedPropertiesLoader` to correctly deal with property
values that happen to contain comment characters.

Prior this this commit, values of the following form would not be
parsed correctly:

	foo=bar!
	bar=spam

Closes gh-8647
8 years ago
Phillip Webb 34de119eba Polish 8 years ago
Stephane Nicoll 698aa94cb4 Fix import 8 years ago
Stephane Nicoll da7287322b Polish 8 years ago
Stephane Nicoll b7d3aad54b Merge branch '1.5.x' 8 years ago
Stephane Nicoll fa3679af71 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll cd76da9a4c Avoid using immutable collections for configuration proprerties
Closes gh-8620
8 years ago
Stephane Nicoll 0c4c2f4bf4 Harmonize webflux sample test 8 years ago
Stephane Nicoll 6d6d76ca06 Polish
See gh-8543
8 years ago
Madhura Bhave 0b1d32e762 Add tests for TestRestTemplate in reactive env
Closes gh-8543
8 years ago
Andy Wilkinson 1893fdab0d Revert "Upgrade to Jackson 2.9.0.pr1"
This reverts commit 10ae5e8f3f. Health
serialization fails with Jackson 2.9.0 (gh-7695).

See gh-8537
8 years ago
Andy Wilkinson 10ae5e8f3f Upgrade to Jackson 2.9.0.pr1
As part of the upgrade, this commit removes the use of any API that
has been deprecated in 2.9.0.pr1. This includes the config props
endpoint's use of SerializationFeature.WRITE_NULL_MAP_VALUES. This
has been replaced with configuring serialization inclusion to only
include properties with non-null values. This means that all
null-valued properties will no longer be serialized, not just those
that are an entry in a map.

Closes gh-8604
Closes gh-8537
8 years ago
Stephane Nicoll 7ee5e43109 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 22934e097d Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll ed2164b97b Merge pull request #8582 from vpavic:improve-redis-session-config
* pr/8582:
  Improve `RedisSessionConfiguration` conditions
8 years ago
Vedran Pavic 17aad4f00c Improve `RedisSessionConfiguration` conditions
Closes gh-8582
8 years ago
Stephane Nicoll 883dd5802b Merge branch '1.5.x' 8 years ago
Stephane Nicoll cc79f6d83d Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll f72e0c08df Add a note to ActiveMQ pooling in the doc
Closes gh-8598
8 years ago
Stephane Nicoll 2a22afdba7 Merge pull request #8621 from izeye:polish-20170315
* pr/8621:
  Polish
8 years ago
Johnny Lim a3d15ed222 Polish
Closes gh-8621
8 years ago
Stephane Nicoll 1b395ddd9d Merge branch '1.5.x' 8 years ago
Stephane Nicoll cd8684499d Polish
See gh-8621
8 years ago
Stephane Nicoll 6be2cc30d3 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll bc157d5b4f Polish
See gh-8621
8 years ago
Phillip Webb b76ca0bf8f Restructure web auto-configuration
Restructure `org.springframework.boot.autoconfigure.web` to better align
with the new package structure in `spring-boot`.

Auto-configuration is now split into client, servlet and reactive
sub-packages. In addition a new `http` package now handles common
HTTP concerns.

Fixes gh-8616
8 years ago
Phillip Webb 33e54ed723 Relocate `org.springframework.boot.web.support`
Move `org.springframework.boot.web.support` under the `servlet` package.

Fixes gh-8557
8 years ago
Phillip Webb 9d61882bb1 Polish `AbstractServletWebServerFactory`
Extract some of the utility methods to package private classes
8 years ago
Phillip Webb b1c689b9b2 Unify WebServerFactory implementations
Unify common for from the abstract `ServletWebServerFactory` and
`ReactiveWebServerFactory` classes. Common code is now located in
`AbstractConfigurableWebServerFactory`.

Fixes gh-8631
8 years ago
Phillip Webb 099e188f9f Unify WebServerFactoryCustomizers
Replace `ReactiveWebServerCustomizer` and `WebServerFactoryCustomizer`
with a unified `WebServerFactoryCustomizer`.

Fixes gh-8558
8 years ago
Phillip Webb 13db69bf41 Drop superfluous `@Order` annotation
Remove `@Order` which has no effect on `ImportBeanDefinitionRegistrar`.

Fixes gh-8603
8 years ago
Phillip Webb 4100360ceb Make ReactiveWebServerFactory functional interface
Update `ReactiveWebServerFactory` to contain only a single method.

Fixes gh-8559
8 years ago
Phillip Webb ca5e566deb Fix Configuration processor test tangle
Move `Metadata` test class to fix a package tangle in the test code.

Fixes gh-8613
8 years ago