[JBoss JIRA] (WFCORE-455) Include additional sun.jdk dependencies
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-455?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration updated WFCORE-455:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1172577
> Include additional sun.jdk dependencies
> ----------------------------------------
>
> Key: WFCORE-455
> URL: https://issues.jboss.org/browse/WFCORE-455
> Project: WildFly Core
> Issue Type: Bug
> Components: Modules
> Affects Versions: 1.0.0.Alpha14
> Reporter: Mustafa Musaji
> Assignee: Mustafa Musaji
>
> Include the following out of the box for sun.jdk module
> - for working with javax.sql.rowset.RowSetProvider
> <path name="com/sun/rowset"/>
> <path name="com/sun/rowset/providers"/>
> - for working with java.lang.invoke.MethodHandleProxies
> <path name="sun/invoke"/>
> This affects EAP customers using CP releases when overlays override changes made in the original module.xml. For sun.jdk classes, the above packages should be included out of the box.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 3 months
[JBoss JIRA] (WFCORE-455) Include additional sun.jdk dependencies
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/WFCORE-455?page=com.atlassian.jira.plugin... ]
Mustafa Musaji reassigned WFCORE-455:
-------------------------------------
Assignee: Mustafa Musaji (was: David Lloyd)
> Include additional sun.jdk dependencies
> ----------------------------------------
>
> Key: WFCORE-455
> URL: https://issues.jboss.org/browse/WFCORE-455
> Project: WildFly Core
> Issue Type: Bug
> Components: Modules
> Affects Versions: 1.0.0.Alpha14
> Reporter: Mustafa Musaji
> Assignee: Mustafa Musaji
>
> Include the following out of the box for sun.jdk module
> - for working with javax.sql.rowset.RowSetProvider
> <path name="com/sun/rowset"/>
> <path name="com/sun/rowset/providers"/>
> - for working with java.lang.invoke.MethodHandleProxies
> <path name="sun/invoke"/>
> This affects EAP customers using CP releases when overlays override changes made in the original module.xml. For sun.jdk classes, the above packages should be included out of the box.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 3 months
[JBoss JIRA] (WFCORE-455) Include additional sun.jdk dependencies
by Mustafa Musaji (JIRA)
Mustafa Musaji created WFCORE-455:
-------------------------------------
Summary: Include additional sun.jdk dependencies
Key: WFCORE-455
URL: https://issues.jboss.org/browse/WFCORE-455
Project: WildFly Core
Issue Type: Bug
Components: Modules
Affects Versions: 1.0.0.Alpha14
Reporter: Mustafa Musaji
Assignee: David Lloyd
Include the following out of the box for sun.jdk module
- for working with javax.sql.rowset.RowSetProvider
<path name="com/sun/rowset"/>
<path name="com/sun/rowset/providers"/>
- for working with java.lang.invoke.MethodHandleProxies
<path name="sun/invoke"/>
This affects EAP customers using CP releases when overlays override changes made in the original module.xml. For sun.jdk classes, the above packages should be included out of the box.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 3 months
[JBoss JIRA] (WFLY-4170) Remove duplicated RBAC tests
by Emmanuel Hugonnet (JIRA)
Emmanuel Hugonnet created WFLY-4170:
---------------------------------------
Summary: Remove duplicated RBAC tests
Key: WFLY-4170
URL: https://issues.jboss.org/browse/WFLY-4170
Project: WildFly
Issue Type: Task
Components: Test Suite
Affects Versions: 9.0.0.Alpha1
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
After fixing WFCORE-275 some tests are no longer needed in the WildFly test suite.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 3 months
[JBoss JIRA] (WFCORE-451) ResolveExpressionHandler is overly simplistic in expression resolution
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-451?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on WFCORE-451:
------------------------------------------------
Petr Kremensky <pkremens(a)redhat.com> changed the Status of [bug 1171809|https://bugzilla.redhat.com/show_bug.cgi?id=1171809] from ON_QA to VERIFIED
> ResolveExpressionHandler is overly simplistic in expression resolution
> ----------------------------------------------------------------------
>
> Key: WFCORE-451
> URL: https://issues.jboss.org/browse/WFCORE-451
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 1.0.0.Alpha14
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 1.0.0.Alpha15
>
>
> ResolveExpressionHandler deliberately does not make use of the full range of expression resolutions sources, because by design the intent is not to support vault resolution.
> However, the way it implements that limitation is by simply calling ModelNode.resolve(). That is overly restrictive, as DMR alone does not support other valid resolution features, i.e. nested expressions and recursive resolution.
> Fix is to switch the handler to use an ExpressionResolver impl, just one that doesn't plug in the vault resolver.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 3 months