-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
Status: AcceptedConfirmed defect or accepted improvement to implement, issue has been escalated to Platform DevConfirmed defect or accepted improvement to implement, issue has been escalated to Platform DevType: EnhancementLabel issue as an enhancement requestLabel issue as an enhancement request
Description
Brief Summary
- Currently, with FISH-10877 Prefix params with 'payara' keyword in Payara Micro and Server plugin ecosystem-maven#444 the new plugin reports:
[INFO] --- payara-micro:2.5:start (...) @ war ---
[WARNING] Parameter 'payaraVersion' (user property 'payaraVersion') is deprecated: No reason given
still uses payaraVersion
(NB as {page-version})
Expected Outcome
Something like
[WARNING] Parameter 'payaraVersion' (user property 'payaraVersion') is deprecated: use XYZ instead
Current Outcome
[WARNING] Parameter 'payaraVersion' (user property 'payaraVersion') is deprecated: No reason given
Alternatives
Read the plugin sources to find out replacement properties.
Context
No response
Metadata
Metadata
Assignees
Labels
Status: AcceptedConfirmed defect or accepted improvement to implement, issue has been escalated to Platform DevConfirmed defect or accepted improvement to implement, issue has been escalated to Platform DevType: EnhancementLabel issue as an enhancement requestLabel issue as an enhancement request