History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OSGI-454
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Costin Leau
Reporter: Sam Brannen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring OSGi

Publicly expose ApplicationContextConfiguration and ConfigUtils for use in custom OsgiApplicationContextCreators

Created: 22/Apr/08 05:23 AM   Updated: 22/Apr/08 09:10 AM
Component/s: EXTENDER
Affects Version/s: 1.1 M1
Fix Version/s: 1.1 M2

Time Tracking:
Original Estimate: 0.12d
Original Estimate - 0.12d
Remaining Estimate: 0.12d
Remaining Estimate - 0.12d
Time Spent: Not Specified
Remaining Estimate - 0.12d


 Description  « Hide
org.springframework.osgi.extender.internal.support.ApplicationContextConfiguration and
org.springframework.osgi.extender.internal.util.ConfigUtils currently reside in private packages.

This unfortunately forces developers of custom OsgiApplicationContextCreators to needlessly
copy the code of both of these classes in order to provide base support for publishing an
ApplicationContext using Spring-DM conventions without reinventing the wheel.

Please move both of these classes to a public package or provide equivalent support via
a public class or classes.

Thanks,

  Sam

 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Costin Leau - 22/Apr/08 09:10 AM
ApplicationContextConfiguration is now available under org.springframework.osgi.extender.support