Sam Brannen
1f54ba001b
Polish Javadoc for AopUtils, Advised, & related classes
10 years ago
Juergen Hoeller
94f9a0b03a
Hibernate 5 version references in javadoc
...
Issue: SPR-11694
10 years ago
Juergen Hoeller
cf0a916793
Consistent non-public AsyncRequestInterceptor classes
...
Issue: SPR-11694
10 years ago
Juergen Hoeller
f9c3910341
Support for Hibernate ORM 5.0 Beta 2
...
Issue: SPR-11694
10 years ago
Juergen Hoeller
1e046435ab
AntPathMatcher actually throws IllegalArgumentException if patterns cannot be combined
...
Issue: SPR-12998
10 years ago
Juergen Hoeller
acfc95e260
Merge pull request #796 from kazuki43zoo/SPR-13000
...
Modify to use the ConfigurableApplicationContext in reference document
10 years ago
Kazuki Shimizu
7926dea352
Modify to use the ConfigurableApplicationContext in reference document
...
Issue: SPR-13000
10 years ago
Juergen Hoeller
1722fa6678
JSR-223 based StandardScriptFactory (including <lang:std> support)
...
This commit also completes 4.2 schema variants in spring-context.
Issue: SPR-5215
10 years ago
Sam Brannen
4bf32578b5
Rename MethodBasedEvaluationContextTest to *Tests
10 years ago
Sam Brannen
b84b0e237b
Delete spring-context's dependency on spring-beans-groovy
...
Commit 5648fbfc31
introduced a
compile-time dependency on spring-beans-groovy in the spring-context
module which breaks the build on the CI server since the Animal Sniffer
task cannot find a JAR file for spring-beans-groovy.
This commit reverts that change so that the "sniffer" task once again
succeeds.
10 years ago
Sam Brannen
04d6afe54d
Support arbitrary levels of meta-annotations in TypeDescriptor
...
Prior to this commit, the `getAnnotation()` method in `TypeDescriptor`
only supported a single level of meta-annotations. In other words, the
annotation hierarchy would not be exhaustively searched.
This commit provides support for arbitrary levels of meta-annotations
in `TypeDescriptor` by delegating to `AnnotationUtils.findAnnotation()`
within `TypeDescriptor.getAnnotation()`.
Issue: SPR-12793
10 years ago
Sam Brannen
5f03c97295
Polish Javadoc for MethodParameter
10 years ago
Sam Brannen
638926be4f
Use JUnit ExpectedException rule in AntPathMatcherTests
10 years ago
Sam Brannen
c7cdbe126d
Introduce failing test case in AntPathMatcherTests
...
Issue: SPR-12998
10 years ago
Sam Brannen
a80d0e87a4
Merge pull request #795 from poutsma/SPR-12975
...
* SPR-12975:
Remove duplicate separators when combining paths
10 years ago
Arjen Poutsma
76beb36e4b
Remove duplicate separators when combining paths
...
Prior to this commit, AntPathMatcher would not correctly combine a path
that ends with a separator with a path that starts with a separator.
For example, `/foo/` + `/bar` combined into `/foo//bar`.
Specifically, this commit:
- Removes the duplicated separator in combined paths
- Improves RequestMappingInfo's toString() representation
- Fixes Javadoc formatting in AntPathMatcher
- Polishes AntPathMatcherTests
- Polishes Javadoc in AbstractRequestCondition
Issue: SPR-12975
10 years ago
Juergen Hoeller
5648fbfc31
Latest dependency updates (EhCache 2.10, Jackson 2.5.3, JasperReports 6.0.4, SLF4J 1.7.12, Tomcat 8.0.22, Undertow 1.2.5)
10 years ago
Juergen Hoeller
dbd82d128d
Polishing
10 years ago
Juergen Hoeller
e87dc9f82d
Test for AspectJ pointcuts with lambdas (currently marked as ignored)
...
Issue: SPR-11807
10 years ago
Rossen Stoyanchev
eb9eadbb50
Polish
10 years ago
Arjen Poutsma
a36319e91c
Introduce Marshalling MessageConverter
...
This commit introduces a messaging.converter.MessageConverter that
marshals to/from XML using the abstractions provided in the OXM module.
Issue: SPR-12726
10 years ago
Rossen Stoyanchev
2b528bb643
Improve and update docs on MvcUriComponentsBuilder
...
Issue: SPR-12617
10 years ago
Juergen Hoeller
1cc042d4c7
Polishing
10 years ago
Juergen Hoeller
783cb2c438
StringUtils.commaDelimitedListToSet/removeDuplicateStrings preserves original order
...
Issue: SPR-12003
10 years ago
Juergen Hoeller
b90085500d
Revert introduction of isNotEmpty aliases
...
Issue: SPR-12009
10 years ago
Juergen Hoeller
db80378dbe
Avoid infinite loop in PatternMatchUtils
...
Issue: SPR-12971
10 years ago
Juergen Hoeller
2c043ec9d7
Fix for ASM issue 317555
...
Issue: SPR-12957
10 years ago
Rossen Stoyanchev
cb01f89a40
Upgrade to reactor 2.0.1
10 years ago
Sebastien Deleuze
5465506fdd
Register automatically Jackson's JDK 8 module when available
...
Issue: SPR-12983
10 years ago
Sam Brannen
a89c0ecf5d
Fix broken cross-references in reference manual
10 years ago
Sam Brannen
401bcd4a8a
Polish Javadoc for AnnotatedElementUtils
10 years ago
Sebastien Deleuze
2b2186781b
Fix JSON Views code sample in the documentation
...
Issue: SPR-12994
10 years ago
Brian Clozel
98f8838173
Upgrade docbook-reference-plugin to 0.3.1
...
Previous docbook-reference-plugin version used some conflicting
API with Gradle 2.4.
10 years ago
Sam Brannen
ed60b8cf5b
Upgrade build to Gradle 2.4
...
Issue: SPR-12772
10 years ago
Sam Brannen
7a690df925
Remove trailing whitespace from Java source code
10 years ago
Kazuki Shimizu
edc66d76af
Improve description of DefaultLobHandler in reference manual
...
Issue: SPR-12985
10 years ago
Sam Brannen
250aef81e4
Merge pull request #791 from kazuki43zoo/SPR-12990
...
Ensure image of OXM exceptions hierarchy is displayed in reference manual
Issue: SPR-12990
10 years ago
Sam Brannen
6db8f24aaf
Polish AnnotatedElementUtils[Tests]
...
Issue: SPR-11514
10 years ago
Sam Brannen
270308dfd9
Document "get vs. find" semantics in AnnotatedElementUtils
...
Issue: SPR-11514
10 years ago
Sam Brannen
5c0f98aea4
Document & test AnnotatedElementUtils.getAllAnnotationAttributes
...
Issue: SPR-11514
10 years ago
Sam Brannen
2015781ea1
Rename duplicate EnvironmentIntegrationTests to EnvironmentSystemIntegrationTests
10 years ago
Brian Clozel
8b545f47bd
Fix remote context handling in UrlTag
...
Prior to this change, the `UrlTag` would simply append the remote
context and the path value in case of a context relative URL.
The following code snippet would output "//foo":
```
<spring:url value="/foo" context="/" />
```
This change now removes trailing slashes in remote context to avoid
this.
Issue: SPR-12782
10 years ago
Sam Brannen
9eb3518583
Introduce tests for AnnotatedElementUtils.isAnnotated()
...
Issue: SPR-11514
10 years ago
Sam Brannen
e2158d75de
Improve documentation of AnnotatedElementUtils.Processor
...
Issue: SPR-11514
10 years ago
Sam Brannen
61bfb5a2e7
Merge pull request #789 from kazuki43zoo/SPR-12987
...
Remove discussion of classic ORM APIs (JDO/JPA) from reference manual
10 years ago
Sam Brannen
c9d4e4eab8
Merge pull request #790 from kazuki43zoo/SPR-12988
...
Refer to EclipseLink instead of TopLink in reference manual
10 years ago
Sam Brannen
6584a53bcb
Merge pull request #792 from kazuki43zoo/SPR-12992
...
Remove unnecessary RemoteAccountService example from reference manual
10 years ago
Sam Brannen
6aef452e59
Merge pull request #793 from kazuki43zoo/SPR-12993
...
Fix typo in reference document
10 years ago
Kazuki Shimizu
702fb08dd5
Modify typo in reference document
...
* AccountServletEndpoint -> AccountServiceEndpoint
Issue: SPR-12993
10 years ago
Kazuki Shimizu
e3bd728088
Remove the RemoteAccountService
...
Issue: SPR-12992
10 years ago