Branch: refs/heads/master
Home: https://github.com/jenkinsci/libvirt-slave-plugin
Commit: 4906c0019225d2bf2217cc840c850ad44b91f09c
https://github.com/jenkinsci/libvirt-slave-plugin/commit/4906c0019225d2bf2217cc840c850ad44b91f09c
Author: Bastian Germann <[email protected]>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Update pluging parent to 4.3
Signed-off-by: Bastian Germann <[email protected]>
Commit: 4357104a21dcb7c87bd636b1d0eac230ca4e59fe
https://github.com/jenkinsci/libvirt-slave-plugin/commit/4357104a21dcb7c87bd636b1d0eac230ca4e59fe
Author: Bastian Germann <[email protected]>
Date: 2020-07-10 (Fri, 10 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]>
Commit: 0bab4d883da3860adcf9146d2400d6f9d0b3629f
https://github.com/jenkinsci/libvirt-slave-plugin/commit/0bab4d883da3860adcf9146d2400d6f9d0b3629f
Author: Bastian Germann <[email protected]>
Date: 2020-07-10 (Fri, 10 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]>
Commit: a11949055e2e6ffd56d2715fb619d47cb7074f6d
https://github.com/jenkinsci/libvirt-slave-plugin/commit/a11949055e2e6ffd56d2715fb619d47cb7074f6d
Author: Bastian Germann <[email protected]>
Date: 2020-07-10 (Fri, 10 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]>
Commit: bc77b9428f3cd5889f311b53c3d293a9ec0caa88
https://github.com/jenkinsci/libvirt-slave-plugin/commit/bc77b9428f3cd5889f311b53c3d293a9ec0caa88
Author: Bastian Germann <[email protected]>
Date: 2020-07-10 (Fri, 10 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]>
Commit: dabce0ffdf4e72144c28f1f6f550267367fb5d7c
https://github.com/jenkinsci/libvirt-slave-plugin/commit/dabce0ffdf4e72144c28f1f6f550267367fb5d7c
Author: Bastian Germann <[email protected]>
Date: 2020-07-11 (Sat, 11 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, wich is an issue with jLibVirt.
Signed-off-by: Bastian Germann <[email protected]>
Commit: 11032f8f37e3d0a20bc44860f871cb3abd793228
https://github.com/jenkinsci/libvirt-slave-plugin/commit/11032f8f37e3d0a20bc44860f871cb3abd793228
Author: Bastian Germann <[email protected]>
Date: 2020-07-11 (Sat, 11 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]>
Commit: 7fe86eac8121ba63804f0a568f70d77d9dbaec0e
https://github.com/jenkinsci/libvirt-slave-plugin/commit/7fe86eac8121ba63804f0a568f70d77d9dbaec0e
Author: Bastian Germann <[email protected]>
Date: 2020-07-11 (Sat, 11 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]>
Commit: 01022fc5e506a62f2b0d7efd10e61f3a2cf2cd5c
https://github.com/jenkinsci/libvirt-slave-plugin/commit/01022fc5e506a62f2b0d7efd10e61f3a2cf2cd5c
Author: Bastian Germann <[email protected]>
Date: 2020-07-11 (Sat, 11 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]>
Compare:
https://github.com/jenkinsci/libvirt-slave-plugin/compare/e958bcc80dfb...01022fc5e506
--
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/e958bc-01022f%40github.com.