buildmaster
ba9605b36f
Bumping versions
2024-07-23 03:55:25 +00:00
Olga Maciaszek-Sharma
efe5131a36
Remove some deprecated API usage, switch to newer JDK api usages, refactor.
2022-11-08 13:57:03 +01:00
Robert McNees
c59c256fa6
Upgrade JUnit version ( #973 ) ( #975 )
...
* Upgrade JUnit version (#973 )
See gh-973
2021-07-07 14:06:51 -04:00
Ian Hu
e42f0987bb
Avoid hard-coded SCOPED_TARGET_PREFIX usage. ( #811 )
...
Co-authored-by: Spencer Gibb <sgibb@pivotal.io >
2021-02-17 11:34:59 -05:00
Olga Maciaszek-Sharma
00668991a4
Reformat.
2020-09-17 09:44:37 -04:00
Spencer Gibb
c69bf5c597
Merge branch '2.1.x' into 2.2.x
2020-01-27 17:06:31 -05:00
Spencer Gibb
774fa69001
fixes ordering
2020-01-27 17:00:59 -05:00
Spencer Gibb
ebc46d60ec
Moves integration tests to separate package
2020-01-27 17:00:18 -05:00
Ryan Baxter
18a4227c4e
Added proxyBeanMethods = false to configuration classes. Fixes #623
2019-11-14 20:04:28 -05:00
Spring Operator
2a84af80d4
URL Cleanup ( #523 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 275 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-26 15:48:29 -04:00
Spring Operator
c76e026c19
URL Cleanup ( #522 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 275 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-21 20:30:00 -04:00
Marcin Grzejszczak
377eaad4a1
Checkstyle for tests
2019-02-03 15:13:41 +01:00
Marcin Grzejszczak
04d764d33a
Updated copyrights
2019-02-01 14:41:18 +01:00
Marcin Grzejszczak
ae314100f5
Applied checkstyle and turned it on by default
2019-02-01 12:50:02 +01:00
Spencer Gibb
87bb8f1fa1
Upgrades to build 2.1.0.BUILD-SNAPSHOT and boot 2.1.x
...
Moves refresh scope proxy creation from BeanDefinitionRegistryPostProcessor to BeanPostProcessor
fixes gh-400
2018-08-02 11:19:17 -04:00
Dave Syer
0e259eab35
Workaround for data source cycle with hibernate
...
The JpaInvokerConfiguration (nested in RefreshAutoConfiguration can be
removed when and if the issue is resolved in Boot.
Also splits the hibernate test dependencies out into a separate module
so the main context tests run quicker.
Fixes gh-355
2018-05-11 09:40:52 +01:00