Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/libvirt-slave-plugin
  Commit: a7a89bb6d49c18c515f1e2f2a92927da7cf092ff
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/a7a89bb6d49c18c515f1e2f2a92927da7cf092ff
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  CHANGELOG: Add missing versions

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: c23d37a3e2dc551f68414882f185bd5bb02dbec7
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/c23d37a3e2dc551f68414882f185bd5bb02dbec7
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update pluging parent to 4.3

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: 29e75701e61f5c65d43aca75db47c6c7e4722bc1
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/29e75701e61f5c65d43aca75db47c6c7e4722bc1
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Loosen Jenkins version requirement

Use an older Jenkins release to build against. Using a too new version
hides a plugin update for older Jenkins installations.

2.190.x is a reasonably new LTS version with Java 11 support.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: b723c9bbd28c5cd1204d4e3921813b7108f65729
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/b723c9bbd28c5cd1204d4e3921813b7108f65729
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use parent's spotbugs

The plugin parent brings a spotbugs dependency with it by default.
Use the same configuration as before with their properties.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: c494d5880176a36661e4dcc1e85e26a63d0ea812
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/c494d5880176a36661e4dcc1e85e26a63d0ea812
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Remove parent's plugins

maven-compiler-plugin, build-helper-maven-plugin, maven-hpi-plugin,
and maven-release-plugin are available in parent pom.  Remove them.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: 3c9ba685bb72b3fa765b729b832150d7e17ca30f
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/3c9ba685bb72b3fa765b729b832150d7e17ca30f
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Remove explicit JNA dependency

JNA is already included. fb3cbbec03f8 ("package old JNA version 3.3.0 with
the plugin") enforced an old version and is no longer needed.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: 9f8ed83eb43cd1ccc0fd37eae39d622782562f25
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/9f8ed83eb43cd1ccc0fd37eae39d622782562f25
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M CHANGELOG.md
    M pom.xml
    M src/main/java/hudson/plugins/libvirt/Hypervisor.java
    M src/main/java/hudson/plugins/libvirt/lib/ConnectionBuilder.java
    R src/main/java/hudson/plugins/libvirt/lib/jlibvirt/JLibVirtConnectImpl.java
    R src/main/java/hudson/plugins/libvirt/lib/jlibvirt/JLibVirtDomainImpl.java
    R 
src/main/java/hudson/plugins/libvirt/lib/jlibvirt/JLibVirtDomainSnapshotImpl.java
    M src/main/resources/hudson/plugins/libvirt/Hypervisor/config.jelly

  Log Message:
  -----------
  JENKINS-27640: Fix by removing jLibVirt

The jLibVirt binding is not maintained anymore, so remove it.
This implicitly fixes JENKINS-27640, which is an issue with jLibVirt.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: ab77e57a919d2fe4cc74a599c6298b4bddb4b827
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/ab77e57a919d2fe4cc74a599c6298b4bddb4b827
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Implicitly depend on Credentials

SSH Credentials has a Credentials dependency that will not go away.
Implicitly depdend on that version.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: ef49589aad198e92fcd772f64673c683df18d3ba
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/ef49589aad198e92fcd772f64673c683df18d3ba
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M src/main/java/hudson/plugins/libvirt/PluginImpl.java
    M src/main/java/hudson/plugins/libvirt/lib/ConnectionBuilder.java

  Log Message:
  -----------
  Remove unused imports

No functional change.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


  Commit: b284e6148a8e1eec2d2fc793a5d313c2ac0570d1
      
https://github.com/jenkinsci/libvirt-slave-plugin/commit/b284e6148a8e1eec2d2fc793a5d313c2ac0570d1
  Author: Bastian Germann <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M src/main/java/hudson/plugins/libvirt/Hypervisor.java
    M src/main/java/hudson/plugins/libvirt/VirtualMachineSlave.java
    M src/main/java/hudson/plugins/libvirt/lib/libvirt/LibVirtDomainImpl.java

  Log Message:
  -----------
  Untabify source

Replace TAB by spaces to fit Java coding style.
No functional change.

Signed-off-by: Bastian Germann <[email protected]>
Reviewed-by: Benedikt Spranger <[email protected]>


Compare: 
https://github.com/jenkinsci/libvirt-slave-plugin/compare/276b16d8a638...b284e6148a8e

-- 
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/libvirt-slave-plugin/push/refs/heads/master/276b16-b284e6%40github.com.

Reply via email to