[JBoss JIRA] (LOGMGR-248) Upgrade jboss-modules from 1.7.0.Final to 1.9.0.Final
by James Perkins (Jira)
James Perkins created LOGMGR-248:
------------------------------------
Summary: Upgrade jboss-modules from 1.7.0.Final to 1.9.0.Final
Key: LOGMGR-248
URL: https://issues.jboss.org/browse/LOGMGR-248
Project: JBoss Log Manager
Issue Type: Component Upgrade
Reporter: James Perkins
Assignee: James Perkins
Upgrade {{org.jboss.modules:jboss-modules}} from 1.7.0.Final to 1.9.0.Final. This kind of upgrade is not usually done in a micro release, however this should be safe.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFCORE-4419) Remove deprecated ParseUtil methods
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFCORE-4419?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-4419:
-------------------------------------
Description:
Remove methods deprecated in WFCORE-4418.
When this is done the WFLYCTL0107 message method it calls should also be commented out.
was:Remove methods deprecated in WFCORE-4418.
> Remove deprecated ParseUtil methods
> -----------------------------------
>
> Key: WFCORE-4419
> URL: https://issues.jboss.org/browse/WFCORE-4419
> Project: WildFly Core
> Issue Type: Task
> Components: Management
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Minor
> Fix For: 11.0.0.Beta1
>
>
> Remove methods deprecated in WFCORE-4418.
> When this is done the WFLYCTL0107 message method it calls should also be commented out.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFCORE-4420) ParseUtil.readProperty incorrectly checks for XMLConstants.NULL_NS_URI
by Brian Stansberry (Jira)
Brian Stansberry created WFCORE-4420:
----------------------------------------
Summary: ParseUtil.readProperty incorrectly checks for XMLConstants.NULL_NS_URI
Key: WFCORE-4420
URL: https://issues.jboss.org/browse/WFCORE-4420
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
This will always return false:
if (uri != null&&!"".equals(XMLConstants.NULL_NS_URI))
The second test should use 'uri', not '""'. (The value of XMLConstants.NULL_NS_URI is '""').
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFCORE-3887) Smarter range validation error messages
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFCORE-3887?page=com.atlassian.jira.plugi... ]
Brian Stansberry commented on WFCORE-3887:
------------------------------------------
[~michpetrov] +1. Thanks. WFLYCTL0107 is still used by ParseUtil.parseBoundedIntegerAttribute, but that method is unused, and I'm going to deprecate it (WFCORE-4418) and later remove it (WFCORE-4419).
> Smarter range validation error messages
> ---------------------------------------
>
> Key: WFCORE-3887
> URL: https://issues.jboss.org/browse/WFCORE-3887
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Management
> Reporter: Brian Stansberry
> Assignee: Michal Petrov
> Priority: Minor
>
> A message like this is kind of silly: "Value must be between 0 and 9007199254740991".
> Smarter would be the ParameterValidator code that detects the message checking if the range max is Integer.MAX_INT (for an int) or Long.MAX_LONG (for a long) and if the bad value is below the max, just saying the equivalent of "Value must be greater than %d".
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFCORE-4418) Deprecate unused ParseUtil methods
by Brian Stansberry (Jira)
Brian Stansberry created WFCORE-4418:
----------------------------------------
Summary: Deprecate unused ParseUtil methods
Key: WFCORE-4418
URL: https://issues.jboss.org/browse/WFCORE-4418
Project: WildFly Core
Issue Type: Task
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The ParseUtil class has a few unused static methods that date back to the days when there was a lot more custom parsing vs using AttributeDefinition. Deprecate these so we can clean them out
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months