-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency rules_spring to v2.6.2 #4
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/rules_spring-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
March 17, 2023 05:43
54c2afd
to
f60398e
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.2.1
Update dependency rules_spring to v2.2.2
Mar 17, 2023
renovate
bot
changed the title
Update dependency rules_spring to v2.2.2
Update dependency rules_spring to v2.2.3
Jun 22, 2023
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
June 22, 2023 05:40
f60398e
to
8a65235
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.2.3
Update dependency rules_spring to v2.2.4
Jul 6, 2023
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
July 6, 2023 05:56
8a65235
to
42faace
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.2.4
Update dependency rules_spring to v2.3.0
Nov 5, 2023
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
November 5, 2023 02:19
42faace
to
ad73e07
Compare
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
January 16, 2024 23:43
ad73e07
to
3c1982c
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.3.0
Update dependency rules_spring to v2.3.1
Jan 16, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
March 20, 2024 08:52
3c1982c
to
a9eee5f
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.3.1
Update dependency rules_spring to v2.3.2
Mar 20, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
November 1, 2024 05:12
a9eee5f
to
0a0c3d2
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.3.2
Update dependency rules_spring to v2.4.0
Nov 1, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
December 4, 2024 23:47
0a0c3d2
to
fc3a80b
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.4.0
Update dependency rules_spring to v2.4.1
Dec 4, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
December 8, 2024 05:23
fc3a80b
to
3c0c78b
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.4.1
Update dependency rules_spring to v2.4.2
Dec 8, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
December 10, 2024 05:51
3c0c78b
to
83d451c
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.4.2
Update dependency rules_spring to v2.5.1
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
December 22, 2024 08:39
83d451c
to
365b16d
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.5.1
Update dependency rules_spring to v2.6.0
Dec 22, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
December 23, 2024 08:57
365b16d
to
fd34830
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.6.0
Update dependency rules_spring to v2.6.1
Dec 23, 2024
renovate
bot
force-pushed
the
renovate/rules_spring-2.x
branch
from
January 10, 2025 03:23
fd34830
to
92fe36b
Compare
renovate
bot
changed the title
Update dependency rules_spring to v2.6.1
Update dependency rules_spring to v2.6.2
Jan 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.0
->2.6.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
salesforce/rules_spring (rules_spring)
v2.6.2
: Jan 2025 Fix git.propertiesCompare Source
This release contains a single bug fix.
The 2.5.2 release introduced the ability to have multiple springboot() macros in the same package (#139). To support this feature, the rule prefixes the generated names in the macro to prevent filename/target collisions. Unfortunately, this broke support for the git.properties file in Spring Boot because it loads the file based on name. With the prefixing the filename became mytarget_git.properties which is ignored by Spring. This release fixes that problem (#259). In addition to fixing the bug, tests were added to detect file packaging problems in the future.
Another improvement was recently added to rules_spring. It is a new example, and so is not present in the release jar. But it is worth mentioning here that there is now an example for BuildProperties (#113) support in Spring Boot applications.
Bzlmod:
WORKSPACE:
v2.6.1
: Dec 2024 Bug Fixes for Multiarch, JAVABIN, debugCompare Source
This release fixes a few issues:
Bzlmod:
WORKSPACE:
v2.6.0
: Dec 2024 Bazel Run Configuration EnhancementsCompare Source
This release improves configuration options for services launched via bazel run.
Bzlmod:
WORKSPACE:
v2.5.2
: Dec 2024 Multi-target support, Bazel Run JVM Flag ImprovementsCompare Source
This release eliminates a couple of limitations in the springboot() macro. The first is the most notable:
And an enhancement, and a bug fix, related to JVM flags used during Bazel run executions of springboot() targets:
Bzlmod:
WORKSPACE:
v2.5.1
: Dec 2024 Bzlmod fix, bazelrun script fixesCompare Source
This is a bug fix release:
Bzlmod:
WORKSPACE:
v2.5.0
: Dec 2024 Transition to BzlmodCompare Source
Fully transitioned to Bzlmod for workspace dependency management. MODULE.bazel now fully describes the workspace dependencies, and WORKSPACE has been deleted.
NOTE: this release has a bug in the MODULE.bazel file, and is not recommended for use. Use 2.5.1 instead.
If you are just starting your Bzlmod journey, here are some good starting points:
Bzlmod:
WORKSPACE:
v2.4.2
: Dec 2024 rules_license and Bazel Constraint AttributesCompare Source
This release adds a few minor features:
To use this release:
Bzlmod:
WORKSPACE:
v2.4.1
: Dec 2024 Better Deps FilterCompare Source
This release does not change the rule implementation, but contains two good enhancements:
To use this release:
v2.4.0
: Oct 2024 Minor EnhancementsCompare Source
This is a minor release.
To use this release:
v2.3.2
: Mar 2024 Support for add-opens and add-exportsCompare Source
This will assist users migrating to JDK17 and beyond, as they will sometimes be impacted by stricter Java modularization enforcement.
The JDK has two mechanisms for loosening those restrictions described here:
For example: To add add-opens and add-exports for a springboot target.
To use this new release, add this section to your WORKSPACE file:
v2.3.1
: Jan 2024 Support for Spring Boot 3.2.0Compare Source
The features for this release come from Knut Eirik Leira Hjelle @hjellek (Takk skal du ha!).
These features target support for Spring Boot 3.2.0. Both relate to the new nested jar support.
v2.3.0
: Nov 2023 Bazel Run use Java Toolchain, and Javax->Jakarta Migration SupportCompare Source
This release provides two enhancements.
What's Changed
Bazel Run Launch JVM
The
springboot
rule has been updated such that the JVM used to launch the service frombazel run
will now use the JVM from the current java toolchain in the workspace, by default. This replaces the previous default behavior, which was to useJAVA_HOME
.In addition, there are two new options for overriding this behavior. See the launcher JVM docs for more details.
Javax => Jakarta Migration Support
This release includes a new javax detector that is not enabled by default. It detects any jar in the
springboot
dependency graph that contains a class from a javax package. It consults an ignorelist (that you provide) to determine if this is known jar. If not, it will fail the build.If you haven't heard of the javax -> jakarta migration that is up-ending the Java community, this may seem like a strange feature. For more information, please see our new docs on this topic. The javax -> jakarta migration (which is required for Spring Boot 3), and the new detector feature, are explained there.
v2.2.4
: July 2023 Optionally omit git.properties in resulting jarCompare Source
What's Changed
Full Changelog: salesforce/rules_spring@2.2.3...2.2.4
v2.2.3
: June 2023 Support Propagating Visibility of Springboot JarCompare Source
This release provides the ability for the springboot target to reside in a different package from another rule that uses it. This previously wasn't possible due to the visibility not being propagated.
What's Changed
New Contributors
Full Changelog: salesforce/rules_spring@2.2.2...2.2.3
v2.2.2
: January 2023 Support for Addins FeatureCompare Source
This release provides a small feature to allow the developer to add arbitrary files to the root of the generated springboot jar. For example, this feature can be used to add a license file to the generated jar. This is accomplished by using the new addins attribute:
The files are then added into the generated springboot jar:
(Note: if you pulled the release on the first two days, you got a botched zip file that didn't actually include the new feature. I fixed the package on Jan 30. That changed the SHA. Apologies if that broke you)
v2.2.1
: April 2022 Support for Bazel's testonly attributeCompare Source
The Bazel standard testonly attribute is now accepted by the springboot macro, and applied to the generated subrules. This is to support the use case of a springboot application used for integration testing, which needs to depend on Java libraries that are marked testonly. #144
Also, the default branch of this repository is now main instead of master, to comply with modern Git standards. The master branch will be deleted sometime in the future. If you pull the this repository into your workspace using a git_repository rule with branch, make sure to switch to main.
Configuration
📅 Schedule: Branch creation - "before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.