Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-10-07Updating to version 9.3.4.v20151007jetty-9.3.4.v20151007Joakim Erdfelt1-1/+1
2015-09-30477641 ALPN classes exposed to webapps - fixed typoGreg Wilkins1-1/+1
2015-09-30477641 ALPN classes exposed to webappsGreg Wilkins1-0/+5
2015-09-30477895 Prevent leak of handles to deleted files after redeployJan Bartel4-6/+34
2015-09-11477123 - AsyncListener callbacks need context scopeGreg Wilkins1-15/+36
Also added DebugListener and deprecated DebugHandler
2015-09-03Added debug for not found classloadingGreg Wilkins1-0/+3
2015-08-27[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-08-27[maven-release-plugin] prepare release jetty-9.3.3.v20150827jetty-9.3.3.v20150827Jesse McConnell1-1/+1
2015-08-25[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-08-25[maven-release-plugin] prepare release jetty-9.3.3.v20150825Jesse McConnell1-1/+1
2015-07-30[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1
2015-07-30[maven-release-plugin] prepare release jetty-9.3.2.v20150730Joakim Erdfelt1-1/+1
2015-07-28Squelching debuggingJoakim Erdfelt1-1/+1
2015-07-28Using parent classloader as expected valueJoakim Erdfelt1-1/+2
2015-07-24Enabling debugging on CI for symlink quirkJoakim Erdfelt3-75/+17
2015-07-23Using new jetty-test-helper methods to help with symlinkedJoakim Erdfelt1-2/+3
2015-07-14[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-07-14[maven-release-plugin] prepare release jetty-9.3.1.v20150714jetty-9.3.1.v20150714Jesse McConnell1-1/+1
2015-07-10464745 Remove @org.apache.xbean.XBean referencesJan Bartel1-1/+0
2015-06-29Making test error/failure reporting more usefulJoakim Erdfelt1-80/+229
2015-06-29Adding logging configJoakim Erdfelt1-0/+4
2015-06-29Using newer surefire fork settingsJoakim Erdfelt1-0/+8
2015-06-25470803 If a webapp is not fully started do not fully stop itJan Bartel1-19/+31
2015-06-24470855 Only log warning for duplicate path mappings to same servlet in same ↵Jan Bartel1-10/+15
descriptor
2015-06-24469384 Improved javadoc for ClasspathPatternGreg Wilkins2-16/+12
2015-06-18469384 ClasspathPattern handles nested classesGreg Wilkins2-36/+126
Bug: 469384 Treat classnames with $ in them as exact match or exact prefix
2015-06-18improved DumpGreg Wilkins3-131/+185
2015-06-18Remove unneeded server and system class defs for cdiJan Bartel1-2/+0
2015-06-15Updating version to 9.3.1-SNAPSHOTJoakim Erdfelt1-1/+1
2015-06-12Updating versions to 9.3.0.v20150612Joakim Erdfelt1-1/+1
2015-06-12Merge branch 'master' into release-9.3Joakim Erdfelt1-3/+0
2015-06-12Removing [version] sections in modulesJoakim Erdfelt1-3/+0
2015-06-11[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1
2015-06-11[maven-release-plugin] prepare release jetty-9.3.0.v20150611Joakim Erdfelt1-1/+1
2015-06-10469860 - Add module metadata versioning to support backwards compatJoakim Erdfelt1-0/+3
+ Adding [version] section to all existing jetty 9.3 distro modules + Updating testcases in jetty-start with new [version] sections too + Adding extra testcases for versioned modules
2015-05-22Fixing javadoc errors preventing releaseJoakim Erdfelt1-9/+9
2015-04-24464837 Large META-INF/resources/ jars can significantly impact startup speedJan Bartel1-21/+77
2015-04-23Fixing compact3 buildJoakim Erdfelt1-2/+0
2015-04-22464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt13-271/+145
+ Fixing javadoc in jetty-webapp
2015-04-22Bug 464442 - Enable parallel class loadingPhilippe Marschall1-41/+49
Change-Id: If23cc99214efe8d3a75d0ab0d337020524b6709f Signed-off-by: Philippe Marschall <philippe.marschall@netcetera.ch>
2015-04-13464438 ClassFileTransformer support in ↵Jan Bartel2-3/+22
org.eclipse.jetty.webapp.WebAppClassLoader broken
2015-03-26Organised importsGreg Wilkins1-1/+0
2015-02-11Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-12/+12
Conflicts: jetty-servlets/src/main/java/org/eclipse/jetty/servlets/gzip/GzipHandler.java
2015-02-11459490 Defining a duplicate error page in webdefault.xml and web.xml ↵Jan Bartel1-12/+12
results in an error
2015-01-21Merge branch 'jetty-9.2.x'Joakim Erdfelt1-1/+5
Conflicts: VERSION.txt aggregates/jetty-all/pom.xml apache-jsp/pom.xml apache-jstl/pom.xml examples/async-rest/async-rest-jar/pom.xml examples/async-rest/async-rest-webapp/pom.xml examples/async-rest/pom.xml examples/embedded/pom.xml examples/pom.xml jetty-alpn/jetty-alpn-client/pom.xml jetty-alpn/jetty-alpn-server/pom.xml jetty-alpn/pom.xml jetty-annotations/pom.xml jetty-ant/pom.xml jetty-cdi/pom.xml jetty-client/pom.xml jetty-continuation/pom.xml jetty-deploy/pom.xml jetty-distribution/pom.xml jetty-fcgi/fcgi-client/pom.xml jetty-fcgi/fcgi-server/pom.xml jetty-fcgi/pom.xml jetty-http-spi/pom.xml jetty-http/pom.xml jetty-io/pom.xml jetty-jaas/pom.xml jetty-jaspi/pom.xml jetty-jmx/pom.xml jetty-jndi/pom.xml jetty-jsp/pom.xml jetty-jspc-maven-plugin/pom.xml jetty-maven-plugin/pom.xml jetty-monitor/pom.xml jetty-nosql/pom.xml jetty-osgi/jetty-osgi-alpn/pom.xml jetty-osgi/jetty-osgi-boot-jsp/pom.xml jetty-osgi/jetty-osgi-boot-warurl/pom.xml jetty-osgi/jetty-osgi-boot/pom.xml jetty-osgi/jetty-osgi-httpservice/pom.xml jetty-osgi/jetty-osgi-npn/pom.xml jetty-osgi/pom.xml jetty-osgi/test-jetty-osgi-context/pom.xml jetty-osgi/test-jetty-osgi-webapp/pom.xml jetty-osgi/test-jetty-osgi/pom.xml jetty-plus/pom.xml jetty-proxy/pom.xml jetty-quickstart/pom.xml jetty-rewrite/pom.xml jetty-runner/pom.xml jetty-security/pom.xml jetty-server/pom.xml jetty-servlet/pom.xml jetty-servlets/pom.xml jetty-spdy/pom.xml jetty-spdy/spdy-alpn-tests/pom.xml jetty-spdy/spdy-client/pom.xml jetty-spdy/spdy-core/pom.xml jetty-spdy/spdy-example-webapp/pom.xml jetty-spdy/spdy-http-client-transport/pom.xml jetty-spdy/spdy-http-common/pom.xml jetty-spdy/spdy-http-server/pom.xml jetty-spdy/spdy-npn-tests/pom.xml jetty-spdy/spdy-server/pom.xml jetty-spring/pom.xml jetty-start/pom.xml jetty-util-ajax/pom.xml jetty-util/pom.xml jetty-webapp/pom.xml jetty-websocket/javax-websocket-client-impl/pom.xml jetty-websocket/javax-websocket-server-impl/pom.xml jetty-websocket/pom.xml jetty-websocket/websocket-api/pom.xml jetty-websocket/websocket-client/pom.xml jetty-websocket/websocket-common/pom.xml jetty-websocket/websocket-server/pom.xml jetty-websocket/websocket-servlet/pom.xml jetty-xml/pom.xml pom.xml tests/pom.xml tests/test-continuation/pom.xml tests/test-integration/pom.xml tests/test-loginservice/pom.xml tests/test-quickstart/pom.xml tests/test-sessions/pom.xml tests/test-sessions/test-hash-sessions/pom.xml tests/test-sessions/test-jdbc-sessions/pom.xml tests/test-sessions/test-mongodb-sessions/pom.xml tests/test-sessions/test-sessions-common/pom.xml tests/test-webapps/pom.xml tests/test-webapps/test-jaas-webapp/pom.xml tests/test-webapps/test-jetty-webapp/pom.xml tests/test-webapps/test-jndi-webapp/pom.xml tests/test-webapps/test-mock-resources/pom.xml tests/test-webapps/test-proxy-webapp/pom.xml tests/test-webapps/test-servlet-spec/pom.xml tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml tests/test-webapps/test-webapp-rfc2616/pom.xml
2015-01-16[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-01-16[maven-release-plugin] prepare release jetty-9.2.7.v20150116jetty-9.2.7.v20150116Jesse McConnell1-1/+1
2015-01-16457696 - JMX implementation should not be overridden by WebApp classesJoakim Erdfelt1-0/+2
+ Marking org.eclipse.jetty.util.annotation. for hole punching + Making ContextHandler parsing of "org.eclipse.jetty.server.context.ManagedAttributes" more lenient to whitespace around delimitors + Making ObjectMBean take in account the .jmx.{name}MBean for annotation influences too.
2015-01-16[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-01-16[maven-release-plugin] prepare release jetty-9.2.7.v20150116Jesse McConnell1-1/+1

Back to the top