Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: e5555d8c0faea4897040ef6c40e2d77cc8a9fa62
      
https://github.com/jenkinsci/docker-plugin/commit/e5555d8c0faea4897040ef6c40e2d77cc8a9fa62
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  add transport layer for httpclient


  Commit: a694bda631b84e841931d5707ed4b4a2da503ffd
      
https://github.com/jenkinsci/docker-plugin/commit/a694bda631b84e841931d5707ed4b4a2da503ffd
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M src/main/java/io/jenkins/docker/client/DockerAPI.java

  Log Message:
  -----------
  change netty client to apache httpclient


  Commit: 4326a7aeb4c35389594c0ab3080b74225e76ff4f
      
https://github.com/jenkinsci/docker-plugin/commit/4326a7aeb4c35389594c0ab3080b74225e76ff4f
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  add guava 19.0 for transport layer compatibility + mask it to not share it


  Commit: 59a04aa1e93938c4d233ab5a6dd84d3d6ca81d3c
      
https://github.com/jenkinsci/docker-plugin/commit/59a04aa1e93938c4d233ab5a6dd84d3d6ca81d3c
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java

  Log Message:
  -----------
  upgrade test job timeout from 60 to 120sec


  Commit: 221ce525fc52763d3e3c9045fd66d87354ed2fc7
      
https://github.com/jenkinsci/docker-plugin/commit/221ce525fc52763d3e3c9045fd66d87354ed2fc7
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M src/main/java/io/jenkins/docker/client/DockerAPI.java

  Log Message:
  -----------
  restaure imports of DockerAPI


  Commit: 5cfe38c60d2b49ae0216175a6f92b705957d6e23
      
https://github.com/jenkinsci/docker-plugin/commit/5cfe38c60d2b49ae0216175a6f92b705957d6e23
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M src/main/java/io/jenkins/docker/client/DockerAPI.java

  Log Message:
  -----------
  define timeouts in httpclient


  Commit: 1c05de9f3012e9288c46870ad3457339d487689e
      
https://github.com/jenkinsci/docker-plugin/commit/1c05de9f3012e9288c46870ad3457339d487689e
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  remove guava dependency


  Commit: 4ba94a771064a6864876742ca2cabdd6f31ea44b
      
https://github.com/jenkinsci/docker-plugin/commit/4ba94a771064a6864876742ca2cabdd6f31ea44b
  Author: Mathieu Delrocq <[email protected]>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java

  Log Message:
  -----------
  fix tests


  Commit: 8b1525072209af69e0677e565a3d3044507696dc
      
https://github.com/jenkinsci/docker-plugin/commit/8b1525072209af69e0677e565a3d3044507696dc
  Author: Mathieu Delrocq <[email protected]>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  update jenkins required version


  Commit: 39e3fcc45dbe4b5ac71888c18a2eff889d6250f3
      
https://github.com/jenkinsci/docker-plugin/commit/39e3fcc45dbe4b5ac71888c18a2eff889d6250f3
  Author: Mathieu Delrocq <[email protected]>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  update jenkinsVersion to 2.320 in Jenkinsfile


  Commit: fc4f5b84e66eae1e666778d33202f3c6f4fb2165
      
https://github.com/jenkinsci/docker-plugin/commit/fc4f5b84e66eae1e666778d33202f3c6f4fb2165
  Author: Mathieu Delrocq <[email protected]>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  update jenkinsVersion to 2.332.1 in Jenkinsfile


  Commit: c7da368842213de5faba37901e4af87540f372ec
      
https://github.com/jenkinsci/docker-plugin/commit/c7da368842213de5faba37901e4af87540f372ec
  Author: Mark Waite <[email protected]>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M Jenkinsfile
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into feature/from_netty_to_apachehttpclient


  Commit: c8ed7741e5bf2e9c3d12ce961f55f793aa299785
      
https://github.com/jenkinsci/docker-plugin/commit/c8ed7741e5bf2e9c3d12ce961f55f793aa299785
  Author: Mark Waite <[email protected]>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use spotbugs annotations from parent pom


  Commit: 6285b53ac207b6add0f86098033fc8b9b0090d33
      
https://github.com/jenkinsci/docker-plugin/commit/6285b53ac207b6add0f86098033fc8b9b0090d33
  Author: Mark Waite <[email protected]>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Remove unused groovy version property


  Commit: 87ce0d50f3597e81cbb257f01dd51d8830a3ca4c
      
https://github.com/jenkinsci/docker-plugin/commit/87ce0d50f3597e81cbb257f01dd51d8830a3ca4c
  Author: Mark Waite <[email protected]>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    A .github/release-drafter.yml
    A .github/workflows/release-drafter.yml

  Log Message:
  -----------
  Merge branch 'jenkinsci:master' into feature/from_netty_to_apachehttpclient


  Commit: c3707157f5aadae984e8796a8d8a7284e189e9cd
      
https://github.com/jenkinsci/docker-plugin/commit/c3707157f5aadae984e8796a8d8a7284e189e9cd
  Author: Mark Waite <[email protected]>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Reduce pom diffs


  Commit: ffaf88235d2b107c78832642e641c8360e887e3d
      
https://github.com/jenkinsci/docker-plugin/commit/ffaf88235d2b107c78832642e641c8360e887e3d
  Author: Mark Waite <[email protected]>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M pom.xml
    M src/main/java/io/jenkins/docker/client/DockerAPI.java

  Log Message:
  -----------
  Merge pull request #934 from MarkEWaite/feature/from_netty_to_apachehttpclient

Use Apache httpclient instead of netty


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/5240bbecc0bb...ffaf88235d2b

-- 
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/docker-plugin/push/refs/heads/master/5240bb-ffaf88%40github.com.

Reply via email to