Branch: refs/heads/junit5
Home: https://github.com/jenkinsci/remoting
Commit: dec959d83eef3b2b976d96c54d4d4a3795a74bfb
https://github.com/jenkinsci/remoting/commit/dec959d83eef3b2b976d96c54d4d4a3795a74bfb
Author: Stefan Spieker <[email protected]>
Date: 2022-10-15 (Sat, 15 Oct 2022)
Changed paths:
M src/main/java/hudson/remoting/ClassLoaderHolder.java
M src/main/java/hudson/remoting/ClassicCommandTransport.java
M src/main/java/hudson/remoting/RequiredRoleCheckerWrapper.java
M src/test/java/hudson/remoting/ChunkedInputStreamTest.java
Log Message:
-----------
Add missing `@NonNull` annotations (#594)
Commit: 09b895d8da14a10e33bae6b2fb59772ca9274d3f
https://github.com/jenkinsci/remoting/commit/09b895d8da14a10e33bae6b2fb59772ca9274d3f
Author: Allan Burdajewicz <[email protected]>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
Log Message:
-----------
Improve JNLP Port Unreachable error message with host value (#588)
Commit: 22d11084f0d4bd1e22d69057a9b239e33eadc478
https://github.com/jenkinsci/remoting/commit/22d11084f0d4bd1e22d69057a9b239e33eadc478
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump jenkins from 1.88 to 1.89 (#596)
Commit: 0a55587cf79f33e79883db40c19f3b5828bf0ad3
https://github.com/jenkinsci/remoting/commit/0a55587cf79f33e79883db40c19f3b5828bf0ad3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump jenkins from 1.89 to 1.90 (#597)
Commit: 7e9b0dc0846678cdf08717710ba27b0e6e443911
https://github.com/jenkinsci/remoting/commit/7e9b0dc0846678cdf08717710ba27b0e6e443911
Author: Antonio Muniz <[email protected]>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M src/main/java/hudson/remoting/Engine.java
Log Message:
-----------
[JENKINS-69890] Prevent deadlock on websocket agents (#595)
Co-authored-by: Antoine Neveux <[email protected]>
Co-authored-by: Jesse Glick <[email protected]>
Commit: d75bbf6b471a63907e0cb70d28f6b6a845fbf1f2
https://github.com/jenkinsci/remoting/commit/d75bbf6b471a63907e0cb70d28f6b6a845fbf1f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump maven-shade-plugin from 3.4.0 to 3.4.1 (#598)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from
3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
-
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Commit: 404fd102ef802e9a9ac4bdf0f66b95ad6ed769d9
https://github.com/jenkinsci/remoting/commit/404fd102ef802e9a9ac4bdf0f66b95ad6ed769d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M pom.xml
R src/spotbugs/excludeFilter.xml
A src/spotbugs/excludesFilter.xml
Log Message:
-----------
Bump parent POM from 1.90 to 1.91 (#600)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Commit: 21f7a72ff1ba0860b1439082c80834b1184be481
https://github.com/jenkinsci/remoting/commit/21f7a72ff1ba0860b1439082c80834b1184be481
Author: Basil Crow <[email protected]>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
Log Message:
-----------
Simplify header parsing logic (#601)
Commit: 1dc9f91056e965c0cb2fa1e71ed80b4bb450ab55
https://github.com/jenkinsci/remoting/commit/1dc9f91056e965c0cb2fa1e71ed80b4bb450ab55
Author: Alexander Brandes <[email protected]>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
R logo.xcf
Log Message:
-----------
Remove unused hudson logo (#602)
Commit: 952d22bc5673950f53a949b49fbe1427d99324d9
https://github.com/jenkinsci/remoting/commit/952d22bc5673950f53a949b49fbe1427d99324d9
Author: Antonio Muñiz <[email protected]>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M src/main/java/hudson/remoting/Engine.java
Log Message:
-----------
[JENKINS-70105] Slow down websocket re-connect
More information in
[JENKINS-70105](https://issues.jenkins.io/browse/JENKINS-70105).
This is aligned with the existent inbound tcp agent re-connect logic,
which is waiting for 10 seconds before earch re-try.
Commit: d69cf116da6f0c2217a24795f9cb563853f1891e
https://github.com/jenkinsci/remoting/commit/d69cf116da6f0c2217a24795f9cb563853f1891e
Author: Jesse Glick <[email protected]>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M src/main/java/hudson/remoting/Engine.java
Log Message:
-----------
Merge pull request #603 from amuniz/JENKINS-70105
[JENKINS-70105] Slow down websocket re-connect
Commit: 41b3dce7c2d675c341d3e31576409312eb97eee6
https://github.com/jenkinsci/remoting/commit/41b3dce7c2d675c341d3e31576409312eb97eee6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump jenkins from 1.91 to 1.92 (#604)
Commit: e84384af3147d801f4d3c2572eb2bac123ec3ba4
https://github.com/jenkinsci/remoting/commit/e84384af3147d801f4d3c2572eb2bac123ec3ba4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Bump Eclipse Tyrus from 2.1.1 to 2.1.2 (#605)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Commit: bdecda169750ecb7aaf194bf2bc303cdd015421c
https://github.com/jenkinsci/remoting/commit/bdecda169750ecb7aaf194bf2bc303cdd015421c
Author: Basil Crow <[email protected]>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M src/spotbugs/excludesFilter.xml
Log Message:
-----------
Remove unnecessary SpotBugs exclusions (#606)
Commit: f918dff7060eb7abfa53eced7bbbb4ca0b7bf072
https://github.com/jenkinsci/remoting/commit/f918dff7060eb7abfa53eced7bbbb4ca0b7bf072
Author: Jesse Glick <[email protected]>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M pom.xml
M src/test/java/hudson/remoting/ChannelTest.java
Log Message:
-----------
Apply a more aggressive and general timeout to all JUnit 5 tests
Commit: 1cf6fe29fc9855529e4eadeeefe52473c82e613d
https://github.com/jenkinsci/remoting/commit/1cf6fe29fc9855529e4eadeeefe52473c82e613d
Author: Jesse Glick <[email protected]>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
R logo.xcf
M pom.xml
M src/main/java/hudson/remoting/ClassLoaderHolder.java
M src/main/java/hudson/remoting/ClassicCommandTransport.java
M src/main/java/hudson/remoting/Engine.java
M src/main/java/hudson/remoting/RequiredRoleCheckerWrapper.java
M src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
R src/spotbugs/excludeFilter.xml
A src/spotbugs/excludesFilter.xml
M src/test/java/hudson/remoting/ChunkedInputStreamTest.java
Log Message:
-----------
Merge branch 'master' of https://github.com/jenkinsci/remoting into junit5
Compare:
https://github.com/jenkinsci/remoting/compare/ca83285cc87e...1cf6fe29fc98
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/remoting/push/refs/heads/junit5/ca8328-1cf6fe%40github.com.