Skip to content

feat: use io.github.gzsombor json logic lib#1779

Draft
chrfwow wants to merge 1 commit intoopen-feature:mainfrom
chrfwow:use-better-json-logic-lib
Draft

feat: use io.github.gzsombor json logic lib#1779
chrfwow wants to merge 1 commit intoopen-feature:mainfrom
chrfwow:use-better-json-logic-lib

Conversation

@chrfwow
Copy link
Copy Markdown
Contributor

@chrfwow chrfwow commented Apr 21, 2026

Ignore this for now, I just want to test the ci

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
@github-actions github-actions Bot requested a review from justinabrahms April 21, 2026 12:21
@chrfwow chrfwow changed the title use io.github.gzsombor json logic lib feat: use io.github.gzsombor json logic lib Apr 21, 2026
Copy link
Copy Markdown
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 updates the json-logic-java dependency in the pom.xml file to a different fork and version. A critical issue was identified where this change introduces a breaking package name shift, which will cause compilation errors in the project's Java source files unless the imports are updated accordingly.

Comment on lines +35 to +37
<groupId>io.github.gzsombor</groupId>
<artifactId>json-logic-java</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

critical

Switching the dependency to io.github.gzsombor:json-logic-java version 1.1.2 is a breaking change. In this fork, the package name has been changed from io.github.jamsesso.jsonlogic to io.github.gzsombor.jsonlogic. The current implementation in JsonlogicProvider.java and JsonlogicProviderTest.java still uses the old package imports, which will cause compilation errors. Please update the imports and type references in all Java source files to match the new package name.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Not true, the new lib still uses the old package name

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.

2 participants