Sam Brannen
8e2b14a2b6
Fix Javadoc links to Quartz
...
See https://github.com/quartz-scheduler/quartz-scheduler.org-site/issues/42
6 years ago
Sam Brannen
b5fb7437c9
Test exception handling for TestContext event annotations
...
This commit introduces tests for both synchronous and asynchronous
exception handling for TestContext event annotations.
See gh-18490
6 years ago
Sam Brannen
6853d50ddb
Polishing
6 years ago
Sam Brannen
e272e2e151
Support conditional processing in TestContext event annotations
...
This commit introduces support for SpEL expressions for conditional
event processing in annotations such as @BeforeTestClass ,
@BeforeTestMethod , etc.
This commit also introduces a new getTestContext() method in
TestContextEvent in order to improve the readability of such SpEL
expressions.
See gh-18490
6 years ago
Sam Brannen
f6d62eda8b
Add missing @Nullable declarations to TestContext return values
6 years ago
Sam Brannen
8649061acc
Polish Javadoc for TestContext
6 years ago
Sam Brannen
abda6a6c66
Polishing
6 years ago
Sam Brannen
d4f544d42f
Add missing precondition check to AutowireUtils.resolveDependency
...
See gh-2060
6 years ago
Sam Brannen
02be21d0dc
Polishing
6 years ago
Sam Brannen
7d926a847d
Polish tests for TestContext lifecycle events
...
See gh-18490
6 years ago
Sam Brannen
a16dd95ab7
Polishing
6 years ago
Sam Brannen
74e9825a65
Fix CheckStyle violation
6 years ago
Sam Brannen
416346200f
Polishing
6 years ago
Sam Brannen
297fd7629a
Polishing
6 years ago
Sam Brannen
dd1330d05e
Fix CheckStyle violations
...
See gh-18490
6 years ago
Sam Brannen
2d6624de71
Polish support for publishing TestContext lifecycle events
...
See gh-18490
6 years ago
Frank Scheffler
34fee867d2
Provide support for publishing TestContext lifecycle events
...
This commit introduces a new EventPublishingTestExecutionListener for
publishing events to the test ApplicationContext. These may be consumed
by @EventListener annotated methods to react to the TestContext
lifecycle. The listener is not registered by default.
Closes gh-18490
6 years ago
Juergen Hoeller
a7db395d9b
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
5d8a34fee6
Only prefer JDK 9+ Lookup.defineClass API if ClassLoader matches
...
Closes gh-22416
6 years ago
Juergen Hoeller
7a7c7f51e3
Polishing
6 years ago
Juergen Hoeller
c41616e82d
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
9c42fd7f17
JdbcTemplate preserves order of stored procedure output parameters
...
Closes gh-22491
6 years ago
Juergen Hoeller
fc7948c96b
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
e583da0725
Polishing
6 years ago
Juergen Hoeller
0288878bcc
Consistent handling of early FactoryBean instantiation failures
...
Closes gh-22409
6 years ago
pelladigabor
a07245caf8
Exclude jdk package in ShadowingClassLoader
...
Many Java 11 internal classes are located in the jdk package. ShadowingClassLoader should not load them, because it can cause errors, e.g. java.lang.IllegalAccessError: class jdk.internal.reflect.ConstructorAccessorImpl loaded by org.springframework.instrument.classloading.ShadowingClassLoader @2bea5ab4 cannot access jdk/internal/reflect superclass jdk.internal.reflect.MagicAccessorImpl
6 years ago
Sam Brannen
f2a5415111
Fix CheckStyle violations
...
See gh-2060
6 years ago
Sam Brannen
40da78e9df
Polishing
6 years ago
Sam Brannen
6f6be27aae
Polish AutowireUtils[Tests]
...
See gh-2060
6 years ago
Loïc Ledoyen
d77b36bf3b
Open parameter autowiring utility for external use ( #2060 )
...
* Make AutowireUtils public and protect its current API
* Move ParameterAutowireUtils features to AutowireUtils
Closes gh-2060
6 years ago
Sam Brannen
3a42f1154d
Polishing
6 years ago
Stephane Nicoll
846ec31dfe
Merge branch '5.1.x'
6 years ago
Stephane Nicoll
46a39dbf99
Merge pull request #22482 from izeye
...
* pr/22482:
Polish
6 years ago
Johnny Lim
046531fc75
Polish
...
Closes gh-22482
6 years ago
Juergen Hoeller
3a641d9297
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
79f91b4867
Upgrade to Hibernate ORM 5.3.9 and EclipseLink 2.7.4
6 years ago
Juergen Hoeller
490b23518b
Polishing
6 years ago
Juergen Hoeller
227c813c64
Revised AbstractAdvisorAutoProxyCreator javadoc
...
Closes gh-22473
6 years ago
Juergen Hoeller
00ed8da5c5
JmsTransactionManager supports lazy resource retrieval
...
Closes gh-22468
6 years ago
Sam Brannen
a7770e7448
Remove ApplicationContext dependency from ParameterAutowireUtils
...
This commit is a prerequisite for gh-2060.
6 years ago
Stephane Nicoll
49bbbb060d
Merge pull request #22472 from izeye
...
* pr/22472:
Polish
6 years ago
Johnny Lim
e21d94f91b
Polish
...
Closes gh-22472
6 years ago
Juergen Hoeller
7158acb8df
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
8d9ef46d98
Upgrade to Checkstyle 8.18 and RxJava 2.2.7
6 years ago
Juergen Hoeller
6a7a4a2145
Upgrade to Caffeine 2.7
6 years ago
Juergen Hoeller
5c2f3079fd
Sync between MockHttpServletResponse copies
...
See gh-22466
6 years ago
www
c31613dc74
Instantiate ArrayList class with a exact initial capacity
6 years ago
Juergen Hoeller
bc0317af3b
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
9eb7f7e294
Polishing
6 years ago
Juergen Hoeller
cb54f201c2
Break out of loop once an AspectJ advice has been found
...
Closes gh-22449
6 years ago