Rob Winch
|
ca5cc13948
|
SecurityEvaluationContextExtension Signature
SecurityEvaluationContextExtension.getRootObject() should have a signature
with a return type of SecurityExpressionRoot. See
EvaluationContextExtension javadoc
eed7658ce5/src/main/java/org/springframework/data/spel/spi/EvaluationContextExtension.java (L61-L64)
This enhancement will allow for Spring Data to make certain types of
optimizations.
Fixes gh-7891
|
6 years ago |
Joe Grandja
|
a6cbc909b6
|
SecurityEvaluationContextExtension implements latest EvaluationContextExtension
Fixes gh-6766
|
7 years ago |
Spring Operator
|
b93528138e
|
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2691 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
|
7 years ago |
Rob Winch
|
508f0bc870
|
Remove Deprecated EvaluationContextExtensionSupport Usage
EvaluationContextExtensionSupport is deprecated. Instead classes should
implement EvaluationContextExtension directly.
Fixes: gh-5886
|
7 years ago |
Rob Winch
|
e16b8e7976
|
Fix logback-test.xml
|
8 years ago |
Rob Winch
|
f221920a19
|
Clean up code to conform to basic checkstyle
Issue gh-3746
|
10 years ago |
Rob Winch
|
bb600a473e
|
Start AssertJ Migration
Issue gh-3175
|
10 years ago |
Thomas Darimont
|
ad1d858e2b
|
SEC-3056 - Fix JavaDoc errors.
Fixed JavaDoc errors accross multiple modules in order to make javadoc happy with Java 8.
|
11 years ago |
Rob Winch
|
ae6af5d73c
|
SEC-2915: Updated Java Code Formatting
|
11 years ago |
Rob Winch
|
02c3565e22
|
Fix compiling in Eclipse
|
11 years ago |
Rob Winch
|
1f861f512a
|
SEC-2676: Add SpEL Spring Security Integration
|
12 years ago |