nachetecanon / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
Apache License 2.0
0 stars 0 forks source link

Separate several of the Utility classes that could be generally useful to Connector Developers into a new library JAR file #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Several of the Utility related classes used by the Connector Manager would 
be generally useful to the Connector developers.  Currently the packaging 
of the different utility classes into libraries (JAR files) is a mixed bag.

1. Some utility classes, like XmlUtils, appear in the connector-spi.jar 
library.
2. Some of the Servlet related utilities and constants appear in the 
connector-util.jar.
3. Others, like the utilities in the common package, only appear in the 
connector.jar which is the main library for the Connector Manager.

Connectors should not create any dependencies on classes in the 
'connector.jar' library and therefore will not have access to any of these 
utilities.

What needs to be done is either extract all the utilities into a common 
package an then create an associated library/JAR file, or change the build 
rules (build.xml) to include/exclude the proper files into a new library.  
Similar to the way the new connector-logging.jar library was created.

Original issue reported on code.google.com by mar...@google.com on 17 Dec 2009 at 9:45

GoogleCodeExporter commented 8 years ago
Fixed in 2.8.

Original comment by jla...@google.com on 25 Jun 2011 at 12:00