Commit Graph

15220 Commits

Author SHA1 Message Date
Greg Wilkins 0941803cd4
Merge pull request #2204 from olamy/feature/hazelcast_upgrade
upgrade to last hazelcast version 3.9.3
2018-02-21 16:34:05 +11:00
Greg Wilkins cceca0fbd8
Merge pull request #2201 from olamy/bugfix/hazelcast_test_failure
use different instance name to avoid collision
2018-02-21 16:33:42 +11:00
Greg Wilkins 24a57ead6b
Merge pull request #2202 from olamy/bugfix/fix_bom
fix bom
2018-02-21 16:32:52 +11:00
Greg Wilkins 693aa04e03
Merge pull request #2200 from olamy/feature/errorprone
[WIP] Feature errorprone compiler
2018-02-21 16:30:34 +11:00
olivier lamy 2b6c71f6ba move errorprone to a profile
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-21 11:21:25 +10:00
olivier lamy 7cc1a376a3 formatting
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-21 11:05:49 +10:00
WalkerWatch 69216c2034 Cleanup codehaus references 2018-02-20 11:35:43 -05:00
olivier lamy cd7639a296 upgrade to last hazelcast version
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-20 21:21:02 +10:00
Greg Wilkins af06fddef1 less fragile tests
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-02-20 17:36:29 +11:00
Jan Bartel 1e8422935c Issue #2164 Add test for javax.websocket in osgi
Signed-off-by: Jan Bartel <janb@webtide.com>
2018-02-20 16:28:39 +11:00
Jan Bartel 17f518ffb1 Issue #2164 Update websocket manifests for osgi and add test in osgi
Signed-off-by: Jan Bartel <janb@webtide.com>
2018-02-20 16:28:39 +11:00
Jan Bartel df012bb0a3 Issue #2164 correct manifest headers for ServiceLoader use in osgi
Signed-off-by: Jan Bartel <janb@webtide.com>
2018-02-20 16:28:39 +11:00
Greg Wilkins 3ae713f2d4 less fragile tests
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-02-20 13:49:41 +11:00
Greg Wilkins 386dfc0331 less fragile tests
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-02-20 11:32:49 +11:00
Greg Wilkins b94d26a720 less fragile tests
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-02-20 10:19:32 +11:00
Greg Wilkins ec51926622 reduce fragility of tests
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-02-19 19:22:32 +11:00
olivier lamy 4d22576bf2 fix bom
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-19 15:46:38 +10:00
olivier lamy 9cb4742897 use different instance name to avoid collision
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-19 15:13:30 +10:00
olivier lamy 0b13e6cddd fix error prone error
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-19 15:00:59 +10:00
olivier lamy bd0b440da9 fixing one errorprone error, ATM configure it to generate warning and not errors, let see if we can collect in jenkins
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-19 13:37:28 +10:00
olivier lamy 41b40dc97d enable errorprobe
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-19 12:32:33 +10:00
Greg Wilkins 4147e3734e fix error found by Bazel build
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-02-17 18:35:07 +11:00
WalkerWatch b8a3413f70 Resolves #2150 - Updated CONTRIBUTING.md with signoff/DCO/ECA info 2018-02-16 16:13:55 -05:00
Joakim Erdfelt 8d0256609a
Merge pull request #2177 from olamy/feature/jenkinsfile-multiple-jdk-build
add multiple jdks build
2018-02-13 16:49:22 -06:00
WalkerWatch 8ac9bd3bae Merge fixes 2018-02-13 09:41:26 -05:00
WalkerWatch d41bcec681 Removing Google search from documentation for now. 2018-02-13 09:35:24 -05:00
olivier lamy 21053b9813 make it more simple
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-13 18:02:20 +10:00
olivier lamy 9437732be9 use step declarative
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-13 16:08:22 +10:00
olivier lamy a34a17bbf2 add jdk and os to stage labels
Signed-off-by: olivier lamy <olamy@webtide.com>
2018-02-13 14:02:18 +10:00
WalkerWatch 3f503ac3d5 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2018-02-12 13:53:38 -05:00
WalkerWatch 328aeef558 Issue #2194 - Updated jetty-documentation pom.xml. Matches changes made in #1858 to ensure links to api documentation work for nightly builds. 2018-02-12 13:53:00 -05:00
Simone Bordet 8a6b33a3e8 Fixes #2190 - HTTP/2 close and GOAWAY behavior.
Now the receiver of a GOAWAY also replies with a GOAWAY
before closing the connection.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-02-09 10:55:39 +01:00
Simone Bordet e87775eb0d
Issue #2171 QueuedThreadPool min/max threads validation
Now throwing IllegalArgumentException in case max < min.
2018-02-08 22:22:14 +01:00
David Ha a01e4a0f49 qtp constructor min-max validation
When min and max threads are passed together, verify
max >= min to detect bad configuration.

Signed-off-by: David Ha <davidha@1493.net>
2018-02-08 10:32:58 -05:00
Joakim Erdfelt 06e1252a6f Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2018-02-08 09:22:35 -06:00
WalkerWatch 26bc8687d7 Issue #2179 - Documentation - Updated version matrix. 2018-02-08 10:06:58 -05:00
Joakim Erdfelt 252ed9349a Updating s/2017/2018/ 2018-02-08 08:53:58 -06:00
Joakim Erdfelt a259285e3f Adding git log to csv example script for @jmcc0nn3ll 2018-02-08 08:47:11 -06:00
Joakim Erdfelt c9dd17bf9a
Merge pull request #2110 from eclipse/issue-1602-deployer-error
Issue #1602 - Deployment Error should fail fast
2018-02-08 08:44:19 -06:00
Simone Bordet 6bbd89e5db Added NoTryExecutor.toString() for better dumps.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-02-08 11:11:01 +01:00
Greg Wilkins ab5fc29cca Jetty 9.4.x 1803 proposal 0 - single ReservedThreadExecutor (#2119)
Issue #1803 - Review usage of scheduling strategies

Use a single ReservedThreadExecutor built into the QueuedThreadPool
via new interface TryExecutor.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-02-08 11:08:48 +01:00
Joakim Erdfelt 12c0a55de0 Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x 2018-02-07 15:55:19 -06:00
Joakim Erdfelt 3001c8af2f Merge remote-tracking branch 'origin/release-9.2.24' into jetty-9.2.x 2018-02-07 15:35:04 -06:00
WalkerWatch 9a787b1e54 Resovling merge conflicts and updating doc headers 2018-02-07 16:28:31 -05:00
WalkerWatch 4044045936 Merge resolution 2018-02-07 16:22:12 -05:00
Chris Walker 1704360ec3
Issue #2185 - Adds check for documentation header and separates it fr… (#2186)
* Issue #2185 - Adds check for documentation header and separates it from java license check. Updated license plugin.

Signed-off-by: WalkerWatch <ctwalker@gmail.com>

* Making requested changes for file listing

Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2018-02-07 16:06:52 -05:00
WalkerWatch 66ddb7defb Updating documentation license headers. 2018-02-07 13:19:58 -05:00
WalkerWatch 0c3264c272 Merge fixes 2018-02-07 13:16:52 -05:00
WalkerWatch cfe130ed2b Updating documentation license dates 2018-02-07 13:13:58 -05:00
Simone Bordet 56a2a00812 Overridden toString() for FailureTask to print the failure.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-02-07 15:40:30 +01:00