buildmaster
3df50061ac
Bumping versions
2023-06-21 23:49:09 +00:00
spencergibb
d0f6d2b2e9
Uses a custom event to share the SpringApplication.
...
Rather than RestartListener republishing the ApplicationPreparedEvent, a new event, ContextRefreshedWithApplicationEvent, is published with the data from the original event. Listeners were refactored to listen to the new event instead.
Fixes gh-1248
2023-06-21 13:57:07 -04:00
buildmaster
fd2d374381
Bumping versions
2023-05-26 13:16:27 +00:00
buildmaster
f22d75050f
Bumping versions
2023-05-25 13:16:05 +00:00
buildmaster
409e13f289
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 18:53:44 +00:00
buildmaster
0661beb4b7
Going back to snapshots
2023-05-24 18:53:44 +00:00
buildmaster
261562aa04
Update SNAPSHOT to 4.0.3
2023-05-24 18:51:20 +00:00
Ryan Baxter
ac709ec6e2
Merge branch '3.1.x'
2023-05-04 15:26:49 -04:00
Ryan Baxter
2f467e5823
Add application listener to locate property sources during bootstrap ( #1228 )
...
* Add application listener to locate property sources during bootstrap
Also adds support for activating profiles using spring.profiles.active from bootstrap property source listeners.
Allow profiles to be passed from bootstrap context to main application context
* Add application listener to locate property sources during bootstrap
Also adds support for activating profiles using spring.profiles.active from bootstrap property source listeners.
Allow profiles to be passed from bootstrap context to main application context
Updating version in docs
2023-05-04 15:06:20 -04:00
buildmaster
51ee78555d
Bumping versions to 4.0.3-SNAPSHOT after release
2023-03-28 14:56:55 +00:00
buildmaster
096d870fd6
Going back to snapshots
2023-03-28 14:56:55 +00:00
buildmaster
9ad2f7c988
Update SNAPSHOT to 4.0.2
2023-03-28 14:54:41 +00:00
buildmaster
3697738614
Bumping versions
2023-02-25 02:11:22 +00:00
buildmaster
548f589a0f
Bumping versions
2023-02-24 02:10:48 +00:00
buildmaster
383ae12c7a
Bumping versions to 3.1.7-SNAPSHOT after release
2023-02-23 22:04:48 +00:00
buildmaster
743e98b0a6
Going back to snapshots
2023-02-23 22:04:47 +00:00
buildmaster
0668ebf67d
Update SNAPSHOT to 3.1.6
2023-02-23 22:02:50 +00:00
Ryan Baxter
f990f1c8cf
Remove unused parameters in reinitializeLoggingSystem. Fixes #1200
2023-01-30 08:05:02 -05:00
buildmaster
4c456f6071
Bumping versions to 4.0.2-SNAPSHOT after release
2023-01-25 14:38:59 +00:00
buildmaster
4518b68b1d
Going back to snapshots
2023-01-25 14:38:59 +00:00
buildmaster
201cadc911
Update SNAPSHOT to 4.0.1
2023-01-25 14:36:41 +00:00
spencergibb
b886421427
Adds junit-platform-launcher to other commons modules
2023-01-24 11:07:33 -05:00
Krishna
a6c5d438fe
Removed ModifiedClasspathRunner and used the ClasspathExtensions from the Spring boot test support ( #1181 )
2023-01-23 11:46:30 +01:00
Olga Maciaszek-Sharma
097959a64a
Merge remote-tracking branch 'origin/3.1.x'
2023-01-17 14:00:36 +01:00
qingshanpeng
483798a7d2
add override annotation for ScopeCache child class
2023-01-17 13:56:30 +01:00
buildmaster
b6e4fb00d4
Bumping versions
2022-12-18 13:15:43 +00:00
buildmaster
1e4f2c5a77
Bumping versions
2022-12-16 13:15:46 +00:00
buildmaster
7f287120d7
Bumping versions to 4.0.1-SNAPSHOT after release
2022-12-15 20:27:45 +00:00
buildmaster
9f231ec824
Going back to snapshots
2022-12-15 20:27:45 +00:00
buildmaster
90bfce5be6
Update SNAPSHOT to 4.0.0
2022-12-15 20:25:41 +00:00
Ryan Baxter
34687af510
Use spring.config.activate.on-profile instead of spring.profiles for Boot 3 compatibility. Fixes #1177 ( #1182 )
...
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2022-12-15 08:58:35 -05:00
buildmaster
f26c2b3e93
Going back to snapshots
2022-12-01 17:37:54 +00:00
buildmaster
007f844e6c
Update SNAPSHOT to 4.0.0-RC3
2022-12-01 17:36:05 +00:00
Olga Maciaszek-Sharma
78eb9a0fd6
Lazily initialize child contexts with AOT initializers. ( #1176 )
2022-11-30 21:01:45 +01:00
buildmaster
b1fc0d8d6f
Going back to snapshots
2022-11-17 17:15:40 +00:00
buildmaster
ef88c4164a
Update SNAPSHOT to 4.0.0-RC2
2022-11-17 17:13:24 +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
buildmaster
be72e49e91
Bumping versions to 3.1.6-SNAPSHOT after release
2022-11-03 14:32:00 +00:00
buildmaster
5d95ca7137
Going back to snapshots
2022-11-03 14:32:00 +00:00
buildmaster
d33cadbe5c
Update SNAPSHOT to 3.1.5
2022-11-03 14:30:07 +00:00
buildmaster
fa53e6cb1c
Going back to snapshots
2022-10-27 21:49:50 +00:00
buildmaster
3acff28aeb
Update SNAPSHOT to 4.0.0-RC1
2022-10-27 21:48:01 +00:00
spencergibb
0a4ee74bca
Merge branch '3.1.x'
2022-10-27 11:51:56 -04:00
spencergibb
3a582dc603
Adds rebind/refresh an individual bean by type
...
Fixes gh-1162
2022-10-27 11:51:04 -04:00
spencergibb
d1dba70bbf
Adds rebind/refresh an individual bean by type
...
Fixes gh-1162
2022-10-27 11:43:45 -04:00
Ryan Baxter
7afddc8eb8
Destroy and initialize beans within the correct context. Fixes #1158 ( #1160 )
...
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2022-10-25 09:06:31 -04:00
Ryan Baxter
86c44de855
Destroy and initialize beans within the correct context. Fixes #1158 ( #1160 )
...
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2022-10-25 09:05:18 -04:00
spencergibb
b18ea82607
Fixes test
2022-10-10 14:28:10 -04:00
spencergibb
733e9f3ee8
Fixes test
2022-10-10 14:24:13 -04:00
buildmaster
f30a42f01e
Going back to snapshots
2022-10-06 00:57:03 +00:00