Add method(s) to parse a VersionRange from a string
---------------------------------------------------
Key: JBCL-155
URL: https://jira.jboss.org/jira/browse/JBCL-155
Project: JBoss ClassLoader
Issue Type: Feature Request
Components: Dependencies
Reporter: Adrian Brock
Fix For: JBossCL.2.2.0.Beta1
Add a method to parse a VersionRange from a String, making the OSGi subclass redundant.
Also a Version.valueOf()
--
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 a notion of lazy start to the classloading
----------------------------------------------
Key: JBCL-130
URL: https://jira.jboss.org/jira/browse/JBCL-130
Project: JBoss ClassLoader
Issue Type: Sub-task
Components: Dependencies
Reporter: Adrian Brock
Assignee: Adrian Brock
Fix For: JBossCL.2.0.9.GA
OSGi has a feature called "lazy activation" where a deployment/bundle can be left at the resolved/classloader
created stage until somebody loads a class from the classloader.
At first classloading request, the deployment is full activated.
--
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
Implement ClassLoadingAdmin
---------------------------
Key: JBCL-154
URL: https://jira.jboss.org/jira/browse/JBCL-154
Project: JBoss ClassLoader
Issue Type: Sub-task
Components: Dependencies
Reporter: Adrian Brock
Assignee: Adrian Brock
Fix For: JBossCL.2.2.0.Beta1
Implement features similar to PackageAdmin in OSGi.
i.e.
* Querying modules exporting packages
* Querying modules importing other modules
* Refreshing packages
* Resolving modules
--
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
Investigate issue with useLoadClassForParent=false and security manager logging
-------------------------------------------------------------------------------
Key: JBCL-142
URL: https://jira.jboss.org/jira/browse/JBCL-142
Project: JBoss ClassLoader
Issue Type: Bug
Components: ClassLoader
Reporter: Adrian Brock
Assignee: Adrian Brock
Fix For: JBossCL.2.2.0.Alpha
With the change to useLoadForParent=false by default a problem has shown up
in jacc-security-manager tests in JBossAS.
Need to investigate why it is failing in that mode and fix it.
--
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 a notion of repository resolver
-----------------------------------
Key: JBCL-132
URL: https://jira.jboss.org/jira/browse/JBCL-132
Project: JBoss ClassLoader
Issue Type: Sub-task
Components: Dependencies
Reporter: Adrian Brock
Assignee: Adrian Brock
Fix For: JBossCL.2.0.9.GA , JBossCL.2.2.0.Alpha
OSGi has a notion where requirements can be resolved against a repository, not just installed deployments/bundles.
--
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
JBossRequestContext should throw IllegalArgumentException for null inputstream
------------------------------------------------------------------------------
Key: SECURITY-462
URL: https://jira.jboss.org/jira/browse/SECURITY-462
Project: JBoss Security and Identity Management
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JBossXACML
Affects Versions: jbossxacml_2.0.5.CR1
Reporter: Anil Saldhana
Assignee: Anil Saldhana
Fix For: jbossxacml_2.0.5.CR2
--
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
AttributeFinder:findAttribute method can throw an NPE if any of the attribute finder modules return null
--------------------------------------------------------------------------------------------------------
Key: SECURITY-461
URL: https://jira.jboss.org/jira/browse/SECURITY-461
Project: JBoss Security and Identity Management
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jboss-sunxacml
Affects Versions: jbossxacml_2.0.5.CR1
Reporter: Anil Saldhana
Assignee: Anil Saldhana
Fix For: jbossxacml_2.0.5.CR2
// if there was an error, we stop right away
if (result.indeterminate()) {
if (logger.isLoggable(Level.INFO))
logger.info("Error while trying to resolve values: " +
result.getStatus().getMessage());
return result;
}
needs to do a "null" result check.
--
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
AckReceiverWindow: make non blocking
------------------------------------
Key: JGRP-1132
URL: https://jira.jboss.org/jira/browse/JGRP-1132
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.9
Remove the lock acquired by AckReceiverWindow on adds and removes. Use a ConcurrentHashMap to make these operations non-blocking (well, besides the write lock on a CHM segment).
This should yield better perf
--
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