Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-11481903 Module DescriptionsGreg Wilkins1-6/+2
2015-10-16479839 Regression when starting application with excessive scan timesJan Bartel2-2/+2
2015-10-01javadoc fixJoakim Erdfelt1-8/+3
2015-09-30477895 Prevent leak of handles to deleted files after redeployJan Bartel2-19/+50
2015-08-19474961 Close input stream for classes in AnnotationParser after scanningJan Bartel1-1/+4
2015-08-19474558 Debug log ServletContainerInitializer @HandlesTypes contentsJan Bartel1-2/+6
2015-06-19StringUtil.csvSplit(String)Greg Wilkins1-1/+2
2015-06-12Removing [version] sections in modulesJoakim Erdfelt1-3/+0
2015-06-10469860 - Add module metadata versioning to support backwards compatJoakim Erdfelt1-0/+3
2015-05-07466645 Allow XmlConfiguration Properties to use Elements or AttributesGreg Wilkins1-1/+1
2015-04-24Fixing javadoc visibilityJoakim Erdfelt1-9/+5
2015-04-22464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt13-168/+140
2015-03-26Organised importsGreg Wilkins2-2/+6
2015-03-12Using new DecoratorJoakim Erdfelt2-3/+3
2015-01-16Minor test class cleanup while testing some annotation scanning behavior repo...Joakim Erdfelt1-14/+12
2015-01-08Happy New Year 2015Joakim Erdfelt41-41/+41
2015-01-01456486 Jar containing ServiceContainerInitializer impl not found in TCCL in osgiJan Bartel1-2/+10
2014-10-24447979 Refactor to make MetaData responsible for progressively ordering web-i...Jan Bartel1-6/+9
2014-08-28442759 Allow specific ServletContainerInitializers to be excludedJan Bartel1-49/+101
2014-07-23expanded tabs in indentsGreg Wilkins1-2/+2
2014-07-15Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet1-8/+7
2014-07-10438190 findbug improvementsGreg Wilkins2-5/+0
2014-05-27Refactoring for ease of customization.Jan Bartel1-1/+6
2014-04-28433656 Change to Opcode.ASM5 breaks jetty-osgiJan Bartel1-3/+5
2014-04-25433512 Jetty throws RuntimeException when webapp compiled with jdk8 -parametersJan Bartel1-3/+4
2014-03-14merged quickstart changesGreg Wilkins1-2/+2
2014-03-10Add appropriate headers to allow ServiceLoader mechanism to work with OSGi.Jan Bartel1-7/+15
2014-02-13Apply changes resulting from the quickstart projectGreg Wilkins8-113/+56
2014-01-02Happy New Year - 2014!Joakim Erdfelt41-41/+41
2013-12-20424380 Augment class / Jar scanning timing log eventsJan Bartel1-25/+108
2013-12-13423361 Ensure ServletContainerInitializers called before injecting ListenersJan Bartel1-2/+2
2013-12-12423361 Make all listeners injectable irrespective of method of declaration (...Jan Bartel1-4/+11
2013-12-09423556 HttpSessionIdListener should be resource injectableJan Bartel1-0/+2
2013-12-06423395 Ensure @WebListeners are injectedJan Bartel1-1/+1
2013-11-04global clean up importsGreg Wilkins4-14/+0
2013-10-28Remove accidental checkin of printlnJan Bartel1-1/+0
2013-10-21Merge remote-tracking branch 'origin/master' into jetty-9.1Jan Bartel1-8/+7
2013-10-21419655 AnnotationParser throws NullPointerException when scanning files from ...Jan Bartel1-2/+7
2013-10-17416300 Order ServletContainerInitializer callbacksJan Bartel2-18/+273
2013-10-07Fixing javadocJoakim Erdfelt4-22/+7
2013-10-04418596 Faults in JARs during class scanning should report the jar that cause...Jan Bartel2-64/+68
2013-09-30417561 Refactor annotation related code: change log messagesJan Bartel1-15/+8
2013-09-30Add some more timing instrumentation to annotation related processingJan Bartel1-1/+0
2013-09-30417561 Refactor annotation related code - remove unneeded log statementsJan Bartel2-6/+9
2013-09-30417561 Refactor annotation related code - make annotation phase able to be m...Jan Bartel12-223/+429
2013-09-25Fixing various javadoc errorsJoakim Erdfelt4-4/+4
2013-09-20417561 Refactor annotation related codeJan Bartel1-2/+9
2013-09-19417561 Refactor annotation related codeJan Bartel3-165/+178
2013-09-19417561 Refactor annotation related code to remove some deadwoodJan Bartel11-128/+103
2013-09-17417382 - Upgrade to asm 4.1 and refactor annotation parsingJan Bartel12-560/+487

Back to the top