Spring Operator
e401d02ced
Use HTTPS for external links wherever possible
...
See gh-16316
6 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
6 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
6 years ago
Spring Buildmaster
5f959b074f
Next Development Version
8 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
8 years ago
Spring Buildmaster
2216369348
Next Development Version
8 years ago
Spring Buildmaster
819a9574a6
Next Development Version
9 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
9 years ago
Spring Buildmaster
225d877ab9
Next Development Version
9 years ago
Spring Buildmaster
504d3e97ba
Next development version
9 years ago
Spring Buildmaster
8db59059a5
Next Development Version
9 years ago
Spring Buildmaster
3f6f57a80e
Next Development Version
9 years ago
Huang YunKun
1c5e445554
Update the samples to use @WebIntegrationTest and randomPort=true
...
Closes gh-4294
Closes gh-4271
9 years ago
Phillip Webb
1e4d974ec0
Merge remote-tracking branch 'local12x/1.2.x'
9 years ago
Phillip Webb
a79131f8d2
Organize imports with new settings
...
See gh-4234
9 years ago
Spring Buildmaster
2b38a861e3
Next Development Version
9 years ago
Phillip Webb
e473364e4e
Merge branch '1.2.x'
9 years ago
Phillip Webb
6ab376e2e8
Reformat code use Eclipse Mars
9 years ago
Spring Buildmaster
9409c49c10
Next development version
9 years ago
Phillip Webb
2615990ffb
Organize imports
9 years ago
Stephane Nicoll
7c0c953f81
Add value alias for SpringApplicationConfiguration
...
Given that Spring Boot uses java config accross the board, a new `value`
attribute is now aliased to the existing `classes` attribute such that
one could write the following:
@SpringApplicationConfiguration(MyConfig.class)
public class MyTest {}
Closes gh-3635
9 years ago
Spring Buildmaster
7ce391db4f
Next development version
10 years ago
Phillip Webb
61fc4f3f12
Polish copyright headers
10 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
10 years ago
Spring Buildmaster
5d81c87b43
Next Development Version
10 years ago
Spring Buildmaster
e03c11dda8
Next development version
10 years ago
Phillip Webb
a57a88f5cf
Move master to 1.3.0.BUILD-SNAPSHOT
10 years ago
Spring Buildmaster
8f0ad02237
Next development version
10 years ago
Spring Buildmaster
60725cd8bd
Next development version
10 years ago
Spring Buildmaster
1a788c1741
Next development version
10 years ago
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
40327e1ae6
Next development version
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
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
Spring Buildmaster
542f3cbda8
Next development version
11 years ago
Spring Buildmaster
4ca26a21dc
Next development version
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
Spring Buildmaster
c650f2391e
Next development version
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
8bcda1bcbe
Polish
11 years ago
Dave Syer
14d3b46809
Add constants to SecurityProperties and ManagementServerProperties
...
For the convenience of users who want to selectively override the
access rules in an application without taking complete control of the
security configuration we now have some constants:
* SecurityProperties.ACCESS_OVERRIDE_ORDER for overriding just the
application endpoint access rules
* ManagementServerProperties.ACCESS_OVERRIDE_ORDER for overriding the
application endpoint and management endpoint access rules
Fixes gh-803
11 years ago
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
d3954a1703
Next development version
11 years ago
Phillip Webb
fad5ce45db
Polish
11 years ago
Dave Syer
0aa93036fa
Fix secure method configuration global authentication
...
This fixes a bug in the sample, where the AuthenticationManager it builds
is a local one for the filter chain containing "/login", whereas it was
expecting to override the Boot default, which is "global". The fix is
to extract the authentication configuration out into a
GlobalAuthenticationConfigurerAdapter.
Fixes gh-699
11 years ago
Dave Syer
e4b8e174e8
Add test case for gh-699
11 years ago