Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-06-23437395 - Start / Properties in template sections should be default applied ↵Joakim Erdfelt40-39/+356
for enabled modules + Fixing typo in enableModule() + Fixing concurrent modification exception during walk of parents in enableModule()
2014-06-19Merge remote-tracking branch 'origin/master' into jetty-http2Simone Bordet34-78/+455
2014-06-18Adding extra tests for bad startup configurationsJoakim Erdfelt1-0/+85
2014-06-17437395 - Start / Properties in template sections should be default applied ↵Joakim Erdfelt23-8/+106
for enabled modules + Adding test cases for jsp-impl usecase that triggered this bug.
2014-06-17437395 - Start / Properties in template sections should be default applied ↵Joakim Erdfelt12-70/+264
for enabled modules + Initial edits to support loading of Module [INI-TEMPLATE] section as default values for the enabled module.
2014-06-16Updated version to 9.3.0-SNAPSHOT.Simone Bordet1-1/+1
2014-06-11Added JDK 7u60 files and configuration for NPN and ALPN.Simone Bordet1-0/+8
2014-06-11Added JDK 7u60 files for NPN and ALPN.Simone Bordet1-0/+8
2014-06-10Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins15-81/+203
2014-06-09[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2014-06-09[maven-release-plugin] prepare release jetty-9.2.1.v20140609jetty-9.2.1.v20140609Jesse McConnell1-1/+1
2014-06-09Merge branch 'master' into release-9Jesse McConnell33-110/+336
2014-06-06432192 - jetty-start / Allow JETTY_LOGS use for start-log-fileJoakim Erdfelt1-1/+1
+ Internal initialization & validation of start-log-file is done via BaseHome.getPath(String) to allow the path to be anywhere on the filesystem, not just under ${jetty.base}
2014-06-06436388 - Allow case-insensitive STOP.KEY and STOP.PORT useJoakim Erdfelt1-2/+2
+ Internal (to start.jar) use of properties are now case-insensitive
2014-06-06436524 - Start / Downloadable [files] references in modules cannot use ":" ↵Joakim Erdfelt1-5/+8
themselves + Updating usage.txt to indicate new use of "|"
2014-06-06432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt1-31/+23
configurations + Updating usage.txt
2014-06-04Restore Origin/Source information of raw arguments from ConfigSource(s)Joakim Erdfelt9-27/+126
+ Change will remember where each raw argument from a DirConfigSource comes from (previously only remembered the origin of properties)
2014-06-04Fixing extraneous output and duplicate ${jetty.base}/${jetty.base} ↵Joakim Erdfelt1-11/+11
references when using --add-to-startd
2014-06-04436520 - Start / Allow https and file urls in jetty-start's module download ↵Joakim Erdfelt5-4/+32
mechanism + Work to enable this mostly performed in Bug #436524 + Some minor work to add more tests for this new syntax.
2014-06-04Merge remote-tracking branch 'origin' into jetty-http2Greg Wilkins18-29/+133
2014-06-04updated version to 10.0.0-SNAPSHOTGreg Wilkins1-1/+1
2014-06-04436524 - Start / Downloadable [files] references in modules cannot use ":" ↵Joakim Erdfelt18-29/+133
themselves + Switching out support for ":" to "|"
2014-05-26[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2014-05-26[maven-release-plugin] prepare release jetty-9.2.0.v20140526jetty-9.2.0.v20140526Jesse McConnell1-1/+1
2014-05-26Merge branch 'master' into release-9Jesse McConnell20-50/+64
2014-05-26Adjusting --exec to [exec]Joakim Erdfelt16-32/+16
2014-05-26expand properties on command line for execGreg Wilkins1-1/+1
2014-05-25turn off startlog redirect when startingGreg Wilkins2-11/+28
2014-05-25started mechanism uses PropertiesGreg Wilkins3-17/+30
list Properties in --dry-run fix start log file
2014-05-23[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2014-05-23[maven-release-plugin] prepare release jetty-9.2.0.v20140523jetty-9.2.0.v20140523Jesse McConnell1-1/+1
2014-05-16435086 - ${jetty.base}/resources not on classpath when using --module=resourcesJoakim Erdfelt14-2/+98
+ Adding test case for resource.mod + Fixing java.nio.file.PathMatcher use to not include trailing slash for directory matches.
2014-05-13434505 Allow property files on start.jar command lineGreg Wilkins3-1/+63
Signed-off-by: Tom Zeller<tzeller@dragonacea.biz> (cherry picked from commit d621df3c3482cccb1153a85936a8d80eedc0a032) Conflicts: jetty-start/src/main/java/org/eclipse/jetty/start/FS.java jetty-start/src/main/java/org/eclipse/jetty/start/StartArgs.java
2014-05-08432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt15-65/+65
configurations + renaming --extra-start-dir=<path> to --include-jetty-dir=<path>
2014-05-08Increasing visibility for BenJoakim Erdfelt1-1/+1
2014-04-29433563 - Jetty fails to startup on windows - InvalidPathExceptionJoakim Erdfelt6-159/+269
+ PathMatchers.isAbsolute() and .getSearchRoot() adjusted to not rely on Path object behavior differences between Unix and Windows + Updated StartArgs processing of --lib to automatically expand extra lib references prior to submitting them to the internal BaseHome for processing as pattern for paths. + Updated test cases for new behavior.
2014-04-28433563 - Jetty fails to startup on windows - InvalidPathExceptionJoakim Erdfelt1-2/+7
+ Adjusted PathMatchers.isAbsolute() to only consider the search root, and not the whole path.
2014-04-16Merged branch 'jetty-9.1.x' into 'master'.Simone Bordet1-0/+9
2014-04-16Added profile in the main pom.xml to build with JDK 7u55.Simone Bordet1-0/+9
Added new NPN module files for JDK 7u55, referencing the new NPN version required by JDK 7u55.
2014-04-15Removing deprecated methodsJoakim Erdfelt1-49/+3
2014-04-15432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt2-4/+25
configurations + Adding Config Search order output to --list-config
2014-04-15Removing deprecated methodsJoakim Erdfelt5-89/+25
2014-04-15432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt3-6/+10
configurations + Fixing jetty.base default detection to use user.dir instead of jetty.home
2014-04-15FS utility class cleanup of unused codeJoakim Erdfelt1-126/+9
2014-04-11432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt16-350/+370
configurations + Final work for unit testing happiness + BaseHome is now configured via ConfigSources (as intended) + StartArgs now parses the ConfigSources list (in reverse) + CommandLineConfigSource now does all of the ${jetty.base} and ${jetty.home} determination (from properties and env, with fallbacks)
2014-04-10432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt19-751/+991
configurations + Integration of ConfigSources with rest of startup.
2014-04-10432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt13-131/+1169
configurations + Introduction of ConfigSources (a properly ordered list of ConfigSource impls) to aide in initial setup of configuration sources, prior to being parsed by StartArgs for the final runtime configuration of the jetty server.
2014-04-10reverted version to SNAPSHOTGreg Wilkins1-1/+1
2014-04-09Cleanup of Main.moduleIni() to .buildIni() with better documentationJoakim Erdfelt1-4/+19
2014-04-09432321 - jetty-start / Allow defining extra start directories for common ↵Joakim Erdfelt12-14/+892
configurations + Identified test cases for extra-start-dir logic + Working on layered ConfigSource approach to handling extra-start-dir

Back to the top