Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04Happy New Year 2016Joakim Erdfelt1-1/+1
2016-01-04Happy New Year 2016Joakim Erdfelt1-1/+1
2015-11-19480904 - jetty-util Loader simplificationGreg Wilkins1-1/+1
The Loader has been simplified to now just be a switch between loading from the context loader, the same loader as another class or the system loader. Multiple loaders will never be tried. A new runWithServerClassAccess(PriviledgedAction) method has been added to WebAppClassLoader, that is now used during configuration for actions that need access to both the WEB-INF/lib classes and the server classes (eg jetty-web.xml and env.xml). The JMX MBean mechanism has also been modified to look for an MBean class in the same loader that object came from before attempting the context loader (only if different).
2015-04-22464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt1-1/+1
+ Fixing javadoc in jetty-plus
2015-01-08Happy New Year 2015Joakim Erdfelt1-1/+1
2014-07-23expanded tabs in indentsGreg Wilkins1-1/+1
2014-07-10438190 findbug improvementsGreg Wilkins1-1/+0
2014-03-14merged quickstart changesGreg Wilkins1-20/+20
2014-02-24428859 patches from quickstart branchGreg Wilkins1-4/+9
2014-02-13Apply changes resulting from the quickstart projectGreg Wilkins1-5/+94
2014-01-02Happy New Year - 2014!Joakim Erdfelt1-1/+1
2013-09-30Add some more timing instrumentation to annotation related processingJan Bartel1-1/+13
2013-09-30417561 Refactor annotation related code - make annotation phase able to be ↵Jan Bartel1-21/+13
multithreaded
2013-08-02413018 ServletContext.addListener() should throw IllegalArgumentException if ↵Jan Bartel1-2/+4
arg is not correct type of listener
2013-01-11merge from jetty-8 and update license blocks.Jesse McConnell1-1/+1
2013-01-11merge from 7 and update license blocks for 2013Jesse McConnell1-1/+1
2013-01-11jetty-9 organised imports. Cleaned up some TODOsGreg Wilkins1-0/+1
2012-08-30Merged branch 'jetty-9' into jetty-9-client.Simone Bordet1-25/+29
2012-08-17merge from master + license block standardizationJesse McConnell1-12/+18
2011-07-07git diff 54e885d9670548c12cf9ffbd58702b73d373c186 ↵Greg Wilkins1-0/+108
remotes/origin/jetty-8-historical | patch -p1 ; git add -A

    Back to the top