Stephane Nicoll
62867685ed
Fix reference to `@EntityScan` in the doc
...
Closes gh-6687
8 years ago
Johnny Lim
37c8c3669b
Polish
...
Closes gh-6671
8 years ago
Andy Wilkinson
a1e3dcebd4
Polish “Improve documentation for testing with Spock”
...
Closes gh-6539
8 years ago
Ben Ooms
894d86de12
Improve documentation for testing with Spock
8 years ago
Andy Wilkinson
49202570e9
Update SpringApplicationBuilder example in the docs and test it
...
Closes gh-6488
8 years ago
Andy Wilkinson
8c106af384
Allow default value for CONF_FOLDER to be set at build time
...
Closes gh-6549
8 years ago
Stephane Nicoll
5fcadcee6e
Polish documentation
...
Closes gh-6576
8 years ago
drumonii
80b5789d46
Document webjar-locator usage with JBoss
...
Closes gh-6589
8 years ago
Stephane Nicoll
2a94e05775
Add a note about Jackson and Java6
...
See gh-6536
8 years ago
Andy Wilkinson
1b42e1aaa3
Recommend setting spring.thymeleaf.mode: HTML when using Thymeleaf 3
...
Closes gh-6552
8 years ago
zhanhb
8d84123762
Fix `spring-boot-legacy` version
...
Closes gh-6492
8 years ago
Spring Buildmaster
334baaeffd
Next development version
8 years ago
Phillip Webb
405299a95a
Generate empty spring-boot-docs jar
...
Update spring-boot-docs so that an empty jar file is produced. The
code is only needed for documentation includes and if included in the
deployed jar seems to prevent promotion to Maven Central.
Fixes gh-6495
8 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
8 years ago
Andy Wilkinson
2469f0ba28
Clarify effect of @EnableWebSecurity when Actuator's being used
...
Closes gh-6490
8 years ago
Johnny Lim
9627d0ed66
Polish
...
Closes gh-6487
8 years ago
Stephane Nicoll
eb444f547f
Fix typo
8 years ago
Biju Kunjummen
d7a1730b50
Update Gradle remote debug documentation
...
Update the documentation to reference the `bootRun` command rather
than `run`.
Closes gh-6461
8 years ago
Phillip Webb
753a7e1d33
Document how to to customize the TestRestTemplate
...
Update the reference documentation and add some additional Javadoc to
provide hints on how to customize the `TestRestTemplate`.
Fixes gh-6465
8 years ago
Phillip Webb
296dc7132b
Allow JSON Testers to be `@Autowired`
...
Switch `@AutoConfigureJsonTesters` to use regular `@Autowired` injection
for JSON testers. Prior to this commit JSON Tester fields were
initialized directly which caused IDE issues and was also a little
confusing.
Fixes gh-6451
8 years ago
Vedran Pavic
7669c3c468
Move "Using jOOQ" section under "Working with SQL databases" section
...
Closes gh-6462
8 years ago
Andy Wilkinson
595902703b
Fix level of section in build tool plugins documentation
8 years ago
Andy Wilkinson
2e5d189299
Merge branch '1.3.x'
8 years ago
Andy Wilkinson
197f67c867
Correct OpenShift instructions to use action_hooks not action_scripts
...
Closes gh-6419
8 years ago
Andy Wilkinson
93ceb980bc
Recommend against using compileOnly in favour of providedRuntime
...
Closes gh-5461
8 years ago
Andy Wilkinson
409f160150
Merge branch '1.3.x'
8 years ago
Andy Wilkinson
a22071724a
Make it clearer that unconfigured WebSecConfigAdapter matches any path
...
Closes gh-5046
8 years ago
Stephane Nicoll
d5441d27f6
Polish doc
8 years ago
Phillip Webb
05ff4ed4e0
Upgrade to Tomcat 8.5.4 & remove tomcat-juli
...
Upgrade the managed Tomcat dependency to 8.5.4 and remove `tomcat-juli`
since it's now included in `tomcat-embed-core`.
Fixes gh-6192
8 years ago
Andy Wilkinson
48596dfbde
Document workaround for CRaSH's limited class path scanning
...
Closes gh-6384
8 years ago
Phillip Webb
34893eee9d
Refine service documentation
...
See gh-5505
8 years ago
Stephane Nicoll
1f3d9235a8
Fix typo
8 years ago
Phillip Webb
db287782a2
Remove duplicate documentation bookmark
...
See gh-5505
8 years ago
Phillip Webb
291f131e60
Remove `/urandom` references from the docs
...
Remove a dangling line left after commit 7b641d5d
.
Fixes gh-6229
8 years ago
Phillip Webb
a1345e17f1
Improve "fully executable jars" documentation
...
Closes gh-5505
8 years ago
Phillip Webb
51ede0cac6
Document ConfigFile...Initializer limitations
...
Update the reference documentation with a note about the limitations of
ConfigFileApplicationContextInitializer.
Fixes gh-6120
8 years ago
Phillip Webb
7b641d5d55
Remove `/urandom` references from the docs
...
Fixes gh-6229
8 years ago
Stephane Nicoll
5a941bb5a5
Polish doc
...
See gh-4313
8 years ago
Stephane Nicoll
6d33adc5dd
Add "Merging YAML lists" documentation
...
Add a dedicated section to explain how YAML lists are merged.
See gh-4313
8 years ago
Andy Wilkinson
041da3b6cd
Document how to configure a component that Hibernate depends upon
...
Closes gh-6333
8 years ago
Stephane Nicoll
6bd7a2fedd
Deprecate HornetQ support
...
Closes gh-6377
8 years ago
Andy Wilkinson
db83e89922
Add support for Thymeleaf 3 while keeping Thymeleaf 2 as the default
...
Closes gh-4393
8 years ago
Phillip Webb
3e62933096
Polish
8 years ago
Stephane Nicoll
fcf535901e
Polish doc
...
Closes gh-6008
8 years ago
Stephane Nicoll
277da462ce
Document differences between @Value and @ConfigurationProperties
...
Closes gh-4892
8 years ago
Stephane Nicoll
a72e494896
Merge branch '1.3.x'
8 years ago
Stephane Nicoll
78879f4bdb
Fix documentation
...
Closes gh-6358
8 years ago
Andy Wilkinson
ccaa19d51f
Document how to configure a RestTemplate to use a proxy
...
Closes gh-6331
8 years ago
Andy Wilkinson
3286760073
Make it easier to add auto-configuration to a test slice
...
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
8 years ago
Stephane Nicoll
05dad45172
Add proxy configuration for Jest client
...
Closes gh-6332
8 years ago
Andy Wilkinson
5c44c77287
Document auto-configuration classes imported by each @…Test annotation
...
Closes gh-6044
8 years ago
Stephane Nicoll
4b91965dde
Fix indent
8 years ago
Stephane Nicoll
78e580c8db
Polish
8 years ago
Stephane Nicoll
0545231049
Polish
8 years ago
Spring Buildmaster
2216369348
Next Development Version
9 years ago
Phillip Webb
b5df4f8d08
Merge branch '1.3.x'
9 years ago
Phillip Webb
e452373c04
Fix imports in health sample documentation
...
Fixes gh-6312
9 years ago
Stephane Nicoll
a71ad73065
Document missing property
9 years ago
Phillip Webb
2583a534e6
Document heapdump endpoint
...
See gh-5670
9 years ago
Johnny Lim
4d0313f9c0
Remove duplicate property reference
...
Closes gh-6304
9 years ago
Stephane Nicoll
00a56cdf31
Merge branch '1.3.x'
9 years ago
Stephane Nicoll
49fefdafd8
Fix doc formatting
...
Closes gh-6275
9 years ago
Stephane Nicoll
0ea2626867
Improve Spring Session documentation
...
Closes gh-6256
9 years ago
Vedran Pavic
a251ea8bc7
Add Spring Session JDBC database initializer
...
See gh-5879
9 years ago
Andy Wilkinson
2b970f9efc
Allow Tomcat context root redirect to be configured via the environment
...
This commit adds a new property, server.tomcat.redirect-context-root,
that can be used to configure the Tomcat Context’s
mapperContextRootRedirectEnabled property. The default is to not apply
any configuration and, therefore, to use Tomcat’s default of true.
Closes gh-6248
9 years ago
Johnny Lim
5bc9d5b380
Polish
...
Closes gh-6244
9 years ago
Stephane Nicoll
fc4d8b99d6
Allow to configure Tomcat's renameOnRotate property
...
Closes gh-5981
9 years ago
Stephane Nicoll
397c64d256
Polish "Add schemaAction property"
...
Closes gh-5855
9 years ago
Mark Paluch
e85cb2c4c5
Add schemaAction property to CassandraProperties
...
Set schemaAction property in CassandraSessionFactoryBean. Use relaxed
property resolver for enum lookup of the configured schemaAction.
See gh-5855
9 years ago
Andy Wilkinson
94ba6bdae2
Polish “Allow connection timeout to be configured via the environment”
...
- Preserve default connection timeout when server.connection-timeout
has not been set
- Apply standard coding conventions and formatting
See gh-6072
9 years ago
Misagh Moayyed
6007d7efc1
Allow connection timeout to be configured via the environment
...
Closes gh-6072
9 years ago
Stephane Nicoll
84b2ff5c38
Polish "Add ability to filter cookies in trace data"
...
Closes gh-6018
9 years ago
Stephane Nicoll
5656e83ba9
Enable logging of resolved exceptions
...
Previously, if an exception was resolved by a `HandlerExceptionResolver`
nothing the log indicated a failure to process the query.
This commit adds a new property `spring.mvc.log-resolved-exception` that
enables warning logs for supported `HandlerExceptionResolver` instances.
When Devtools is enabled, this flag is enabled by default.
Closes gh-2176
9 years ago
Andy Wilkinson
618535f576
Polish “Allow management server SSL to be configured independently”
...
This commit polishes b0fbc7e, throwing an exception when an attempt is
made to configure management-specific SSL without also configuring a
custom management port. The testing of management-specific SSL
configuration has also been improved.
See gh-6057
Closes gh-4810
9 years ago
Johnny Lim
301574de09
Polish
...
Closes gh-6234
9 years ago
Stephane Nicoll
cfe1fe8736
Merge branch '1.3.x'
9 years ago
Stephane Nicoll
bffcb1aad2
Document available layouts
...
Closes gh-5524
9 years ago
Stephane Nicoll
2dc6e5b6fa
Refactor Jest auto-configuration package space
...
This commit moves the Jest auto-configuration from `spring.jest` to
`spring.elasticsearch.jest`
Closes gh-6032
9 years ago
Andy Wilkinson
52e8ad4b6b
Drop back to Hibernate 5.0.9.Final
...
The upgrade to Hibernate 5.2.0.Final has provide to be too
problematic to live with. It requires Java 8, is incompatible with
a number of other projects in the Hibernate ecosystem, and it's
unclear for how long it will be maintained. We'd previously used
Hibernate 5.1.0.Final but its maintenance is also unclear with
Hibernate 5.1.1.Final being more than 3 months overdue.
This commit drops back to Hibernate 5.0.9.Final. This has a few
advantages:
- It's Java 7 compatible
- It's had some time to mature and should be reasonably free of
regressions for those moving from 4.3.x
- It's used in both Wildfly and JBoss EAP so there's a fair chance
that it will continue to be maintained.
Closes gh-6198
9 years ago
Phillip Webb
7446235ff4
Polish
9 years ago
Phillip Webb
c136054e69
Merge branch '1.3.x'
9 years ago
Phillip Webb
5b97981c87
Polish
9 years ago
Brian Clozel
fa32ce35fb
Document workaround for JSP limitation
...
See gh-2893
9 years ago
Brian Clozel
714ee45ff9
Merge branch '1.3.x'
9 years ago
Brian Clozel
c1fcecb415
Document JSP limitation: error page customization
...
Closes gh-2893
9 years ago
Andy Wilkinson
2c8eaac78c
Update documentation of server.server-header for changes in 3009e51
...
See gh-4730
9 years ago
Stephane Nicoll
06aa35b9da
Clarify usage of EnvironmentPostProcessor
...
Closes gh-6101
9 years ago
Andy Wilkinson
f28e3d54c5
Upgrade to Tomcat 8.5.3
...
This commit changes the default version of Tomcat to 8.5.3 while
also retaining support for Tomcat 8.0 and 7.0. The main difference
in 8.5 is that the ServerSocketFactory abstraction that allowed the
TrustStore and KeyStore to be configured programatically no longer
exists. This logic has been replaced with the use of a custom URL
protocol (springbootssl) that provides access to the key store and
trust store of an SslStoreProvider. In addition to working with 8.5,
this approach has the advantage of also working with 8.0 and 7.0.
Closes gh-6164
9 years ago
Johnny Lim
d47719edbd
Fix default value for dispatch-options-request in doc
...
Closes gh-6185
9 years ago
Stephane Nicoll
2ff9e3cfdc
Upgrade to Hibernate 5.2
...
See gh-6111
9 years ago
Stephane Nicoll
a273d8d0c8
Add secured connection support to Artemis
...
This commit aligns the feature introduced in gh-6071 to Artemis.
Closes gh-6179
9 years ago
Stephane Nicoll
8b79c667a7
Polish "Secured HornetQ" contribution
...
Closes gh-6071
9 years ago
Stephane Nicoll
6dff1548fa
Merge branch '1.3.x'
9 years ago
Stephane Nicoll
6574feea87
Document limitations of logging.pattern.*
...
Closes gh-5653
9 years ago
Stephane Nicoll
d54474b81c
Allow locale to be overridden by "Accept-Language"
...
Previously, when `spring.mvc.locale` was specified, that locale was used
regardless of the client's preferences. This commit adds an extra
`spring.mvc.locale-resolver` property that can control how the locale is
resolved. The default is `ACCEPT_HEADER` but can be set to `FIXED` to
restore the previous behaviour.
Closes gh-6083
9 years ago
Andy Wilkinson
75032c46dc
Include Javadoc for devtools, test, and test-autoconfigure in main docs
...
Closes gh-6149
9 years ago
Andy Wilkinson
6ee6f09503
Fix warnings produced during Javadoc generation
9 years ago
Vladimir Tsanev
b303b3fe35
Support JSPs in Embedded Jetty
...
JSPs are now supported in executable WARs with embedded Jetty.
Fixes gh-367
Closes gh-5290
9 years ago
Andy Wilkinson
9bc3722a1e
Correct version of Undertow in table of supported embedded containers
9 years ago
Andy Wilkinson
ff602e60a0
Change default version of Jetty to 9.3
...
Closes gh-5825
9 years ago