Andy Wilkinson
18174a8e9e
Polish "Add opt-in support for Neo4j-OGM native types"
...
See gh-15637
6 years ago
Michael Simons
af21b847a0
Add opt-in support for Neo4j-OGM native types
...
This includes tests for the autoconfiguration using that new property.
The test require the native types for Bolt and embedded in the test
scope, so the Neo4j-OGM native types have been added to managed
dependencies.
The enhanced autoconfiguration throws an
InvalidConfigurationPropertyValueException when native types cannot be
used due to missing dependencies or wrong transport mode.
See gh-15637
6 years ago
Stephane Nicoll
c8070f4408
Merge pull request #14823 from jgriff
...
* pr/14823:
Polish "Support expressing application `args` in `@SpringBootTest`"
Support expressing application `args` in `@SpringBootTest`
6 years ago
Stephane Nicoll
7413584b00
Polish "Support expressing application `args` in `@SpringBootTest`"
...
Closes gh-14823
6 years ago
Justin Griffin
422e6b7d41
Support expressing application `args` in `@SpringBootTest`
...
Add `args` property to the `@SpringBootTest` annotation so tests
can easily supply application arguments to pass to their app under test.
See gh-14823
6 years ago
Andy Wilkinson
1f08a52475
Merge branch 'spring-data-moore'
6 years ago
Andy Wilkinson
b3312d7de4
Upgrade to Jedis 3.0.1
...
Closes gh-15941
6 years ago
Andy Wilkinson
a0b826ce4d
Start building against Spring Plugin 2.0.0.M1 snapshots
...
See gh-15940
6 years ago
Andy Wilkinson
bb4cdd3ba1
Start building against Spring HATEOAS 1.0.0.M1 snapshots
...
See gh-15939
6 years ago
Michael Simons
330f5b70f2
Upgrade to Neo4j-OGM 3.2.0-alpha04
...
Closes gh-15937
6 years ago
Andy Wilkinson
7a8104ac0e
Upgrade to Elasticsearch 6.5.4
...
Closes gh-15938
6 years ago
Andy Wilkinson
e924745bf8
Start building against Spring Data Moore M2 snapshots
...
See gh-15197
6 years ago
Stephane Nicoll
c25b1652dd
Merge pull request #15933 from govi20
...
* pr/15933:
Polish "Fix broken links to appendix"
Fix broken links to appendix
6 years ago
Stephane Nicoll
c3c22c0a8a
Polish "Fix broken links to appendix"
...
Closes gh-15933
6 years ago
Govinda
3428c0efa2
Fix broken links to appendix
...
See gh-15933
6 years ago
Stephane Nicoll
2241837d75
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
46bf82ca82
Upgrade to Spring Framework 5.1.5
...
Closes gh-15862
6 years ago
Stephane Nicoll
3b3d9f8e90
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
e38bd28271
Upgrade to Reactor Bom Californium-SR5
...
Closes gh-15878
6 years ago
Andy Wilkinson
b339c92871
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
a0cf4ec017
Add dependency now needed for javadoc generation on Java 11
...
See gh-15775
6 years ago
Andy Wilkinson
0adea5a905
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
948bafa4d8
Repackage kotlin-module metadata beneath BOOT-INF/classes
...
Closes gh-15890
6 years ago
Andy Wilkinson
5045c3b8b8
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
3a6d15acf6
Caution against using component scanning in an auto-configuration
...
Closes gh-15348
6 years ago
Andy Wilkinson
1aa7b30b70
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
8e6b4629d4
Tolerate AuthenticationSwitchUserEvent with null target user
...
When Spring Security is misconfigured it's possible to switch from an anonymous user
to a normal user. When switching back again, the corresponding
AuthenticationSwitchUserEvent will have a null target user. Previously, Actuator's
AuthenticationAuditListener would throw a NullPointerException when it received such an
event.
This commit updates the audit listener to defensively handled events with a null target
user.
Closes gh-15767
6 years ago
Stephane Nicoll
738da8ffca
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
a74717307f
Merge pull request #15859 from matthiasstock
...
* pr/15859:
Polish contribution
Polish 'Database Initialization' section
6 years ago
Stephane Nicoll
a1fbfbe6be
Polish contribution
...
Closes gh-15859
6 years ago
Matthias Stock
3c761cfc96
Polish 'Database Initialization' section
...
See gh-15859
6 years ago
Stephane Nicoll
f6f6d97269
Update copyright year
6 years ago
Stephane Nicoll
d0c6a23565
Polish
6 years ago
Stephane Nicoll
3708eaf953
Merge pull request #15580 from cpandya231
...
* pr/15580:
Polish "Change "Colophon" to "Legal""
Change "Colophon" to "Legal"
6 years ago
Stephane Nicoll
b91f613ca0
Polish "Change "Colophon" to "Legal""
...
Closes gh-15580
6 years ago
Chintan Pandya
781e055256
Change "Colophon" to "Legal"
...
See gh-15580
6 years ago
Andy Wilkinson
c41924f7d4
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
d368e9c6eb
Merge pull request #15775 from Johnny Lim
...
* gh-15775:
Polish "Use class for @ConditionalOnClass"
Use class for @ConditionalOnClass
Closes gh-15775
6 years ago
Andy Wilkinson
ab8fcf0d71
Polish "Use class for @ConditionalOnClass"
...
See gh-15775
6 years ago
Johnny Lim
b423962c89
Use class for @ConditionalOnClass
...
See gh-15775
6 years ago
Stephane Nicoll
81e6a5a4d9
Merge pull request #15325 from thorntonrp
...
* pr/15325:
Polish "Support for capping archived log files"
Support for capping archived log files
6 years ago
Stephane Nicoll
f42cec9eac
Polish "Support for capping archived log files"
...
Closes gh-15325
6 years ago
Robert Thornton
999780f342
Support for capping archived log files
...
See gh-15325
6 years ago
Andy Wilkinson
6b799da99f
Merge pull request #7630 from Eddú Meléndez
...
* gh-7630:
Polish "Add TestNG support in TestTypeExcludeFilter"
Add TestNG support in TestTypeExcludeFilter
Closes gh-7630
6 years ago
Andy Wilkinson
c04eba7ebc
Polish "Add TestNG support in TestTypeExcludeFilter"
...
See gh-7630
6 years ago
Eddú Meléndez
b005008cac
Add TestNG support in TestTypeExcludeFilter
...
See gh-7630
6 years ago
Andy Wilkinson
4d9513404a
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
5ae7aeff21
Revert "Upgrade to Saaj Impl 1.5.1"
...
This reverts commit 1f47bd9717
.
See gh-15915
6 years ago
Andy Wilkinson
fc67e4472c
Merge pull request #15842 from Raheela Aslam
...
* gh-15842:
Polish "Make auto-config of RestTemplate metrics back off with no builder bean"
Make auto-config of RestTemplate metrics back off with no builder bean
Closes gh-15842
6 years ago
Andy Wilkinson
22192c2b5c
Polish "Make auto-config of RestTemplate metrics back off with no builder bean"
...
Closes gh-15842
6 years ago