Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Happy New Year 2016Joakim Erdfelt36-36/+36
2015-01-08Happy New Year 2015Joakim Erdfelt36-36/+36
2015-01-01452201 Set the container classloader for osgi during webbundle undeployJan Bartel3-6/+51
2014-12-17455330 Multiple Jetty-ContextFilePath entries separated by commas doesn't workJan Bartel2-3/+3
2014-12-12454955 OSGi AnnotationParser should skip resources that are not in the classp...Jan Bartel1-2/+14
2014-12-12454954 Jetty osgi should skip fragment and required bundles that are in the ...Jan Bartel3-0/+15
2014-12-04453801 Jetty does not check for already registered services when bootstrappingJan Bartel2-91/+120
2014-11-13383207 Use BundleFileLocatorHelperFactory to obtain BundleFileLocatorHelperJan Bartel1-1/+2
2014-11-07Added extra debug to jetty osgi; added proper manifest to test-webapp-fragmentJan Bartel2-0/+17
2014-10-24447979 Refactor to make MetaData responsible for progressively ordering web-i...Jan Bartel1-1/+1
2014-09-05Make annotations and JNDI wortk with OSGiJan Bartel5-102/+169
2014-09-05Switch to apache-jsp for jetty-osgiJan Bartel4-2/+21
2014-07-25436862 Update jetty-osgi to asm-5 and spifly-1.0.1Jan Bartel1-12/+0
2014-07-01437419 Allow scanning of META-INF for resources,fragments,tlds for unpacked jarsJan Bartel3-141/+43
2014-05-19435217 Remove deprecated TagLibConfigurationJan Bartel2-3/+1
2014-04-28433656 Change to Opcode.ASM5 breaks jetty-osgiJan Bartel1-0/+9
2014-04-07431892 DefaultFileLocatorHelper.getBundleInstallLocation fails for equinox 3.10Jan Bartel2-171/+260
2014-03-10Make ServiceLoader.load work with jetty-osgi-boot to support annotations.Jan Bartel1-2/+31
2014-01-13425275 org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundlePars...Jan Bartel1-2/+15
2014-01-02Happy New Year - 2014!Joakim Erdfelt37-37/+37
2013-11-11Merge remote-tracking branch 'origin/master' into jetty-9.1Jan Bartel1-1/+2
2013-11-11421362 When using the jetty.osgi.boot ContextHandler service feature the wro...Jan Bartel1-1/+2
2013-10-04418596 Faults in JARs during class scanning should report the jar that cause...Jan Bartel1-2/+0
2013-09-30417561 Refactor annotation related code - make annotation phase able to be m...Jan Bartel4-39/+78
2013-09-19417561 Refactor annotation related code to remove some deadwoodJan Bartel2-11/+1
2013-09-17417382 - Upgrade to asm 4.1 and refactor annotation parsingJan Bartel1-6/+1
2013-09-09[Bug 415999] Fix some of FindBugs warningsMikhail Mazursky3-4/+4
2013-06-11409801 Jetty should allow webdefault to be specified using a relative locatio...Jan Bartel1-5/+21
2013-06-03409556 Resource files not closedGreg Wilkins1-19/+6
2013-05-28Fix errors from small osgi refactor; comment out some test codeJan Bartel1-1/+1
2013-05-28Ensure jetty.home set as Server attribute on defaultJettyServer instanceJan Bartel1-0/+2
2013-05-28408910 META-INF/jetty-webapp-context.xml file should be able to refer to bun...Jan Bartel4-6/+18
2013-05-28409228 Set jetty.home property so config files work even if deployed inside a...Jan Bartel5-50/+102
2013-05-24408923 Need to be able to configure the ThreadPool for the default jetty serv...Jan Bartel11-332/+289
2013-04-29406618 Jetty startup in OSGi Equinox fails when using option jetty.home.bundl...Jan Bartel1-1/+1
2013-04-11Rename some jetty-osgi classes, add comments, organize imports.Jan Bartel8-30/+28
2013-04-11Prune unused code; add more comments; rename classes.Jan Bartel17-272/+188
2013-04-11405119 Tidy up comments and code formatting for osgiJan Bartel25-301/+236
2013-03-28404176 Jetty's AnnotationConfiguration class does not scan non-jar resources ...Jan Bartel1-1/+1
2013-02-28401966 Ensure OSGI WebApp as Service (WebAppContext) can be deployed only thr...Jan Bartel1-0/+3
2013-02-21Fixing buildJan Bartel6-366/+144
2013-02-19committing to save changes but does not yet compileJan Bartel35-2335/+3707
2013-01-11merge from jetty-8 and update license blocks.Jesse McConnell24-24/+24
2013-01-11merge from 7 and update license blocks for 2013Jesse McConnell41-41/+41
2013-01-11update license blocks for 2013Jesse McConnell39-39/+39
2013-01-11jetty-9 organised imports. Cleaned up some TODOsGreg Wilkins3-6/+2
2012-11-23394294 Start web-bundles started before jettyHugues Malphettes2-5/+32
2012-11-02Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins2-2/+4
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins1-1/+2
2012-10-15jetty-9 removed context deployer and merged context and webapps directoryGreg Wilkins1-1/+2

Back to the top