Bug 899862 (JBPAPP6-1627)

Summary: jython.jar contains unnecessary com.google.common.XY.package-info classes
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Rostislav Svoboda <rsvoboda>
Component: unspecifiedAssignee: David Walluck <dwalluck>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: dwalluck, jjaggars, miclark
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBPAPP6-1627
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-04 19:02:11 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 900190    

Description Rostislav Svoboda 2012-02-22 11:18:01 UTC
project_key: JBPAPP6

com.google.common.base.package-info 	 
com.google.common.cache.package-info 	 
com.google.common.collect.package-info 	 
com.google.common.io.package-info 	 
com.google.common.net.package-info 	 
com.google.common.primitives.package-info 	 
com.google.common.util.concurrent.package-info

http://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-Miscellaneous/job/eap-60-tattletale/javadoc/jar/jython-standalone-2.5.2-redhat-1.jar.html

These records are duplicated with guava-10.0.1-redhat-1.jar -- http://hudson.qa.jboss.com/hudson/view/EAP6/view/EAP6-Miscellaneous/job/eap-60-tattletale/javadoc/jar/guava-10.0.1-redhat-1.jar.html

Comment 1 David Walluck 2012-04-05 19:59:20 UTC
The package-info.class files are generated automatically.

I think this problem will go away if we remove third-party packages from jython. So this is more a side-effect of that.

This issue should be a child of that one.


Comment 2 David Walluck 2012-04-11 17:34:52 UTC
Parent: Added: JBPAPP-8684


Comment 3 David Walluck 2012-04-18 23:24:01 UTC
The current plan is to update the module.xml so that it uses com.google.guava:guava that is shipped with EAP and remove the classes from the jython-standlone jar.

Comment 4 Paul Gier 2012-05-04 19:01:54 UTC
Link: Added: This issue duplicates JBPAPP-8928


Comment 5 Paul Gier 2012-05-04 19:05:03 UTC
Link: Removed: This issue duplicates JBPAPP-8928 


Comment 6 Fernando Nasser 2012-11-13 23:12:52 UTC
Docs QE Status: Removed: NEW