Commit Graph

11140 Commits (654fe9a31c0588cae0cdb5d8301717c3af605fad)
 

Author SHA1 Message Date
Stephane Nicoll 4358638266 Merge pull request #10810 from dreis2211:documentation-typos
* pr/10810:
  Fix typos in AutoConfigureRestDocs
7 years ago
dreis2211 27d569e25e Fix typos in AutoConfigureRestDocs
Closes gh-10810
7 years ago
Stephane Nicoll 425c8bc4a9 Merge pull request #10612 from mdeinum:master
* pr/10612:
  Polish JobLauncherCommandLineRunner
7 years ago
Marten Deinum ab3d65ccae Polish JobLauncherCommandLineRunner
The JobLauncherCommandLineRunner reassigned method arguments inside the
merge method. Instead of reassigning the method argument just return
the new instance directly.

Also some minor cleanup (unnesseccary null check and continue keyword).

Closes gh-10612
7 years ago
Stephane Nicoll 51551feace Merge pull request #10774 from rweisleder:gh-8006
* pr/10774:
  Remove static Boot version from documentation
7 years ago
Roland Weisleder feb842c487 Remove static Boot version from documentation
Closes gh-10774
7 years ago
Stephane Nicoll 81e33dc801 Fix NPE in url is null and no embedded database is available
Closes gh-10626
7 years ago
Stephane Nicoll 33ff2407e4 Add a note about env variables and Microsoft Windows
Closes gh-10727
7 years ago
Andy Wilkinson 8df5833b2a Upgrade to Spring Ws 2.4.1.RELEASE
Closes gh-10730
7 years ago
Andy Wilkinson 46237c97fa Upgrade to Hibernate Validator 5.3.6.Final
Closes gh-10729
7 years ago
Andy Wilkinson fa5085f355 Upgrade to Aspectj 1.8.12
Closes gh-10728
7 years ago
Stephane Nicoll e7097844dc Polish 7 years ago
Andy Wilkinson 9e6e200d8d Describe how to handle application events from descendant contexts
Closes gh-8899
7 years ago
Stephane Nicoll c88559e073 Add a section on user configuration and slicing
Closes gh-7999
7 years ago
Stephane Nicoll 42fe8c1f38 Document effect of user configuration on slicing
Closes gh-10709
7 years ago
Stephane Nicoll 53335c069c Fix typo
Closes gh-10687
7 years ago
Stephane Nicoll 00142dc70f Fixup version numbers following release 7 years ago
Spring Buildmaster c0f9f64776 Next Development Version 7 years ago
Andy Wilkinson 44b1f582ad Upgrade to GemFire 8.2.7
Closes gh-10651
7 years ago
Andy Wilkinson dfb87c67fb Merge pull request #10635 from Janne Valkealahti
* gh-10635:
  Fix typo in documentation
7 years ago
Janne Valkealahti ac2bbea091 Fix typo in documentation
- As error handling sample is using `CustomErrorType`, fix
  description which mentions `CustomerErrorType`.
7 years ago
Andy Wilkinson ffdff1cdc2 Consider multiple MBeanExporters when excluding beans from export
Closes gh-10632
7 years ago
Andy Wilkinson 8a653d2c8a Upgrade to Spring Ldap 2.3.2.RELEASE
Closes gh-10631
7 years ago
Andy Wilkinson b6a471a6d8 Upgrade to Httpcore 4.4.8
Closes gh-10630
7 years ago
Andy Wilkinson 9f63e4c36d Upgrade to Appengine Sdk 1.9.58
Closes gh-10629
7 years ago
Andy Wilkinson 2eb0c3ba1e Merge pull request #10588 from Eddú Meléndez
* gh-10588:
  Polish "Provide informative reason when rejecting request with invalid level"
  Provide informative reason when rejecting request with invalid level
7 years ago
Andy Wilkinson 43aa7dbaf1 Polish "Provide informative reason when rejecting request with invalid level"
See gh-10588
7 years ago
Eddú Meléndez 9e5a1b32c8 Provide informative reason when rejecting request with invalid level
Previously, bad request with no reason was included in the response.
This commit introduces the reason when invalid log level is sent in the
request.

Fixes gh-10588
7 years ago
Andy Wilkinson 5acd6c40eb Merge pull request #10554 from Sebastian Thomschke
* gh-10554:
  Honor logging.path config in filePattern for Log4j2 RollingFile
7 years ago
Sebastian Thomschke 7441d6bd86 Honor logging.path config in filePattern for Log4j2 RollingFile
Previously, rolled over files were always written to logs/. This
commit ensures that rotated logs are written into the directory
specified in the application config's logging.path property.

