Support deployment isolation
----------------------------
Key: JBJCA-331
URL: https://jira.jboss.org/browse/JBJCA-331
Project: JBoss JCA
Issue Type: Task
Components: Deployer
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Fix For: 1.0.0.Alpha12
Allow developers to scope their deployments and thereby isolate them from the container environment.
Use the PARENT_LAST classloader model to implement this feature.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Allow for deployers to set deployment context relative order
------------------------------------------------------------
Key: JBDEPLOY-243
URL: https://jira.jboss.org/jira/browse/JBDEPLOY-243
Project: JBoss Deployers
Issue Type: Feature Request
Affects Versions: JBDEPLOY-2.2.0.Alpha1, JBDEPLOY-2.0.9.GA
Reporter: Ales Justin
Assignee: Ales Justin
Fix For: JBDEPLOY-2.0.10.GA , JBDEPLOY-2.2.x
In fact, it wouldn't be a bad thing to have the parsing deployers
set the relative order of the DeploymentContext directly which would
make the need for the JBossAS specific comparator unnecessary.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add DeploymentMetaData and its deployers
----------------------------------------
Key: JBDEPLOY-248
URL: https://jira.jboss.org/jira/browse/JBDEPLOY-248
Project: JBoss Deployers
Issue Type: Feature Request
Components: classloading
Affects Versions: JBDEPLOY-2.2.0.Alpha3
Reporter: Ales Justin
Assignee: Ales Justin
Fix For: JBDEPLOY-2.2.x
To be able to handle (Deployment)LifeCycle we should introduce new deployment metadata.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Integrate VFS 3.0.0.CR4
-----------------------
Key: JBDEPLOY-253
URL: https://jira.jboss.org/jira/browse/JBDEPLOY-253
Project: JBoss Deployers
Issue Type: Thirdparty Change
Components: vfs
Affects Versions: JBDEPLOY-2.2.0.Alpha2
Reporter: John Bailey
Assignee: John Bailey
Fix For: JBDEPLOY-2.2.0.Alpha3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
FaceletsUnitTestCase getting double search matches for tlds
-----------------------------------------------------------
Key: JBDEPLOY-254
URL: https://jira.jboss.org/jira/browse/JBDEPLOY-254
Project: JBoss Deployers
Issue Type: Bug
Affects Versions: JBDEPLOY-2.2.0.Alpha2
Reporter: John Bailey
Fix For: JBDEPLOY-2.2.0.Alpha3
There is currently an issue in this VFS is using vfs: protocol for files. For this test we are getting double entries for each match. One with vfs: from the VFS based classloader and one with file: from the system classloader. This doesn't reflect a true running state since the jar would only be loaded in the VFS based classloader. This test needs to be revisited to either remove the duplicates or find a way to make the classloader setup better reflect a running setup.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
javassist.bytecode.analysis.Type.getDimensions() throws StringIndexOutOfBoundsException
---------------------------------------------------------------------------------------
Key: JASSIST-117
URL: https://jira.jboss.org/browse/JASSIST-117
Project: Javassist
Issue Type: Bug
Affects Versions: 3.12.0.GA, 3.11.0.GA
Reporter: Yu Kobayashi
Assignee: Shigeru Chiba
javassist.bytecode.analysis.Type.getDimensions() throws StringIndexOutOfBoundsException
if class name is "A[]".
There is no problem if the array element class name have 2 characters or more.
Line 211 should be
while (pos >= 0 && name.charAt(pos) == '[' ) {
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add support for "split packages"
--------------------------------
Key: JBCL-25
URL: https://jira.jboss.org/jira/browse/JBCL-25
Project: JBoss ClassLoader
Issue Type: Task
Components: Dependencies
Reporter: Adrian Brock
This involves ignoring conflicts where two classloaders provides part of the same package at the same version.
Currently this produces an error.
Eventually this must also include some kind of "package fragment' notion like OSGi
where the packages end up in the same physical classloader.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Upgrade to 1.0.0.Beta2 of org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec
-------------------------------------------------------------------------
Key: JBMETA-283
URL: https://jira.jboss.org/jira/browse/JBMETA-283
Project: JBoss Metadata
Issue Type: Thirdparty Change
Security Level: Public (Everyone can see)
Components: ejb
Affects Versions: jboss-metadata-ejb-2.0.0-alpha-12
Reporter: jaikiran pai
Assignee: jaikiran pai
Fix For: jboss-metadata-ejb-2.0.0-alpha-13
Upgrade to 1.0.0.Beta2 of org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec. The Beta1 wasn't spec compliant https://jira.jboss.org/jira/browse/JBCTS-955?focusedCommentId=12521208#ac...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
CtArray should support getModifiers() and getInterfaces()
---------------------------------------------------------
Key: JASSIST-112
URL: https://jira.jboss.org/jira/browse/JASSIST-112
Project: Javassist
Issue Type: Feature Request
Reporter: Kabir Khan
Assignee: Shigeru Chiba
The commit against JBREFLECT-1 shows what the expected values are
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira