Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet2-0/+16
2016-02-08Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet2-0/+16
2016-02-08Updated ALPN version for JDK 8u73 and 8u74.Simone Bordet2-0/+16
2016-01-21Merged branch 'jetty9.3.x' into 'master'.Simone Bordet2-0/+16
2016-01-21Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet2-0/+16
2016-01-21Updated ALPN version for JDK 8u71 and 8u72.Simone Bordet2-0/+16
2016-01-04Happy New Year 2016Joakim Erdfelt29-29/+29
2016-01-04Happy New Year 2016Joakim Erdfelt30-30/+30
2016-01-04Happy New Year 2016Joakim Erdfelt25-25/+25
2015-11-05Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet2-0/+16
2015-11-05Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet2-0/+16
2015-11-05Updated ALPN version for JDK 8u65 and 8u66.Simone Bordet2-0/+16
2015-10-15start.jar uses shaded jetty-util classesGreg Wilkins1-0/+2
2015-10-15Use TopologicalSort for start.jarGreg Wilkins6-121/+77
2015-09-21Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-0/+8
2015-09-21Updated ALPN version for JDK 8u60.Simone Bordet1-0/+8
2015-08-06474361 - Handle JVM version extensions like -internalJoakim Erdfelt7-14/+49
+ Refreshed Version.java to handle parsing alternate syntaxes + Introduced Version.toShortString() for the non-suffixed versions + Using updated Version obj in StartArgs.setProperty("java.version") to allow both normal System property access and arbitrary property setting on command line to work in a consistent fashion.
2015-07-28Updated ALPN versions for JDK 8u51.Simone Bordet1-0/+8
2015-07-27Updated ALPN versions for JDK 8u51.Simone Bordet1-0/+8
2015-06-19Remove unused start property defaultsGreg Wilkins1-13/+0
2015-06-19Default values for properties in ini filesGreg Wilkins1-0/+13
While this feature is not strictly needed, the patch contains some good code cleanups. So it will be applied and then the default feature removed in a subsequent commit.
2015-06-12Using static refJoakim Erdfelt1-3/+1
2015-06-12Removed JDK 7 references.Simone Bordet2-20/+19
2015-06-12Updating start.jar & tests with new [version] behaviorJoakim Erdfelt78-357/+35
2015-06-11Cleaning up unused testing bitsJoakim Erdfelt5-71/+4
2015-06-11469860 - Add module metadata versioning to support backwards compatJoakim Erdfelt1-1/+1
+ Tweaking defaults/ini section naming per discussion yesterday.
2015-06-10469799 - Transitive module dependencies without ini templates are still ↵Joakim Erdfelt1-2/+22
added to ini + Fixing --add-to-start(d)=<>
2015-06-10Making jetty.version discoverable via properties file on classpath too (for ↵Joakim Erdfelt1-0/+1
test cases)
2015-06-10469860 - Add module metadata versioning to support backwards compatJoakim Erdfelt80-14/+240
+ 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-06-10469860 - Add module metadata versioning to support backwards compatJoakim Erdfelt85-743/+467
+ Added [version] section support to start.jar + Updated start testing to use as-is distro configuration for test cases
2015-06-09Revert "469341 jetty-startw template properties during --module enabling"Joakim Erdfelt2-0/+19
This reverts commit 6c2780b9cf6ea78fd638135635e2e67b8b9c3336.
2015-06-04469341 jetty-startw template properties during --module enablingGreg Wilkins2-19/+0
2015-05-26468347 - Fix modules/debuglog.mod.Simone Bordet1-1/+1
2015-05-26Updated property names: sslConfig -> sslContext.Simone Bordet6-32/+32
2015-05-01Merge branch 'master' of ↵Joakim Erdfelt1-0/+8
ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2015-05-01430951 Support SNI with ExtendedSslContextFactoryGreg Wilkins1-0/+8
Made modules do automatic selection of Extended SSL Context if running java 8
2015-05-01Fixing build on OSXJoakim Erdfelt2-23/+22
2015-05-01Fixing test path assumptions on OSXJoakim Erdfelt2-6/+6
2015-04-30464419 Removed xinetd supportGreg Wilkins3-18/+0
2015-04-23464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt4-1/+7
2015-04-15Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet3-0/+24
2015-04-15Updated ALPN and NPN versions for JDK 7u79, 7u80 and 8u45.Simone Bordet5-0/+40
2015-04-14460671 - Rationalize property names.Simone Bordet2-2/+2
Fixed typos.
2015-04-14460671 - Rationalize property names.Simone Bordet1-2/+5
Made requestlog use a similar configuration to logging and debugmod modules.
2015-04-14464633 - Change Selection.how to Selection.criteriaJoakim Erdfelt1-3/+3
2015-04-13464537 - Updated setuid dependency to 1.0.3.Simone Bordet1-5/+5
Also moved here jetty-setuid.xml from the setuid project, so that it can remain in sync with its correspondent setuid.mod file.
2015-04-13460671 - Rationalize property names.Simone Bordet49-501/+602
Property format is now "jetty.<module|component>.<propertyName>". Updated all references with new properties.
2015-03-26Organised importsGreg Wilkins16-24/+44
2015-03-24Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-0/+8
2015-03-24Added ALPN files for JDK 8u40.Simone Bordet1-0/+8

Back to the top