A minor annoyance. commons-fileupload, json and org.apache.felix.bundlerepository are inlined into the distribution JAR, however in the POM these dependencies are not marked as <optional>true</optional> meaning they will be included in the transitive dependencies which is not necessary.
Still, +1. It works like a charm in my app. /niklas On Tue, May 20, 2008 at 8:44 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Hi all, > > After moving the OSGi Console to the Felix project, I now compiled a > first release candidate and put it up here: > > > http://people.apache.org/~fmeschbe/org.apache.felix.webconsole-1.0.0/ > > The KEYS feil for verifying the signature is also in this directory, the > MD5 and SHA1 files are maven generated. > > So please check the release and cast your votes - the vote will be open > for 72 hours: > > [ ] +1 release org.apache.felix.webconsole 1.0.0 > [ ] 0 don't care > [ ] -1 do NOT release, because .... > > Thanks and Regards > Felix > > PS: You may find the scripts in > http://people.apache.org/~fmeschbe/release_helpers/ interesting for > batch retrieving the release and checking the signatures (the KEYS file > is ignored instead your local GPG2 keystore is used, you might want to > add my public key to your keystore) and checksums: > $ getrelease > http://people.apache.org/~fmeschbe/org.apache.felix.webconsole-1.0.0/ > $ ckrelease *.gz *.zip *.jar *.pom > > -- > [EMAIL PROTECTED] > GPG 369A F551 BA81 A412 C3D4 1367 5E27 F86E F79B 7715 > >
