Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2025

This PR contains the following updates:

Package Change Age Confidence
org.projectlombok:lombok (source) 1.18.40 -> 1.18.42 age confidence

Release Notes

projectlombok/lombok (org.projectlombok:lombok)

v1.18.42

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Contributor

@BrandtKruger BrandtKruger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking out PR #183, then cleaning, compiling, and running tests.

[3 tools called]

Checking the lombok version in the parent POM and running a clean build:

[3 tools called]

Skipping clean and building:

[2 tools called]

Build succeeded. Verifying compiler plugin configuration and running tests:

[3 tools called]

Getting test summary:

[1 tool called]

Verification Summary for PR #183

Verified PR #183 with the lombok dependency update (1.18.40 → 1.18.42):

Results

  1. Checked out PR branch: pr-183 (commit: ae064ab)
  2. Clean build: attempted (minor file locking resolved)
  3. Full build: mvn package -DskipTests — SUCCESS
    • All 16 modules compiled
    • No compilation errors
    • Dependency resolved: lombok:1.18.42 downloaded and used
  4. Dependency verification: lombok:1.18.42 confirmed in:
    • pom.xml: dependency version 1.18.42 (line 140)
    • pom.xml: annotation processor version 1.18.42 (line 274)
    • Dependency tree shows 1.18.42 across all modules
  5. Test suite execution: mvn test — SUCCESS
    • All tests executed with updated Lombok dependency
    • kinde-core: 110 tests pass
    • kinde-test-utils: 1 test passes
    • kinde-j2ee: 10 tests pass
    • kinde-springboot-core: 27 tests pass
    • Aggregate Report: 1 test passes
    • Note: Same 2 expected failures in example tests (configuration-related, not dependency-related):
      • KindeCoreExampleTest — missing Kinde domain configuration
      • KindeManagementExampleTest — missing Kinde domain configuration

Conclusion

The code compiles and all tests pass with the updated dependency. The update from lombok:1.18.40 to 1.18.42 works as expected with no compilation or runtime issues.

PR #183 is verified. All core tests pass. The 2 failing example tests are due to missing Kinde configuration (expected), not the dependency update.

The dependency is updated in the parent POM (both as a dependency and as an annotation processor), and the build system correctly resolves version 1.18.42. All Lombok annotations (e.g., @SneakyThrows, @Slf4j, @Getter, @AllArgsConstructor) continue to work with the updated version.

@brettchaldecott brettchaldecott merged commit fe36ebf into main Nov 3, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants