Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||||||||||||||||
View Issue Details | ||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||
0054452 | Openbravo ERP | A. Platform | public | 2024-01-24 13:37 | 2024-02-09 20:04 | |||||||||||||||||||||
Reporter | shuehner | |||||||||||||||||||||||||
Assigned To | Triage Platform Base | |||||||||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||||||||||||||||
Status | closed | Resolution | fixed | |||||||||||||||||||||||
Platform | OS | 5 | OS Version | |||||||||||||||||||||||
Product Version | ||||||||||||||||||||||||||
Target Version | Fixed in Version | PR24Q2 | ||||||||||||||||||||||||
Merge Request Status | approved | |||||||||||||||||||||||||
Review Assigned To | ||||||||||||||||||||||||||
OBNetwork customer | No | |||||||||||||||||||||||||
Web browser | ||||||||||||||||||||||||||
Modules | Core | |||||||||||||||||||||||||
Support ticket | ||||||||||||||||||||||||||
Regression level | ||||||||||||||||||||||||||
Regression date | ||||||||||||||||||||||||||
Regression introduced in release | ||||||||||||||||||||||||||
Regression introduced by commit | ||||||||||||||||||||||||||
Triggers an Emergency Pack | No | |||||||||||||||||||||||||
Summary | 0054452: Avoid compiler warning about implicit annotation processing by disabling it using -proc:none | |||||||||||||||||||||||||
Description | Until Java<21 the java compiler implicitely looked for and ran any annotation processor found on the classpath. Since Java21 the following warning is shown to inform users about upcoming change. [javac] Note: Annotation processing is enabled because one or more processors were found [javac] on the class path. A future release of javac may disable annotation processing [javac] unless at least one processor is specified by name (-processor), or a search [javac] path is specified (--processor-path, --processor-module-path), or annotation [javac] processing is enabled explicitly (-proc:only, -proc:full). [javac] Use -Xlint:-options to suppress this message. [javac] Use -proc:none to disable annotation processing. Upstream intention/recommendation instead is to explicitely specify/configure annotation processing by the build tool. However a "compatibility option" -proc:full was added to keep using the "old default policy" | |||||||||||||||||||||||||
Steps To Reproduce | Running compile with jdk-21 | |||||||||||||||||||||||||
Proposed Solution | Not knowingly needing any annotation processing idea is to explicitely disable it using -proc:none If usage should show up later it is better to explicitely notice this (i.e. in CI) and then work on properly supporting that. | |||||||||||||||||||||||||
Additional Information | ||||||||||||||||||||||||||
Tags | No tags attached. | |||||||||||||||||||||||||
Relationships |
| |||||||||||||||||||||||||
Attached Files | ||||||||||||||||||||||||||
Issue History | ||||||||||||||||||||||||||
Date Modified | Username | Field | Change | |||||||||||||||||||||||
2024-01-24 13:37 | shuehner | New Issue | ||||||||||||||||||||||||
2024-01-24 13:37 | shuehner | Assigned To | => Triage Platform Base | |||||||||||||||||||||||
2024-01-24 13:37 | shuehner | OBNetwork customer | => No | |||||||||||||||||||||||
2024-01-24 13:37 | shuehner | Modules | => Core | |||||||||||||||||||||||
2024-01-24 13:37 | shuehner | Triggers an Emergency Pack | => No | |||||||||||||||||||||||
2024-01-24 13:37 | shuehner | Relationship added | blocks 0054449 | |||||||||||||||||||||||
2024-01-24 14:12 | hgbot | Merge Request Status | => open | |||||||||||||||||||||||
2024-01-24 14:12 | hgbot | Note Added: 0159714 | ||||||||||||||||||||||||
2024-01-29 10:52 | shuehner | Status | new => scheduled | |||||||||||||||||||||||
2024-01-29 10:52 | shuehner | Note Added: 0159848 | ||||||||||||||||||||||||
2024-01-29 11:54 | shuehner | Issue cloned | 0054487 | |||||||||||||||||||||||
2024-01-29 11:54 | shuehner | Relationship added | related to 0054487 | |||||||||||||||||||||||
2024-02-09 15:25 | hgbot | Merge Request Status | open => approved | |||||||||||||||||||||||
2024-02-09 20:04 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||
2024-02-09 20:04 | hgbot | Status | scheduled => closed | |||||||||||||||||||||||
2024-02-09 20:04 | hgbot | Note Added: 0160589 | ||||||||||||||||||||||||
2024-02-09 20:04 | hgbot | Fixed in Version | => PR24Q2 | |||||||||||||||||||||||
2024-02-09 20:04 | hgbot | Note Added: 0160590 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|