Commit Graph

14006 Commits

Author SHA1 Message Date
Jan Bartel d2a98206df Issue #1018
Remove deprecated Util class
2016-10-21 16:38:47 +11:00
Jan Bartel ed0a1f0f38 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-10-21 16:37:41 +11:00
Jan Bartel 34f0015aa9 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-10-21 16:37:13 +11:00
Jan Bartel 638045764e Issue #1018 2016-10-21 16:32:45 +11:00
Joakim Erdfelt a32fc64477 Merge branch 'jetty-9.4.x' 2016-10-20 15:11:55 -07:00
Joakim Erdfelt 458aebbd01 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-10-20 15:11:40 -07:00
Joakim Erdfelt 76992139f8 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-20 15:11:25 -07:00
Joakim Erdfelt 3bfc914889 More attempts at jacoco exclusions 2016-10-20 14:14:50 -07:00
Joakim Erdfelt 2d650512bf Skipping jacoco collection on build/test/support/integration modules 2016-10-20 12:48:32 -07:00
Joakim Erdfelt a733d2768c Setting jacoco jenkins publisher to report only on org.eclipse.jetty.* 2016-10-20 12:39:47 -07:00
Joakim Erdfelt bb0ac62328 Correcting for Jenkinsfile "stage" syntax warning
The Warning Message:

   "Using the 'stage' step without a block argument is deprecated"
2016-10-20 11:29:24 -07:00
Joakim Erdfelt b8127399d7 Tweaking jacoco includes/excludes in pom.xml 2016-10-20 11:28:26 -07:00
Joakim Erdfelt 09abf0b4bd Revert "Correcting Jenkinsfile warning"
This reverts commit d4abbb0499.
2016-10-20 11:09:24 -07:00
Joakim Erdfelt d4abbb0499 Correcting Jenkinsfile warning
+ Using the 'stage' step without a block argument is deprecated
2016-10-20 10:03:18 -07:00
Joakim Erdfelt d70a20c00e Merge branch 'jetty-9.4.x' 2016-10-20 09:58:13 -07:00
Joakim Erdfelt ac78631e4c Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-10-20 09:57:49 -07:00
Joakim Erdfelt 6ded652dae Tweaking jacoco includes/excludes 2016-10-20 09:31:00 -07:00
Joakim Erdfelt fccffdb526 Merge branch 'release-9.3.13' into jetty-9.3.x 2016-10-20 09:25:57 -07:00
Greg Wilkins 0bb5730d7a cleanup infinispan module #1013 2016-10-20 23:59:22 +11:00
Greg Wilkins e1c72c26dc fixed javadoc #984 2016-10-20 23:58:30 +11:00
Vladimir Bukhtoyarov bbce9df664 Enhancement for detection of insufficient threads (#1010)
* Issue #586 Enhancement for detection of insufficient threads

Do not count acceptors and selectors at server level if connector uses own dedicated thread pool

Signed-off-by: vladimir.bukhtoyarov <jsecoder@mail.ru>
2016-10-20 12:11:23 +02:00
Greg Wilkins 97470c4736 Overlay directories for modules #1013
Implemented overlay directories for modules.
Implemented by extending the basehome initializer to be able to handle
directory to directory copies, with a default of jetty.base if no location
is specified.
2016-10-20 17:44:39 +11:00
Jan Bartel d3deeff32c Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-10-20 12:39:33 +11:00
Jan Bartel 6ff5a3a7e9 Issue #1017 2016-10-20 12:38:05 +11:00
Greg Wilkins b08fa971a5 Improve logging modules and listing #984
Remove support for JETTY_LOGS
2016-10-20 11:02:06 +11:00
Greg Wilkins d7b781574d Improve logging modules and listing #984
All logging modules log to stderr
2016-10-20 10:57:56 +11:00
Greg Wilkins f9be11bcc2 Improve logging modules and listing #984
cleanup logging config
2016-10-20 10:57:56 +11:00
Greg Wilkins 1706c6d9ed Improve logging modules and listing #984
Do not support JCL as a logging mechanism.  Only support jcl-slf4j binding
2016-10-20 10:57:56 +11:00
Joakim Erdfelt 93741c32a8 Merge branch 'jetty-9.4.x' 2016-10-19 16:17:36 -07:00
Joakim Erdfelt 167f6c8d23 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-10-19 16:17:25 -07:00
Joakim Erdfelt 0162140e09 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-19 16:16:59 -07:00
Greg Wilkins 6bc8717053 Improve logging modules and listing #984
Trim provider list and accept as default if only 1 available
2016-10-20 10:06:52 +11:00
Joakim Erdfelt 91cbb067f8 Limiting jacoco reports to only org.eclipse.jetty classes 2016-10-19 14:36:59 -07:00
Joakim Erdfelt 4dfd3fad73 Fixing log4j.properties -> log4j.xml 2016-10-19 14:24:54 -07:00
Joakim Erdfelt 15d00767a5 Using ${jetty.logging.dir} consistently 2016-10-19 14:23:54 -07:00
Joakim Erdfelt d1d3996bf5 Merge pull request #1005 from SimonDallaway/LdapLoginModule
fix for userRdnAttribute value != username
2016-10-19 14:08:54 -07:00
Joakim Erdfelt b459c4118b Using new recommended timeout() syntax 2016-10-19 13:15:39 -07:00
Joakim Erdfelt 54db1f48db Merge pull request #1012 from WalkerWatch/issues/modlisting
Issue #984 documentation updates.
2016-10-19 13:09:47 -07:00
Joakim Erdfelt 883c32994f Merge pull request #996 from WalkerWatch/issues/644
Issue #644 Documentation updates
2016-10-19 13:09:37 -07:00
Joakim Erdfelt acd632b204 Merge branch 'shauway-jetty-9.3.x-docs-ssl' into jetty-9.3.x 2016-10-19 13:08:47 -07:00
Joakim Erdfelt c512c3167a Merge branch 'jetty-9.3.x-docs-ssl' of git://github.com/shauway/jetty.project into shauway-jetty-9.3.x-docs-ssl 2016-10-19 13:08:20 -07:00
Simone Bordet a62e0968d5 Merged branch 'jetty-9.4.x' into 'master'. 2016-10-19 20:47:59 +02:00
WalkerWatch 7ddc679a6e Issue #644 Documentation updates
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-10-19 14:47:55 -04:00
Simone Bordet c6ac3c8c39 Removed unnecessary files. 2016-10-19 20:46:59 +02:00
Joakim Erdfelt 36d75d4c4f Merge branch 'jetty-9.4.x' 2016-10-19 10:59:28 -07:00
Joakim Erdfelt 0651b3fa20 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-10-19 10:59:09 -07:00
Joakim Erdfelt 52e81a5ef8 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-19 10:56:49 -07:00
WalkerWatch 1e6db80f91 Issue #984 documentation updates.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-10-19 13:27:26 -04:00
Joakim Erdfelt d9054d24b3 Issue #984 - minor cleanup, consistency across all modules
+ Also correcting filename jcl-simple-impl.mod
2016-10-19 10:25:44 -07:00
Joakim Erdfelt c3a07945cc Adding more reports to build 2016-10-19 10:07:26 -07:00