Actions
Bug #10146
closedwarning: Class javax.annotation.Nonnull not found - continuing with a stub.
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When building Rudder-core, we get a log of:
[WARNING] warning: Class javax.annotation.Nonnull not found - continuing with a stub. [WARNING] warning: Class javax.annotation.Nonnull not found - continuing with a stub. [WARNING] warning: Class javax.annotation.Nonnegative not found - continuing with a stub.
It seems to be due to a bug in scalac not handling correctly some annotation retention policy.
solution is to add dependency toward annotation jar for JSR305.
It was already in Rudder 3.0 (see #7365) but not corrected or reintroduced.
Updated by François ARMAND almost 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1478
Updated by François ARMAND almost 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|e1eef5647ff0b659e21bb28c501021898b1518ca.
Updated by François ARMAND almost 8 years ago
This ticket is part of Rudder 4.1~beta3
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
Actions