Juergen Hoeller
0865abef83
Expose current cached session count
...
Closes gh-26811
5 years ago
Juergen Hoeller
7d3f42b27b
Expose endpoint id as listener container name (for transaction/thread name)
...
Closes gh-26683
5 years ago
Juergen Hoeller
6670db9b58
Polishing
5 years ago
Juergen Hoeller
7b6cac2c93
Polishing
5 years ago
Juergen Hoeller
6ffeee3e6f
Basic integration tests with various listener container settings
...
See gh-26442
5 years ago
Juergen Hoeller
0503cf2937
Revised checks for maxMessagesPerTask and idleReceivesPerTaskLimit
...
See gh-26442
5 years ago
Koen Serneels
14c802f979
Introduced 'idleReceivesPerTaskLimit': also mark task idle when idle receives per task threshold is reached
...
Closes GH-26195
5 years ago
Juergen Hoeller
a6e48811c0
Compatibility with Jackson 2.12 (tested against 2.12.0-rc1)
...
Closes gh-25907
6 years ago
Juergen Hoeller
6e4fcb69f0
Polishing
6 years ago
Juergen Hoeller
9dfef59af2
Construct StringWriter instances with appropriate initial size
...
Closes gh-25789
6 years ago
Juergen Hoeller
874574513c
Replace remaining usage of LinkedList with ArrayList/ArrayDeque
...
Closes gh-25650
6 years ago
Juergen Hoeller
04df9b8f49
Efficient checks for empty strings and single character matches
...
Closes gh-25552
Closes gh-25553
6 years ago
Sam Brannen
6a2939a4d4
Suppress deprecation warnings in JmsInvokerTests
6 years ago
Sam Brannen
bd65762582
Polish Javadoc for MessagePostProcessor interfaces
...
See gh-25571
6 years ago
Philippe Marschall
6a7e58ac82
Add @FunctionalInterface to MessagePostProcessor
...
Add the @FunctionalInterface annotation to the MessagePostProcessor
interfaces in the spring-jms and spring-messaging projects.
Closes gh-25571
6 years ago
Juergen Hoeller
a1a9bb3e7f
Explicit note on phasing out serialization-based remoting
...
See gh-25379
6 years ago
Sam Brannen
335c3d5db6
Polish contribution
...
See gh-25445
6 years ago
XenoAmess
ab859fcc96
Refine use of substring operations
...
Closes gh-25445
6 years ago
Sam Brannen
a8901e3cf8
Polish contribution
...
See gh-25445
6 years ago
XenoAmess
edfc6c0293
Refine use of substring operations
...
Closes gh-25445
6 years ago
Sam Brannen
cdc234d7db
Polish contribution
...
See gh-25446
6 years ago
XenoAmess
c547809e89
Use instanceof instead of Class#isInstance where feasible
...
Closes gh-25446
6 years ago
Juergen Hoeller
165a6f186d
Expose setExceptionListener on AbstractJmsListenerContainerFactory
...
Closes gh-22102
6 years ago
Brian Clozel
d9ccd618ea
Deprecate remoting technologies support
...
Because of security and broader industry support, support for several
remoting technologies is now deprecated and scheduled for removal in
Spring Framework 6.0.
This commit deprecates the following remoting technologies:
* HTTPInvoker
* RMI
* Hessian
* JMS remoting
Other remoting technologies like EJB or JAXWS might be deprecated in the
future depending on industry support.
Closes gh-25379
6 years ago
Sam Brannen
ab0e651547
Polish SerializationTestUtils, clean up warnings, etc.
6 years ago
Сергей Цыпанов
7949937655
Remove redundant assignment of default values to volatile fields
6 years ago
Sam Brannen
8099fc8178
Use try-with-resources language construct where feasible
...
Closes gh-2063
Co-authored-by: igor-suhorukov <igor.suhorukov@gmail.com>
6 years ago
Juergen Hoeller
e955e52f2f
Refactor method name dispatching to switch statements
...
Closes gh-25163
6 years ago
Sam Brannen
12e05280ad
Upgrade to AssertJ 3.16
6 years ago
陈其苗
13970ae528
Use autoboxing instead of explicit wrapping in tests
...
Closes gh-24801
6 years ago
Sam Brannen
e26764d249
Remove duplicate words in documentation and polish Javadoc
6 years ago
陈其苗
0463d7fcb9
Set proxyBeansMethod to false when no method is called
6 years ago
Juergen Hoeller
e0319b1f79
Raise log level for exceptions from EntityManager close call
...
Closes gh-24501
6 years ago
Sam Brannen
5581f3b77b
Use Gradle test fixture support for spring-tx
...
See gh-23550
6 years ago
Sam Brannen
7cd4ddf5fc
Rename test fixture package in spring-beans
...
See gh-23550
6 years ago
Sam Brannen
61d4ee594d
Use Gradle test fixture support for spring-beans and spring-context
...
See gh-23550
6 years ago
Gary Russell
63844c6d74
MappingJackson2MessageConverter: fix javadoc typo
...
`getJavaTypeForMessage()` - wrong parameter description.
6 years ago
Sam Brannen
9f00eb68e9
Clean up warnings
6 years ago
Phillip Webb
d945ae9191
Add blank line between java and javax imports
...
See gh-23539
Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
7 years ago
Phillip Webb
deba2ed1b3
Add blank line between java and javax imports
...
See gh-23539
7 years ago
Sam Brannen
ad6231ad29
Add missing @Override annotations
7 years ago
Sam Brannen
a07ce8eb82
Polishing
7 years ago
Sam Brannen
3e2b977d5d
Re-enable shadowed, overridden @Test and lifecycle methods
...
Due to a bug (or "unintentional feature") in JUnit 4, overridden test
and lifecycle methods not annotated with @Test , @Before , @After , etc.
are still executed as test methods and lifecycle methods; however,
JUnit Jupiter does not support that. Thus, prior to this commit, some
overridden test and lifecycle methods were no longer executed after the
migration from JUnit 4 to JUnit Jupiter.
This commit addresses this issue for such known use cases, but there
are likely other such use cases within Spring's test suite.
See gh-23451
7 years ago
Sam Brannen
3f3e41923f
Migrate rest of test suite from JUnit 4 to JUnit Jupiter
...
This commit migrates the rest of Spring's test suite to JUnit Jupiter,
except spring-test which will be migrated in a separate commit.
See gh-23451
7 years ago
Juergen Hoeller
c4622dbebc
Polishing
7 years ago
Juergen Hoeller
fc46abf0b7
Polishing
7 years ago
Juergen Hoeller
33b5bc2aae
Polishing
7 years ago
Juergen Hoeller
7dc92aa05d
Polishing
7 years ago
Sebastien Deleuze
098ac0bbb8
Annotate Object#equals parameter with @Nullable
...
Closes gh-23093
7 years ago
Сергей Цыпанов
aaeabc3c85
Simplify iteration over maps
...
Closes gh-23053
7 years ago