- 11 Apr, 2016 1 commit
-
-
Phillip Webb authored
-
- 10 Apr, 2016 24 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
See gh-5287
-
Phillip Webb authored
Remove accidentally committed SizeThreshold class.
-
Phillip Webb authored
* windows-build-fixes: Fix some Windows build issues
-
Ruben Dijkstra authored
Closes gh-5640
-
Phillip Webb authored
* issue-5637-fix: Polish contribution Support max-http-header-size & max-http-post-size
-
Phillip Webb authored
-
Venil Noronha authored
Add `server.max-http-header-size` and `server.max-http-post-size` properties and deprecate `server.tomcat.max-http-header-size`. Fixes gh-5637 Closes gh-5641
-
Stephane Nicoll authored
-
Phillip Webb authored
-
Phillip Webb authored
* issue-5631-fix: Polish contribution Support ActiveMQ trusted packages
-
Phillip Webb authored
-
Venil Noronha authored
Ass support for white-listing specific packages or trusting all packages when using ActiveMQ. Fixes gh-5631 Closes gh-5644
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Ensure any ChildManagementContext created to start a management server on a different port uses the same EmbeddedServletContainerFactory type. Fixes gh-5474
-
Phillip Webb authored
Update ServerProperties so that `null` values are not applied when customizing the EmbeddedServletContainerFactory. Primarily changed to stop `server.undertow.accesslog.enabled` from being blindly applied. Fixes gh-5515
-
Phillip Webb authored
Update the auto-configured MessageChannelMetricWriter with @ExportMetricWriter so that metrics are actually exported. Fixes gh-5517
-
Phillip Webb authored
Update JettyEmbeddedServletContainerFactory so that requests other than just GET, POST and HEAD are handled by the ErrorHandler. Fixes gh-5367
-
Phillip Webb authored
-
- 09 Apr, 2016 2 commits
-
-
Stephane Nicoll authored
-
Phillip Webb authored
-
- 08 Apr, 2016 8 commits
-
-
Stephane Nicoll authored
Closes gh-2763
-
Stephane Nicoll authored
Add a note regarding the use of `@EnableCaching(proxyTargetClass=true)` for beans that are not interface based. Closes gh-5527
-
Stephane Nicoll authored
-
Phillip Webb authored
* image-banner: Add image banner documentation Rework ImageBanner Support Add ImageBanner color distance calculation Support image based banners
-
Phillip Webb authored
Closes gh-4647
-
Phillip Webb authored
Refactor several aspects of the ImageBanner: - Extract a few new classes and methods from the previous code - Directly encode ANSI rather than using `${}` properties - Rework the scaling algorithm to prefer a fixed width - Allow ImageBanner and TextBanner to be used together - Rename several of the `banner.image` properties - Add support for a left hand margin - Add property meta-data See gh-4647
-
Ruben Dijkstra authored
Support CIE94 color distance calculations for improved ImageBanner rendering. Based on code originally developed by Michael Simons and added with his permission. See gh-4647
-
Craig Burke authored
Add ImageBanner class that generates color ASCII art based on an image file (banner.gif, banner.jpg or banner.png). See gh-4647
-
- 07 Apr, 2016 5 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
To overcome command length limits on Windows, IntelliJ IDEA may launch an application with a single jar on the classpath that contains that application's actual classpath in the Class-Path attribute of its manifest. This would prevent DevTools restarts from working as it only considered the single jar's URL when identifying changeable URLs and ignored the URLs added to the classpath via the jar's manifest. This commit updates ChangeableUrls when it is created from a URLClassLoader to consider the Class-Path manifest attribute of any jars in the class loader's URLs. This allows the full classpath to be considered when identifying URLs that are changeable and that need to be monitored for restart triggering. Closes gh-5127
-
Andy Wilkinson authored
* gh-5617: Polish contribution Allow embedded Mongo's storage to be configured via the environment
-