Stephane Nicoll
df388aaaf9
Polish doc
8 years ago
Stephane Nicoll
227bcf44da
Create jetty access log file in the temp directory
8 years ago
Stephane Nicoll
66298d85c4
Fix build
8 years ago
Stephane Nicoll
7b0645ff22
Merge pull request #8971 from vpavic:gh-7872
...
* pr/8971:
Polish "Do not expose `exception` error attribute by default"
Do not expose `exception` error attribute by default
8 years ago
Stephane Nicoll
e9abe3fcca
Polish "Do not expose `exception` error attribute by default"
...
Closes gh-8971
8 years ago
Vedran Pavic
afe0c6f432
Do not expose `exception` error attribute by default
...
See gh-8971
8 years ago
Stephane Nicoll
605ea487c0
Merge pull request #9002 from vpavic:gh-8560
...
* pr/9002:
Make Audit events MVC endpoint `after` parameter required
8 years ago
Vedran Pavic
720e801a76
Make Audit events MVC endpoint `after` parameter required
...
Closes gh-9002
8 years ago
Stephane Nicoll
b426bba169
Merge pull request #8819 from olamy:feature/jetty_accesslog
...
* pr/8819:
Add support for configuring Jetty's request log via the environment
Add support for configuring Jetty's request log via the environment
8 years ago
Stephane Nicoll
f5db75792e
Add support for configuring Jetty's request log via the environment
...
Closes gh-8819
8 years ago
olivier lamy
ce892a06e4
Add support for configuring Jetty's request log via the environment
...
See gh-8819
8 years ago
Stephane Nicoll
45f76965f6
Rename cassandra bean names
...
Closes gh-8982
8 years ago
Stephane Nicoll
3477b02cb4
Merge pull request #8568 from eddumelendez:gh-8052
...
* pr/8568:
Polish "Add reactive support for Spring Data Cassandra"
Add reactive support for Spring Data Cassandra
8 years ago
Stephane Nicoll
47037d5227
Polish "Add reactive support for Spring Data Cassandra"
...
Closes gh-8568
8 years ago
Eddú Meléndez
abd35f041b
Add reactive support for Spring Data Cassandra
...
See gh-8568
8 years ago
Andy Wilkinson
9c65888a54
Upgrade to Jackson 2.9.0.pr3
...
Closes gh-8990
8 years ago
Brian Clozel
117310924e
Reduce number of managed Netty dependencies
...
Now that reactor-netty has a strict set of transitive dependencies, this
commit refactors the managed dependencies to only list the required
ones. `netty-all` is still managed to avoid conflicts when pulled by
other libraries.
Fixes gh-8553
8 years ago
Madhura Bhave
bc1ee76b55
Change default for new_generator_mappings to true
...
Closes gh-7612
8 years ago
Phillip Webb
1ad318d8a6
Refine Mustache support
...
Refine Mustache support to provide a cleaner separation between the
reactive and servlet implementations. The views have now moved to the
`spring-boot` project and the auto-configuration has been split into
two distinct `@Imports` to save needing full package declarations.
See gh-8941
8 years ago
Phillip Webb
06558675bb
Polish
8 years ago
Andy Wilkinson
b43f902556
Upgrade to Spring Restdocs 1.2.0.RELEASE
...
Closes gh-8996
8 years ago
Andy Wilkinson
f8549b7276
Upgrade to Jsonassert 1.5.0
...
Closes gh-8995
8 years ago
Andy Wilkinson
877290c251
Upgrade to Postgresql 42.0.0
...
Closes gh-8994
8 years ago
Andy Wilkinson
3224bb99a9
Upgrade to Mockito 2.7.22
...
Closes gh-8993
8 years ago
Andy Wilkinson
e2d9b152a9
Upgrade to Thymeleaf Layout Dialect 2.2.1
...
Closes gh-8992
8 years ago
Andy Wilkinson
7a027b0187
Upgrade to Rxjava2 2.0.9
...
Closes gh-8991
8 years ago
Brian Clozel
ec25e51f1f
Refactor Mustache views support in Spring MVC
...
This commit simplifies the Mustache support for Spring MVC and removes
the included (view-based) i18n support in favor of more idiomatic
constructs like Mustache lambdas.
Fixes gh-8941
8 years ago
Brian Clozel
7e77e648bf
Add Mustache support for Spring WebFlux apps
...
This commit moves the existing Spring MVC Mustache support to its own
`servlet` package and adds a new one under `reactive` for the WebFlux
web applications.
New `MustacheView` and `MustacheViewResolver` types resolve and render
Mustache views for WebFlux applications.
Since this templating engine is now supported by two flavors of Spring
web apps, the `spring-boot-starter-mustache` does not depend anymore on
the `spring-boot-starter-web` one: it's up to the developer to add the
relevant starter `web` or `webflux` to their application.
Fixes gh-8648
8 years ago
Madhura Bhave
c2e5fd031a
Replace usage of WebMvcConfigurerAdapter
...
Closes gh-8964
8 years ago
Phillip Webb
ec57c3d92a
Exclude commons-logging from Spring Security
...
Excluded the commons-logging dependency pulled in by Spring Security
until they can provide a fix.
See gh-8985
8 years ago
Phillip Webb
28d6881118
Formatting
8 years ago
Stephane Nicoll
55233eba9c
Merge pull request #8881 from vpavic:integration-jdbc
...
* pr/8881:
Polish "Add database initializer for Spring Integration"
Add database initializer for Spring Integration
8 years ago
Stephane Nicoll
3e60ec6cb4
Polish "Add database initializer for Spring Integration"
...
Closes gh-8881
8 years ago
Vedran Pavic
48bc29c77a
Add database initializer for Spring Integration
...
See gh-8881
8 years ago
Stephane Nicoll
50b3b3025a
Fix broken build
8 years ago
Stephane Nicoll
648c14ca8c
Merge pull request #8843 from herau:neo4j-auto-index-configuration
...
* pr/8843:
Polish "Support of Neo4j auto-index configuration"
Support of Neo4j auto-index configuration
8 years ago
Stephane Nicoll
144868a3ce
Polish "Support of Neo4j auto-index configuration"
...
Closes gh-8843
8 years ago
Aurélien Leboulanger
779733c379
Support of Neo4j auto-index configuration
...
See gh-8843
8 years ago
Stephane Nicoll
1dc256eb23
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
293ba6d522
Merge pull request #8758 from candrews:patch-4
...
* pr/8758:
Add Log4jdbc Starter reference
8 years ago
Craig Andrews
a1452f674f
Add Log4jdbc Starter reference
...
Clsoes gh-8758
8 years ago
Andy Wilkinson
a6d24a3bfc
Allow bootWar to package webapp resources in dirs that overlap loader
...
Previously, the presence of a src/main/webapp/org directory would
cause the execution of BootWar to fail due to an attempt to write
a duplicate org/ entry to the zip output stream.
This commit updates BootZipCopyAction so that FileTreeElements that
match a directory entry created while writing the loader classes are
skipped.
Closes gh-8972
8 years ago
Andy Wilkinson
15b9707fbe
Start building against Spring Cloud Connectors 2.0 snapshots
...
See gh-8968
8 years ago
Stephane Nicoll
0b09149a6b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
9327b58304
Fixup version numbers following release
8 years ago
Andy Wilkinson
7255cec7bb
Align Lettuce dependency management with latest Data Redis snapshots
...
Closes gh-8287
8 years ago
Andy Wilkinson
d50878bac1
Upgrade to Hibernate 5.2.10.Final
8 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
8 years ago
Phillip Webb
9981ae6874
Rename WebFluxAnnotationAutoConfiguration
...
Rename WebFluxAnnotationAutoConfiguration to WebFluxAutoConfiguration
to better align with Spring MVC.
8 years ago
Phillip Webb
99a3ec8b74
Merge branch '1.5.x'
8 years ago