Arnaud,
Thanks a lot for contribution...I will take a look at it shortly and
give some feedback...
As far as I know, you are the first external contributor to the Felix
framework. Good for you! :-)
-> richard
Arnaud Quiblier (JIRA) wrote:
[ http://issues.apache.org/jira/browse/FELIX-31?page=all ]
Arnaud Quiblier updated FELIX-31:
---------------------------------
Attachment: FELIX-31_ChangeLog
FELIX-31_src_mod.zip
Dear Felix Team,
Today I dare to send my first patch to Felix ... I'm quite excited !!!
I send you a part of the job to complete the task #31.
All is not done, but as it's my first try, I prefer you check what I did up to
know ...
Please feel free to tell me what's wrong with my job !!!
You'll find in attachment :
- a changelog, which summarize the job
- a zip with source files I modified
I hope you could review and/or correct what I did ...
I'm waiting for your comments, in order to be better the next time I'll patch
...
Sincerely,
Arnaud.
PS: I beg your pardon for my poor english. I'm just a french java developper
... ;-)
Implement new Bundle interface methods
--------------------------------------
Key: FELIX-31
URL: http://issues.apache.org/jira/browse/FELIX-31
Project: Felix
Type: New Feature
Components: Specification compliance, Framework
Reporter: Richard S. Hall
Attachments: FELIX-31_ChangeLog, FELIX-31_src_mod.zip
This issue is described in section 4.3 of the OSGi R4 specification. There are
various methods in the Bundle interface that are not covered by other issues,
such as:
Bundle.getSymbolicName()
Bundle.loadClass()
Bundle.getResources(String)
Bundle.getEntryPaths(String)
Bundle.getEntry(String)
Bundle.findEntries(String, String, boolean)
Bundle.getLastModified()
Most of these methods are reasonable simplistic and will involve localized
changes.