Dave Syer
178386abc4
Merge branch '1.1.x'
10 years ago
Dave Syer
38f8d65756
Use ApplicationEvent to ensure that authentication event publisher is registered
...
There was a reference to an old (fixed) issue in Spring which led to some simplification
of the AuthenticationManager layering as well.
Fixes gh-1335
10 years ago
Andy Wilkinson
7f9ef1cf5b
Merge branch '1.1.x'
10 years ago
Andy Wilkinson
e185793396
Update test to correct name of metric for request that returns a 401
...
The request is being made to '/' and, while the application does have
a mapping for '/', that mapping is not looked for before Spring
Security's filter rejects the request with a 401. This means that the
request is considered to be unmapped and this is reflected in the
metric's name.
See #1331 and #1333
10 years ago
Phillip Webb
da5c36c3a9
Polish
10 years ago
Andy Wilkinson
0960908bd7
Add support for configuring SSL declaratively
...
Both Tomcat and Jetty can now be configured to use SSL via the
environment (typically application.properties or application.yml)
Closes #1084
10 years ago
Andy Wilkinson
d04f325294
Merge branch '1.1.x'
10 years ago
Andy Wilkinson
7945b29669
Correct the descriptions of two sample projects
10 years ago
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
11 years ago
Phillip Webb
3c7d825658
Fixup version numbers following release
11 years ago
Spring Buildmaster
40327e1ae6
Next development version
11 years ago
Dave Syer
3978700b4a
More specific pointcut to be safe
11 years ago
Phillip Webb
8054426803
Format source code
11 years ago
Phillip Webb
fa88c481a5
Remote trailing whitespace
11 years ago
Dave Syer
fd757cb371
Add logging.level to application.properties
...
E.g.
logging.level.org.springframework: DEBUG
logging.level.org.hibernate: WARN
Fixed gh-788
11 years ago
Phillip Webb
cc61d92b88
Fixup build following release
11 years ago
Spring Buildmaster
981669b7c0
Next development version
11 years ago
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe
.
11 years ago
Spring Buildmaster
67189477fe
Next development version
11 years ago
Phillip Webb
9632abf825
Formatting and cleanup
11 years ago
Phillip Webb
e220f0806a
Attempt to fix Windows CI
11 years ago
Phillip Webb
8be3f33cfb
Be defensive detecting when Mono not running
11 years ago
Dave Syer
b0bf9c776f
Fix logic error in ErrorPageFilter (fixes gh-1149)
11 years ago
Phillip Webb
91bbd20ca0
Fixup version numbers following release
11 years ago
Spring Buildmaster
542f3cbda8
Next development version
11 years ago
Dave Syer
542896b28f
Support for non-executable JAR in addition to the repackaged one
...
Stretches the Gradle boot plugin a bit, so there's a sample build
in the "profile" sample. Howto docs give examples.
Fixes gh-1135
11 years ago
Dave Syer
772df9bea7
Add inputs to gradle bootRepackage task
...
See gh-1113
11 years ago
Phillip Webb
a2efe17fc9
Polish
11 years ago
Phillip Webb
179e1558f6
Polish
11 years ago
Dave Syer
f8e847a6fc
Change ordering of DataSourceInitializer a bit
...
It needs to run as soon as the DataSource is available really otherwise
anything else that depends on the DataSource (like Security JDBC
initializers) might fail when it tries to use it.
One change from 1.1.1 is that if you have a schema.sql you had better
make sure your data.sql talks to the same tables. In 1.1.1 you could
sometimes get away with letting Hibernate initialize the tables for
your data.sql and *also* have a schema.sql. This was fragile and doomed
to fail eventually if the DataSourceInitializer somehow got
initialized earlier (e.g. through a @DependsOn), so in the spririt
of honesty being the best policy we explicitly disallow it now.
Fixes gh-1115
11 years ago
Dave Syer
7fc1f19389
Fix WS sample to use a random port
11 years ago
Dave Syer
e39fafcc33
Add JDBC user details to web-secure sample
...
See gh-1115
11 years ago
Dave Syer
18d8c4a8d9
Add additional samples to README
...
Fixes gh-1068
11 years ago
Dave Syer
2f12dc823c
Remove workaround for bug they fixed in Groovy
11 years ago
Phillip Webb
143e1918b7
Fixup versions following release
11 years ago
Spring Buildmaster
4ca26a21dc
Next development version
11 years ago
Phillip Webb
9e93719922
Fixup version numbers following release
11 years ago
Spring Buildmaster
05ed7b3bcd
Next development version
11 years ago
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
11 years ago
Dave Syer
36130b27e1
Support for Jmx (and Integration) autoconfig in parent contexts
...
When there are parent contexts we already had a strategy for registering
the actuator endpoints, but not the regular JMX or Integration MBeans.
This chnage makes the autoconfigs for JMX aware of the parent context.
Also adds a sample with a parent context.
See gh-847
11 years ago
Phillip Webb
5adbf32c18
Fixup version numbers following release
11 years ago
Spring Buildmaster
c650f2391e
Next development version
11 years ago
Phillip Webb
f0c0f00089
Polish
11 years ago
Andy Wilkinson
b585afe537
Polishing
11 years ago
Maciej Walkowiak
e40320a8ed
Added integration test for Spring Web Services Sample project
11 years ago
Maciej Walkowiak
95a6ce9e48
Spring Web Services Starter
...
- upgraded Spring WS to 2.2.0.RELEASE
- replaced default MVC DispatcherServlet with MessageDispatcherServlet
- migrated XML based config with nww Spring WS Java config
Fixes: gh-412
11 years ago
Marten Deinum
e2a449da97
Spring Web Services Starter and Sample Project
...
Fixes gh-412
11 years ago
Dave Syer
bc85f388aa
Add test for gh-1058
11 years ago
Javier Gayoso
b7d94d1364
Optimized login form - delegated CSRF token creation to thymeleaf
...
Also added additional test to verify behaviour.
Fixes gh-1039
11 years ago
Phillip Webb
2df4ead4d6
Convert README.md -> README.adoc
11 years ago