Closes gh-10554
7 years ago
Andy Wilkinson c0d9adce7e Upgrade to Spring Data Ingalls SR8
Closes gh-10606
7 years ago
Andy Wilkinson c44b912fc2 Ensure that Undertow is stopped when it fails to start
Previously, if Undertow failed to start, some of Undertow's
internal components would have been started but the started field of
UndertowEmbeddedServletContainer remained false. This meant that when
stop() was called nothing was done as the container believed it had
not been started.

This commit updates UndertowEmbeddedServletContainer to stop both the
DeploymentManager and the Undertow instance in start() if an exception
is thrown. This aligns the behaviour of
UndertowEmbeddedServletContainer with that of the Tomcat equivalent.

Closes gh-10528
7 years ago
Stephane Nicoll c68173082d Upgrade to Spring Framework 4.3.12.RELEASE
Closes gh-10561
7 years ago
Stephane Nicoll 3e68c55db9 Start build against Spring Framework snapshots for 4.3.12.RELEASE
See gh-10561
7 years ago
Stephane Nicoll c32276d8fa Update .gitignore with changes on master 7 years ago
Stephane Nicoll 7e08e47b75 Clarify datasource initializer scope
This commit clarifies the scope of the datasource initializr. In
particular, it is not possible to create the schema with that facility
and let Hibernate creates additional tables.

Closes gh-9048
7 years ago
Andy Wilkinson 71c15cb65e Avoid possible livelock when stopping FileSystemWatcher in parallel
Previously, if the file watcher thread tried to stop the
FileSystemWatcher when another thread was already stopping it a
livelock could occur. The livelock occurred because the file watcher
thread would attempt to lock a monitor that was being held by a thread
that had joined the file watcher thread and was waiting for it to die.

This commit avoid the livelock by narrowing the synchronization that's
used when stopping the FileSystemWatcher. The monitor is used to
obtain a reference to the file watcher thread in a thread-safe manner,
but it is released prior to joining the file watcher thread and
waiting for it to die. This will allow a parallel attempt by the
file watcher thread to stop itself to succeed.

Closes gh-10496
7 years ago
Andy Wilkinson 205c25bf0f Polish 7 years ago
Andy Wilkinson c1092f77f5 Upgrade to Jooq 3.9.6
Closes gh-10484
7 years ago
Andy Wilkinson e9749765ab Upgrade to Aspectj 1.8.11
Closes gh-10483
7 years ago
Andy Wilkinson a0fa782237 Upgrade to Tomcat 8.5.23
Closes gh-10482
7 years ago
Andy Wilkinson f32531b4e4 Upgrade to Appengine Sdk 1.9.57
Closes gh-10481
7 years ago
Andy Wilkinson 5c0ce4e514 Remove dependency management for non-existent dependencies
See gh-10475
See gh-10473
7 years ago
Andy Wilkinson d94f545b4d Merge pull request #10457 from Johnny Lim
* gh-10457:
  Polish
7 years ago
Johnny Lim bfa291f671 Polish 7 years ago
Andy Wilkinson bcbf7b5511 Update ChangeableUrlsTests to cope with URL-like Windows file paths
Closes gh-10268
7 years ago
Andy Wilkinson 858b092a87 Make servlet context property source available before refresh
Previously, when deploying a Spring Boot application to a container,
the servlet context property source was not fully initialised until
the context was refreshed. This led to a problem where a value from a
property source with lower precedence would be seen during the early
stages of the application starting. Once the servlet context property
source had been initialized, its value for the property would then
become visible effectively making it appear as if the property's
value had changed during startup. This led to a specific problem
with determining active profiles.

If spring.profiles.active was set both in JNDI and via the servlet
context both profiles would end up being active, rather than the
more intuitive behaviour of the profiles made active via the servlet
context overriding those made active via JNDI.

This commit updates SpringBootServletInitializer so that it explicitly
creates the StandardServletEnvironment and initializes its property
sources using the servlet context. This is done before the application
is created and run, thereby ensuring that the servlet context
property source is available throughout the application's startup.

Closes gh-9972
7 years ago
Andy Wilkinson 71dbbc0d66 Provide more complete dependency management for Solr
Closes gh-10476
7 years ago
Andy Wilkinson 098dd9ddcd Provide more complete dependency management for SLF4J
Closes gh-10475
7 years ago
Andy Wilkinson bfa67189d1 Provide complete dependency management for JNA
Closes gh-10474
7 years ago