Branch: refs/heads/master
Home: https://github.com/jenkinsci/libvirt-slave-plugin
Commit: 052d2a64b7c58bc2013e335f0c5affe2a9dfecd1
https://github.com/jenkinsci/libvirt-slave-plugin/commit/052d2a64b7c58bc2013e335f0c5affe2a9dfecd1
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: c9c2fcc015908cd9b267ff49a21dcb4169b5360a
https://github.com/jenkinsci/libvirt-slave-plugin/commit/c9c2fcc015908cd9b267ff49a21dcb4169b5360a
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
CHANGELOG: Add missing versions
Signed-off-by: Bastian Germann <[email protected]>
Commit: 176e0acb177b87abc864ee6c16020a72e76db2af
https://github.com/jenkinsci/libvirt-slave-plugin/commit/176e0acb177b87abc864ee6c16020a72e76db2af
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Update pluging parent to 4.3
Signed-off-by: Bastian Germann <[email protected]>
Commit: 2a13e26184f199c9cee94dc235e1ccd695c8a90e
https://github.com/jenkinsci/libvirt-slave-plugin/commit/2a13e26184f199c9cee94dc235e1ccd695c8a90e
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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: a5c56ecc4608e29f329b1f1f28fde455a7ea60e9
https://github.com/jenkinsci/libvirt-slave-plugin/commit/a5c56ecc4608e29f329b1f1f28fde455a7ea60e9
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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: b7cfb1f60211cea89bed51a685881b0981e97953
https://github.com/jenkinsci/libvirt-slave-plugin/commit/b7cfb1f60211cea89bed51a685881b0981e97953
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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: 1fe26ec4ab8ad83f671cb09b8f19d00c684cbdd0
https://github.com/jenkinsci/libvirt-slave-plugin/commit/1fe26ec4ab8ad83f671cb09b8f19d00c684cbdd0
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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: 890a03ccdd9fbe53203525a92a199f46d85f97dd
https://github.com/jenkinsci/libvirt-slave-plugin/commit/890a03ccdd9fbe53203525a92a199f46d85f97dd
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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]>
Commit: 6a024bbed19d7eb8adc2f2812682e8a3a081227a
https://github.com/jenkinsci/libvirt-slave-plugin/commit/6a024bbed19d7eb8adc2f2812682e8a3a081227a
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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: c2508a65058b1cb166786785131170c029ec30c5
https://github.com/jenkinsci/libvirt-slave-plugin/commit/c2508a65058b1cb166786785131170c029ec30c5
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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: 276b16d8a63850c689299967c691451ceec2d3b3
https://github.com/jenkinsci/libvirt-slave-plugin/commit/276b16d8a63850c689299967c691451ceec2d3b3
Author: Bastian Germann <[email protected]>
Date: 2020-07-22 (Wed, 22 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/1b8bde4c3898...276b16d8a638
--
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/1b8bde-276b16%40github.com.