Commit Graph

10994 Commits

Author SHA1 Message Date
Greg Wilkins 8e635001de Use precompiled patterns 2015-06-19 15:36:57 +10:00
Greg Wilkins 13b63c194b Default values for properties in ini files
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-19 15:27:47 +10:00
Greg Wilkins b0a3c7c5ea Simplified ManagedAttribute mechanism 2015-06-19 15:24:06 +10:00
Greg Wilkins f9a3bdab2a 469384 ClasspathPattern handles nested classes
Bug: 469384 Treat classnames with $ in them as exact match or exact prefix
2015-06-18 17:24:06 +10:00
Greg Wilkins 1a572c3236 improved Dump 2015-06-18 17:24:06 +10:00
Jan Bartel 1d1149440b Remove unneeded server and system class defs for cdi 2015-06-18 11:58:22 +10:00
Jan Bartel aeb3da1393 470327 Problem with scope provided dependencies with jspc plugin 2015-06-18 11:20:43 +10:00
Greg Wilkins 30f8eb234e Allow HTTP2C to be configured separately from HTTP2 2015-06-17 15:01:17 +10:00
Jan Bartel 1b635ff2f6 462346 Change classesPattern to scanClassesPattern and testClassesPattern to scanTestClassesPattern to clarify purpose 2015-06-17 13:59:54 +10:00
Jan Bartel 1f3be625e6 462346 Add pattern to jetty:run default classes and test classes scan paths 2015-06-17 13:18:56 +10:00
Joakim Erdfelt ecdcc2e7c0 Adding maven plugin tags to javadoc:aggregate build 2015-06-15 16:33:29 -07:00
Joakim Erdfelt 02bac59d0b Adding missing Jetty 9.3.0.RC1 section 2015-06-15 10:27:08 -07:00
Joakim Erdfelt cf6c4a914e Updating version to 9.3.1-SNAPSHOT 2015-06-15 10:25:49 -07:00
Joakim Erdfelt 6b54c5a726 Merge branch 'release-9.3' 2015-06-15 10:06:30 -07:00
Simone Bordet e1c251d7df Merged branch 'jetty-9.2.x' into 'master'. 2015-06-15 16:33:04 +02:00
Simone Bordet 3958625993 470184 - Send the proxy-to-server request more lazily. 2015-06-15 16:31:38 +02:00
Joakim Erdfelt d6665f274c Using static ref 2015-06-12 10:33:05 -07:00
Joakim Erdfelt 372c0c566f Merge branch 'master' into release-9.3 2015-06-12 10:00:23 -07:00
Simone Bordet d557d3cab0 Removed JDK 7 references. 2015-06-12 18:46:44 +02:00
Joakim Erdfelt 1a9da9f9e4 Updating versions to 9.3.0.v20150612 2015-06-12 09:34:24 -07:00
Joakim Erdfelt 68746609d6 Updating VERSION.txt 2015-06-12 09:31:09 -07:00
Joakim Erdfelt c6ac82f50b Merge branch 'master' into release-9.3 2015-06-12 09:30:46 -07:00
Simone Bordet 574373b806 Removed JDK 7 ALPN files and build profiles. 2015-06-12 18:27:01 +02:00
Joakim Erdfelt c20c5a2bed Jetty SSL distribution default port is 8443 (XML is now source of default) 2015-06-12 09:24:24 -07:00
Joakim Erdfelt 7711789852 Updating start.jar & tests with new [version] behavior 2015-06-12 09:22:04 -07:00
Joakim Erdfelt 7c737a587b Removing [version] sections in modules 2015-06-12 09:14:34 -07:00
Joakim Erdfelt 7d1ba7d0b7 Ignoring problematic tests on OSX 2015-06-11 15:15:15 -07:00
Joakim Erdfelt 496b4dfc83 [maven-release-plugin] prepare for next development iteration 2015-06-11 15:08:36 -07:00
Joakim Erdfelt f53c5d8fac [maven-release-plugin] prepare release jetty-9.3.0.v20150611 2015-06-11 15:08:29 -07:00
Joakim Erdfelt 4d267f08b7 Updating VERSION.txt top section 2015-06-11 13:10:25 -07:00
Joakim Erdfelt 1f24d44987 469341 - Not possible to use old/deprecated start properties
+ Distribution default is 8080, based on the XML
2015-06-11 12:58:48 -07:00
Joakim Erdfelt 665fd20995 469991 - Fix logging levels in websocket client UpgradeConnection
+ Cleanup of logging levels
2015-06-11 12:12:09 -07:00
Joakim Erdfelt ae3e9ac79a 469982 - Produce warning for dynamic modules with ini-templates seen during --add-to-start
+ Chaning Module.isVirtual() to Module.isDynamic()
+ Adding javadoc for Module.isDynamic()
+ Adding warning for builders on start.ini and start.d/*.ini with
  dynamic modules with [ini-template] sections
2015-06-11 12:03:31 -07:00
Joakim Erdfelt c78f9e2b7c Cleaning up unused testing bits 2015-06-11 07:01:05 -07:00
Joakim Erdfelt 173acf1ae0 Merge branch 'bugs/469860' 2015-06-11 06:57:37 -07:00
Joakim Erdfelt b670b9e47d Merge branch 'master' into bugs/469860
Conflicts:
	jetty-start/src/main/java/org/eclipse/jetty/start/StartArgs.java
	jetty-start/src/test/resources/assert-home-with-http2.txt
2015-06-11 06:57:16 -07:00
Joakim Erdfelt 2672430b6b 469860 - Add module metadata versioning to support backwards compat
+ Tweaking defaults/ini section naming per discussion yesterday.
2015-06-11 06:54:25 -07:00
Simone Bordet aaf0d8889d Merged branch 'jetty-9.2.x' into 'master'. 2015-06-11 15:44:06 +02:00
Simone Bordet 2c26e82fea 469936 - Remove usages of SpinLock.
Causes high CPU usage when contended, and the JVM can do better with
its own spin lock and biased locking.
2015-06-11 15:36:20 +02:00
Greg Wilkins cd420d7db5 465118 Fixed GzipHandler handling of multiple closes 2015-06-11 12:39:03 +10:00
Greg Wilkins 9e2c578a85 469863 fixed setNeedClientAuth/setWantClientAuth 2015-06-11 10:58:24 +10:00
Joakim Erdfelt 5d01c7f2f2 Using correct section 2015-06-10 16:20:07 -07:00
Greg Wilkins 165cbc2943 Revert "Revert "469341 jetty-startw template properties during --module enabling""
This reverts commit 73147d2c8e.
2015-06-11 07:35:15 +10:00
Joakim Erdfelt ac7e4e925c 469799 - Transitive module dependencies without ini templates are still added to ini
+ Fixing --add-to-start(d)=<>
2015-06-10 14:05:05 -07:00
Joakim Erdfelt d439113712 Making jetty.version discoverable via properties file on classpath too (for test cases) 2015-06-10 13:35:39 -07:00
Joakim Erdfelt 916efd6aa7 469860 - Add module metadata versioning to support backwards compat
+ 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-10 10:59:18 -07:00
Joakim Erdfelt 8bbbb2ff54 469860 - Add module metadata versioning to support backwards compat
+ Added [version] section support to start.jar
+ Updated start testing to use as-is distro configuration for test cases
2015-06-10 10:42:40 -07:00
Jan Bartel 2ff20414fa 469241 Use null WatchService as loop terminator for PathWatcher. 2015-06-10 14:52:12 +10:00
Greg Wilkins 8c89f141ab Revert "469341 - Not possible to use old/deprecated start properties"
This reverts commit fcd0a3b270.

Port 80 is the HTTP default
2015-06-10 13:42:43 +10:00
Greg Wilkins 5e8652536c 469341 Not possible to use old/deprecated start properties
Improved warnings so that if both and and new properties are set a warning is still generated that says the new property was used.

Bug: 469341
2015-06-10 13:06:03 +10:00