Feature ETP-3674: Hibernate 6 and Jakarta EE migration core fixes - #41
Feature ETP-3674: Hibernate 6 and Jakarta EE migration core fixes#41RomanMagnoli wants to merge 3 commits into
Conversation
| <!--36D2DDA4D6CE411C8A6096D0C13C7A7F--> <NAME><![CDATA[Docker Help Utils]]></NAME> | ||
| <!--36D2DDA4D6CE411C8A6096D0C13C7A7F--> <VERSION><![CDATA[3.0.2]]></VERSION> | ||
| <!--36D2DDA4D6CE411C8A6096D0C13C7A7F--> <VERSION><![CDATA[3.0.2-SNAPSHOT]]></VERSION> | ||
| <!--36D2DDA4D6CE411C8A6096D0C13C7A7F--> <DESCRIPTION><![CDATA[This module provides the infrastructure to distribute and manage Docker containers within the Etendo Classic environment, using a standardized method and Gradle tasks]]></DESCRIPTION> |
There was a problem hiding this comment.
Warning
Remove the '-SNAPSHOT' suffix and use a purely numeric version (e.g., 3.0.3 or 3.0.2). If you need to mark a development version, consider using the 'In Development' flag or managing the snapshot status via the Gradle build configuration instead of the database metadata.
<!--36D2DDA4D6CE411C8A6096D0C13C7A7F--> <VERSION><![CDATA[3.0.3]]></VERSION>Rationale: The Etendo framework's version parsing logic (e.g., OpenbravoVersion class) splits the version string by dots and attempts to convert each part to an integer using Integer.valueOf() or Integer.parseInt(). Including a non-numeric suffix like '-SNAPSHOT' will trigger a NumberFormatException, leading to runtime failures in module management and dependency resolution.
etendobot
left a comment
There was a problem hiding this comment.
Changes requested by agent. Please resolve blocking issues.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage
Summary
Test plan
🤖 Generated with Claude Code