Phillip Webb
|
24e873cd7c
|
Move files from /.eclipse into /eclipse
Move the `eclipse.properties` file from `.eclipse` into `eclipse`
since the IDE plugin supports both.
|
6 years ago |
Stephane Nicoll
|
12f8ef1b6e
|
Upgrade to Spring Web Services 3.0.2.RELEASE
Closes gh-13912
|
6 years ago |
Stephane Nicoll
|
37f5e69173
|
Start building against Spring Security 5.0.7 snapshots
See gh-13898
|
6 years ago |
Stephane Nicoll
|
99f33d5070
|
Start building against Spring Data Kay snapshots
See gh-13890
|
6 years ago |
Andy Wilkinson
|
1ab98ca33f
|
Start building against Spring HATEOAS 0.25.0 snapshots
See gh-13742
|
6 years ago |
Stephane Nicoll
|
21160da9f5
|
Use SNAPSHOTs for upcoming releases
|
6 years ago |
Stephane Nicoll
|
1ee0c35631
|
Merge branch '1.5.x' into 2.0.x
|
6 years ago |
Stephane Nicoll
|
e30fddfcc2
|
Use SNAPSHOTs for upcoming releases
|
6 years ago |
Stephane Nicoll
|
b6f6dca7f8
|
Remove useless profile
|
6 years ago |
Stephane Nicoll
|
5ccb19500b
|
Polish
|
6 years ago |
Stephane Nicoll
|
64c668f766
|
Polish
|
6 years ago |
Stephane Nicoll
|
e6cf082dbc
|
Fix typo
|
6 years ago |
Stephane Nicoll
|
a25b6bd473
|
Restore support for TransactionAwareCacheDecorator
This commit makes sure to unwrap any transaction aware cache before
collecting metrics for them.
Closes gh-13861
|
6 years ago |
Madhura Bhave
|
1831f3be16
|
Fix NPE when Collection contains unbound children
Fixes gh-13636
|
6 years ago |
Madhura Bhave
|
6032b454b0
|
Polish
|
6 years ago |
Stephane Nicoll
|
829ac3fbef
|
Prevent headers to be mutated
This commit rework 1189ccc to prevent a mutate call on the original
headers map.
Closes gh-13871
|
6 years ago |
Stephane Nicoll
|
26cab9aa83
|
Merge branch '1.5.x' into 2.0.x
|
6 years ago |
Stephane Nicoll
|
8570b56217
|
Fix typo
|
6 years ago |
Stephane Nicoll
|
7d2e25f6f8
|
Merge branch '1.5.x' into 2.0.x
|
6 years ago |
Stephane Nicoll
|
7865233b16
|
Fix Flyway filesystem prefix location check
Co-authored-by: Andy Bell <andyrbell@gmail.com>
Closes gh-13863
|
6 years ago |
Stephane Nicoll
|
ee0de14e9f
|
Merge pull request #13871 from dreis2211:collections-remove-if
* pr/13871:
Polish "Use Collection.removeIf() where possible"
Use Collection.removeIf() where possible
|
6 years ago |
Stephane Nicoll
|
1a0afc6bbe
|
Polish "Use Collection.removeIf() where possible"
Closes gh-13871
|
6 years ago |
dreis2211
|
1189ccc936
|
Use Collection.removeIf() where possible
See gh-13871
|
6 years ago |
Stephane Nicoll
|
1ec1692381
|
Merge pull request #13813 from joshiste:issue-13791
* pr/13813:
Polish "Add metric description and base unit to metrics endpoint"
Add metric description and base unit to metrics endpoint
|
6 years ago |
Stephane Nicoll
|
7176c54f5e
|
Polish "Add metric description and base unit to metrics endpoint"
Closes gh-13813
|
6 years ago |
Johannes Edmeier
|
ab1f8cf77b
|
Add metric description and base unit to metrics endpoint
See gh-13813
|
6 years ago |
Stephane Nicoll
|
a7b13dbe45
|
Merge pull request #13819 from jkschneider:micrometer-1.0.6
* pr/13819:
Polish "Upgrade to Micrometer 1.0.6"
Upgrade to Micrometer 1.0.6
|
6 years ago |
Stephane Nicoll
|
ecb8da2536
|
Polish "Upgrade to Micrometer 1.0.6"
Closes gh-13819
|
6 years ago |
Jon Schneider
|
f478911c54
|
Upgrade to Micrometer 1.0.6
See gh-13819
|
6 years ago |
Stephane Nicoll
|
dcb68d4c64
|
Deprecate unused property
Closes gh-13836
|
6 years ago |
Andy Wilkinson
|
daad992c96
|
Merge branch '1.5.x' into 2.0.x
|
6 years ago |
Andy Wilkinson
|
f1cf41f544
|
Merge pull request #13818 from Johnny Lim
* gh-13818:
Add null guards for getBeanDefinition() in BeanTypeRegistry
|
6 years ago |
Johnny Lim
|
0fd4e40e6e
|
Add null guards for getBeanDefinition() in BeanTypeRegistry
Closes gh-13818
|
6 years ago |
Andy Wilkinson
|
136be5916c
|
Upgrade to Postgresql 42.2.4
Closes gh-13845
|
6 years ago |
Andy Wilkinson
|
8f2a8576a6
|
Upgrade to Mariadb 2.2.6
Closes gh-13844
|
6 years ago |
Andy Wilkinson
|
e5a4cfabc3
|
Upgrade to Hibernate Validator 6.0.11.Final
Closes gh-13843
|
6 years ago |
Andy Wilkinson
|
1c6e75ff10
|
Upgrade to Kafka 1.0.2
Closes gh-13842
|
6 years ago |
Andy Wilkinson
|
4003c3c6e5
|
Upgrade to Jna 4.5.2
Closes gh-13841
|
6 years ago |
Andy Wilkinson
|
3fd6f00155
|
Upgrade to Netty 4.1.27.Final
Closes gh-13840
|
6 years ago |
Andy Wilkinson
|
478181eb2c
|
Merge branch '1.5.x' into 2.0.x
|
6 years ago |
Andy Wilkinson
|
9c5330f076
|
Upgrade to Narayana 5.5.32.Final
Closes gh-13839
|
6 years ago |
Andy Wilkinson
|
5a6ba34467
|
Upgrade to Httpclient 4.5.6
Closes gh-13838
|
6 years ago |
Stephane Nicoll
|
fc0a687ee0
|
Migrate test to ApplicationContextRunner
|
6 years ago |
Madhura Bhave
|
660d284f45
|
Document when and how to use brackets when binding to maps
Closes gh-13506
|
6 years ago |
Madhura Bhave
|
56235187d0
|
Fix typo
|
6 years ago |
Andy Wilkinson
|
10b91602e9
|
Increase connect and read timeouts when testing against Cassandra
|
6 years ago |
Andy Wilkinson
|
de7899fba4
|
Improve reliability by give Cassandra more time and attempts to start
|
6 years ago |
Andy Wilkinson
|
bfc4cad692
|
Upgrade to Spring REST Docs 2.0.2.RELEASE
Closes gh-13505
|
6 years ago |
Stephane Nicoll
|
cdbe6fa122
|
Document properties migrator usage
Closes gh-13600
|
6 years ago |
Stephane Nicoll
|
a1ef3f070a
|
Improve documentation for using a mock environment with @SpringBootTest
Closes gh-13827
|
6 years ago |