Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054331 | Openbravo ERP | A. Platform | public | 2024-01-12 12:37 | 2024-01-25 11:07 |
|
Reporter | ablasco | |
Assigned To | ablasco | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | PR24Q1 | Fixed in Version | PR24Q1 | |
Merge Request Status | |
Review Assigned To | cberner |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | 2023-01-12 |
Regression introduced in release | |
Regression introduced by commit | https://gitlab.com/openbravo/product/openbravo/-/commit/101e14051c3e4b30e354085f0593feb5bb84c41b [^] |
Triggers an Emergency Pack | No |
|
Summary | 0054331: Revert related with Fully support Java 21 LTS caused by proc:full compiler Argument |
Description | Compiler warnings appears due to "Annotation Processing" message during compilation. Solved with -proc:full compiler Argument but invalid flag can be taken sometimes.
https://bugs.openjdk.org/browse/JDK-8308346 [^]
Results in Compilation.
[javac] error: invalid flag:
[javac] Usage: javac <options> <source files>
[javac] use --help for a list of possible options |
Steps To Reproduce | * |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0053971 | | closed | ablasco | Fully support Java 17 LTS and Java 21 LTS |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-01-12 12:37 | ablasco | New Issue | |
2024-01-12 12:37 | ablasco | Assigned To | => ablasco |
2024-01-12 12:37 | ablasco | Modules | => Core |
2024-01-12 12:37 | ablasco | Regression date | => 2023-01-12 |
2024-01-12 12:37 | ablasco | Regression introduced by commit | => https://gitlab.com/openbravo/product/openbravo/-/commit/101e14051c3e4b30e354085f0593feb5bb84c41b [^] |
2024-01-12 12:37 | ablasco | Triggers an Emergency Pack | => No |
2024-01-12 12:38 | ablasco | Summary | Fully support Java 17 LTS and Java 21 LTS - proc:full compiler Argument => Revert related with Fully support Java 21 LTS caused by proc:full compiler Argument |
2024-01-12 13:06 | ablasco | Relationship added | caused by 0053971 |
2024-01-12 13:08 | hgbot | Note Added: 0159264 | |
2024-01-12 13:24 | cberner | Note Added: 0159267 | |
2024-01-12 13:26 | hgbot | Note Added: 0159270 | |
2024-01-12 13:26 | hgbot | Note Added: 0159271 | |
2024-01-12 13:33 | cberner | Status | new => scheduled |
2024-01-25 11:07 | ablasco | Status | scheduled => resolved |
2024-01-25 11:07 | ablasco | Fixed in Version | => PR24Q1 |
2024-01-25 11:07 | ablasco | Fixed in SCM revision | => a0dde2bb41ee7314160eec07633be54a45e26368 |
2024-01-25 11:07 | ablasco | Resolution | open => fixed |
2024-01-25 11:07 | ablasco | Review Assigned To | => cberner |
2024-01-25 11:07 | ablasco | Status | resolved => closed |
Notes |
|
(0159264)
|
hgbot
|
2024-01-12 13:08
|
|
|
|
|
On additional note, these are some details that shuener has found that we should also think about when redoing the MR:
- Why does this error happen now but not in CI + for us
- Why had to revert same code in mobile-test (maybe same)
- Can we make the condition (apply for 21+22) more future proof (should by >17)
- Which javac entries in our various build.xml do we want to cover?
- All?
- Or just the ones we know need this |
|
|
(0159270)
|
hgbot
|
2024-01-12 13:26
|
|
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: c7990302886b11cac6cb718acc284d61efe6fb6c
Author: adrian.blasco <adrian.blasco@openbravo.com>
Date: 12-01-2024 13:07:20
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/c7990302886b11cac6cb718acc284d61efe6fb6c [^]
Related to ISSUE-54331: Reverts proc:full flag in compiler argument
This reverts commit 101e14051c3e4b30e354085f0593feb5bb84c41b, reversing
changes made to d02e72d511f5057314b341bb1bab9effc4796840.
---
M build.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseActionHandler.java
M src-core/build.xml
M src-test/build.xml
M src-trl/build.xml
M src-util/buildvalidation/build.xml
M src-util/modulescript/build.xml
M src-wad/build.xml
M src/build.xml
---
|
|
|
(0159271)
|
hgbot
|
2024-01-12 13:26
|
|
|