Skip to content

Conversation

openfeaturebot
Copy link
Contributor

@openfeaturebot openfeaturebot commented Sep 18, 2025

🤖 I have created a release beep boop

1.18.2 (2025-10-06)

🐛 Bug Fixes

  • deployment failure because no tests were run by VMLens (#1634) (f6cb985)
  • deps: update dependency io.cucumber:cucumber-bom to v7.29.0 (#1624) (d0f9647)
  • deps: update dependency io.cucumber:cucumber-bom to v7.30.0 (#1649) (07bda4a)
  • deps: update dependency org.junit:junit-bom to v5.14.0 (#1646) (2da33d6)
  • deps: update dependency org.junit:junit-bom to v6 (#1647) (8893bf3)
  • deps: update dependency org.projectlombok:lombok to v1.18.42 (#1616) (6dcd21f)
  • for #1611 (f6cb985)
  • improve vmlens handling (#1628) (fb3144a)

✨ New Features

🧹 Chore

  • deps: update actions/cache digest to 0057852 (#1631) (c1944d2)
  • deps: update amannn/action-semantic-pull-request digest to e49f57c (#1648) (badac4f)
  • deps: update dependency com.diffplug.spotless:spotless-maven-plugin to v3 (#1632) (0596ada)
  • deps: update dependency com.google.guava:guava to v33.5.0-jre (#1615) (3ef41f5)
  • deps: update dependency com.puppycrawl.tools:checkstyle to v11.1.0 (#1640) (b686932)
  • deps: update dependency com.vmlens:api to v1.2.15 (#1636) (9bffa0a)
  • deps: update dependency com.vmlens:api to v1.2.16 (#1642) (4c18cc4)
  • deps: update dependency com.vmlens:vmlens-maven-plugin to v1.2.15 (#1637) (139c9b2)
  • deps: update dependency com.vmlens:vmlens-maven-plugin to v1.2.16 (#1643) (01ce26a)
  • deps: update dependency maven-wrapper to v3.3.4 (#1638) (69a87a8)
  • deps: update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1 (#1625) (55c344a)
  • deps: update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.9.0 (#1651) (bb42184)
  • deps: update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.12.0 (#1623) (eeda099)
  • deps: update dependency org.assertj:assertj-core to v3.27.5 (#1619) (d4beca7)
  • deps: update dependency org.assertj:assertj-core to v3.27.6 (#1627) (14f550f)
  • deps: update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.0 (#1645) (261ea5d)
  • deps: update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.1 (#1653) (71dfb08)
  • deps: update dependency org.mockito:mockito-core to v5.20.0 (#1622) (857fb9d)
  • deps: update dependency org.sonatype.central:central-publishing-maven-plugin to v0.9.0 (#1630) (014e82a)
  • deps: update github/codeql-action digest to 0337c4c (#1621) (6cf64d6)
  • deps: update github/codeql-action digest to 065c6cf (#1652) (fe44e51)
  • deps: update github/codeql-action digest to 12dda79 (#1618) (17d0e48)
  • deps: update github/codeql-action digest to 21a7ba3 (#1650) (1de446d)
  • deps: update github/codeql-action digest to 36adfa7 (#1641) (2155cc9)
  • deps: update github/codeql-action digest to 6a87ebe (#1639) (58b6575)
  • deps: update github/codeql-action digest to 80cb6b5 (#1644) (6b922a2)
  • deps: update github/codeql-action digest to 94a9b7a (#1635) (f9796e8)
  • deps: update github/codeql-action digest to e4b85ab (#1626) (99a997d)

This PR was generated with Release Please. See documentation.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @openfeaturebot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request automates the release of version 1.18.2 of the SDK. The release incorporates a crucial bug fix involving an update to the Lombok dependency. This ensures that the project leverages the latest stable version of Lombok, and all project metadata and documentation are consistently updated to reflect the new SDK version.

Highlights

  • Automated Release: This pull request represents an automated release for version 1.18.2 of the SDK, generated by Release Please.
  • Dependency Update: The primary change driving this release is a bug fix that updates the org.projectlombok:lombok dependency to version 1.18.42.
  • Version Bumps: All relevant project files, including .release-please-manifest.json, CHANGELOG.md, README.md, pom.xml, and version.txt, have been updated to reflect the new 1.18.2 version.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request is an automated release for version 1.18.2, generated by Release Please. The changes are confined to version bumps across various project files, including pom.xml, README.md, CHANGELOG.md, and .release-please-manifest.json. All modifications are consistent and accurately reflect the new version number. The changelog correctly notes the dependency update for org.projectlombok:lombok. The changes are as expected for an automated release and look correct.

@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch from f43b06e to f16f3a5 Compare September 19, 2025 02:34
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.19%. Comparing base (52c7f99) to head (30785c4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1617      +/-   ##
============================================
+ Coverage     91.69%   93.19%   +1.50%     
- Complexity      517      521       +4     
============================================
  Files            51       51              
  Lines          1264     1264              
  Branches        112      112              
============================================
+ Hits           1159     1178      +19     
+ Misses           68       50      -18     
+ Partials         37       36       -1     
Flag Coverage Δ
unittests 93.19% <ø> (+1.50%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 16 times, most recently from e947832 to 1d73b22 Compare September 26, 2025 02:49
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 7 times, most recently from 38f6937 to a7fea80 Compare September 29, 2025 17:35
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch 10 times, most recently from 0303c88 to a90ad82 Compare October 6, 2025 00:53
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
@openfeaturebot openfeaturebot changed the title chore(main): release 1.18.2 chore(main): release 1.19.0 Oct 6, 2025
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--dev.openfeature.sdk branch from a90ad82 to 9dd4d6e Compare October 6, 2025 06:43
@chrfwow chrfwow changed the title chore(main): release 1.19.0 chore(main): release 1.18.2 Oct 6, 2025
Copy link

sonarqubecloud bot commented Oct 6, 2025

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
@chrfwow chrfwow merged commit 461b415 into main Oct 6, 2025
15 checks passed
@chrfwow chrfwow deleted the release-please--branches--main--components--dev.openfeature.sdk branch October 6, 2025 11:08
@openfeaturebot
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants