Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Merge branch 'master' into pathresourceGreg Wilkins4-153/+43
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-06-25Making PathResource the default for "file://" resourcesJoakim Erdfelt1-2/+3
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-21Removing accidental addJan Bartel24-6135/+0
2013-02-21Fixing buildJan Bartel6-366/+144
2013-02-19committing to save changes but does not yet compileJan Bartel57-692/+8199
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
2012-10-12Merge remote-tracking branch 'origin/jetty-8' into jetty-9Greg Wilkins2-11/+32
2012-10-06Clean-up OSGi test; add spdy OSGi test; fix felixHugues Malphettes2-7/+138
2012-09-24jetty-9 osgi supportHugues Malphettes6-324/+8
2012-09-14389452 if web-fragment metadata-complete==true still scan its related jar if ...Jan Bartel1-11/+18
2012-08-30Merge branch 'master' into jetty-8Jesse McConnell1-14/+17
2012-08-30388393 WebAppProvider doesn't work alongside OSGi deployerJan Bartel1-14/+17
2012-08-27Merge branch 'jetty-8' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Jan Bartel41-491/+732
2012-08-27Add a toString() method to TldLocatableURLClassloaderJan Bartel1-0/+14
2012-08-17standardize license headersJesse McConnell2-29/+34

Back to the top