Phillip Webb
c53e4dec74
Merge branch '3.4.x'
2025-02-18 15:11:11 -08:00
Phillip Webb
44d075c43d
Merge branch '3.3.x' into 3.4.x
2025-02-18 15:10:59 -08:00
Phillip Webb
bc28fbad28
Use latest Buildship in Eclipse setup
2025-02-18 15:10:47 -08:00
Phillip Webb
0be58127c6
Drop JST installs from Eclipse setup
2025-02-18 15:10:47 -08:00
Andy Wilkinson
214e0281a9
Start work on Spring Boot 3.5
2025-01-06 15:29:25 +00:00
Phillip Webb
88c36219da
Bump version in eclipse setup file
2024-07-09 21:24:21 -07:00
Andy Wilkinson
5ef7db9a28
Start working on Spring Boot 3.3
2024-01-04 10:56:56 +00:00
Phillip Webb
aeb6537f57
Rename spring-boot-loader to spring-boot-loader-classic
...
Rename the `spring-boot-loader` module to `spring-boot-loader-classic`
so that we can introduce an alternative loader implementation.
See gh-37669
2023-10-03 15:40:04 -07:00
Phillip Webb
0a607b3edf
Merge branch '3.1.x'
2023-06-14 15:45:05 -07:00
Phillip Webb
805e9e53a1
Merge branch '3.0.x' into 3.1.x
2023-06-14 15:44:55 -07:00
Phillip Webb
4337aa6a90
Merge branch '2.7.x' into 3.0.x
2023-06-14 15:44:46 -07:00
Phillip Webb
63978978b4
Drop STS plugins from Eclipse setup
2023-06-14 15:42:57 -07:00
Andy Wilkinson
b9c2c289b3
Start working on Spring Boot 3.2
...
This commit also disables the creation of forward merge issues
when merging into main. Forward merge issues will be re-enabled
once 3.1.1 has been released.
2023-06-08 17:22:21 +01:00
Phillip Webb
a6e444d958
Merge branch '3.0.x'
2023-04-07 17:56:40 -04:00
Phillip Webb
4c06d4d646
Merge branch '2.7.x' into 3.0.x
2023-04-07 17:56:32 -04:00
Phillip Webb
e912c1b2b8
Update eclipse setup file
2023-04-07 17:55:44 -04:00
Andy Wilkinson
64dcbec763
Merge branch '3.0.x'
...
Closes gh-34124
2023-02-08 14:17:30 +00:00
Andy Wilkinson
1cdc24a11d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34123
2023-02-08 14:17:06 +00:00
Andy Wilkinson
07fcb67540
Use repo.maven.apache.org consistently
...
Maven Central has two canonical URLs [1]:
- https://repo1.maven.org
- https://repo.maven.apache.org
This commit updates the codebase to only use repo.maven.apache.org.
Closes gh-33938
[1] https://central.sonatype.org/news/20190715_http_deprecation_update/#canonical-urls
2023-02-08 14:04:16 +00:00
Andy Wilkinson
63abaa4cd2
Start working on 3.1.0
2023-01-23 12:04:39 +00:00
Phillip Webb
8f51cd0e9d
Migrate eclipse setup to use Java 17
2022-09-06 17:57:37 -07:00
Phillip Webb
bf0fc837dd
Merge branch '2.7.x'
2022-09-06 17:56:43 -07:00
Phillip Webb
9bd4cf18f8
Merge branch '2.6.x' into 2.7.x
2022-09-06 16:06:52 -07:00
Phillip Webb
f9e8361635
Update eclipse project setup file
...
Attempt to fix buildSrc import and JDK version.
2022-09-06 16:05:29 -07:00
Andy Wilkinson
e06b0d97f7
Update main branch to start work on 3.0.x
2021-11-30 15:07:24 +00:00
Andy Wilkinson
86a773a8e9
Update main branch to start work on 2.7.x
2021-11-30 11:16:53 +00:00
dreis2211
9d344b1e18
Update some more references to 2.5.x
...
See gh-26861
2021-06-11 11:54:34 +01:00
Stephane Nicoll
d881503a73
Merge branch '2.4.x'
...
Closes gh-26172
2021-04-20 15:12:39 +02:00
Stephane Nicoll
7cbae821b7
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26171
2021-04-20 15:12:29 +02:00
wrongwrong
6ee72ff489
Use new update site for Spring Java Format's Eclipse plugin
...
See gh-26167
2021-04-20 15:11:03 +02:00
Stephane Nicoll
85d0f95f7a
Start work on Spring Boot 2.5
...
Closes gh-24491
2020-12-14 14:35:37 +01:00
Andy Wilkinson
84545a2baa
Merge branch '2.3.x'
...
Closes gh-21637
2020-06-01 13:17:23 +01:00
Andy Wilkinson
37c6618510
Fix pattern for spring-boot-tools' name predicate
...
Closes gh-21634
2020-06-01 12:46:07 +01:00
dreis2211
e1dc730388
Update some references to 2.4.x where appropriate
...
See gh-21612
2020-06-01 08:07:40 +01:00
Phillip Webb
e28338d6cd
Rename spring-boot-cloudnativebuildpack
...
Rename the `spring-boot-cloudnativebuildpack` module to
`spring-boot-buildpack-platform` and update the the package
name to `org.springframework.boot.buildpack.platform`.
Closes gh-19851
2020-01-22 11:01:32 -08:00
Phillip Webb
e513fe4666
Add layertools jarmode
...
Add a new `spring-boot-layertools` module which provides jarmode support
for working with layers. The module works with both classic fat jars,
as well as layered jars.
Closes gh-19849
2020-01-22 01:26:55 -08:00
Phillip Webb
aa1954717c
Add cloud native buildpack module
...
Add a Java implementation of the buildpacks.io specification allowing
projects to be packaged into OCI containers. The `builder` class
provides a Java equivalent of `pack build` command and is based on
the `pack` CLI Go code published at https://github.com/buildpacks/pack .
Closes gh-19828
2020-01-20 23:48:47 -08:00
Phillip Webb
d0a3270fc6
Merge branch '2.2.x'
...
Closes gh-19692
2020-01-13 12:25:29 -08:00
Phillip Webb
8edffc8ed7
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19688
2020-01-13 12:21:54 -08:00
Phillip Webb
faa38c946f
Upgrade to Eclipse 2019.12
...
Closes gh-19281
2020-01-13 12:18:17 -08:00
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
2020-01-10 14:15:35 +00:00
Phillip Webb
d3c5527f6a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19283
2019-12-04 20:10:27 -08:00
Phillip Webb
9f7999c626
Merge branch '2.2.x'
2019-12-04 18:34:49 -08:00
Phillip Webb
4c447f754a
Update version number in oomph setup file
...
Change version from 2.2.x to 2.3.x.
2019-12-04 18:33:57 -08:00
Phillip Webb
f4752430d4
Merge branch '2.1.x' into 2.2.x
2019-12-04 18:20:09 -08:00
Phillip Webb
0b5ce952ba
Use Eclipse m2e 1.14.0
...
Update our Oomph setup to use m2e 1.14.0 from their milestone
update site. Unfortunately we need to use the milestone since
the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=548652
has not yet made it into a stable m2e release.
Closes gh-19280
2019-12-04 18:18:44 -08:00
Phillip Webb
d29444baf1
No longer hide nested projects
...
Change the Oomph setup to no longer hide nested Maven projects
so that https://bugs.eclipse.org/bugs/show_bug.cgi?id=553789
doesn't get triggered.
See gh-19280
2019-12-04 18:13:15 -08:00
Phillip Webb
818d55365b
Upgrade to Eclipse 2019.9
...
Upgrade our Oomph setup to use Eclipse 2019.9
See gh-19280
2019-12-04 18:13:11 -08:00
Phillip Webb
2208dc1bc2
Refine smoke-tests setup for Eclipse
2019-07-10 13:02:02 +01:00
Andy Wilkinson
d6d2b591e3
Merge branch '2.1.x'
...
Closes gh-17379
2019-07-01 14:09:44 +01:00