Skip to content

Commit

Permalink
packaging: Bump vdsm-jsonrpc-java to 1.7.2
Browse files Browse the repository at this point in the history
This patch bumps jsonrpc java version to fix an issue with hosts stayed
forever in 'connecting' state after an attempt to reconnect with expired
SSL certificates

Bug-Url: https://bugzilla.redhat.com/2090645
  • Loading branch information
arso committed Jul 22, 2022
1 parent 18a2eb6 commit 82fb09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ovirt-engine.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Requires: mod_ssl
Requires: novnc >= 1.0.0
Requires: python3-%{name}-lib >= %{version}-%{release}
Requires: openssh
Requires: vdsm-jsonrpc-java >= 1.7.1, vdsm-jsonrpc-java < 1.8.0
Requires: vdsm-jsonrpc-java >= 1.7.2, vdsm-jsonrpc-java < 1.8.0
Requires: java-client-kubevirt >= 0.5.0
Requires: openssl
Requires: ovirt-engine-extension-aaa-jdbc >= 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<cxf.version>2.2.7</cxf.version>
<sshd-core.version>2.8.0</sshd-core.version>
<eddsa.version>0.3.0</eddsa.version>
<vdsm-jsonrpc-java.version>1.7.1</vdsm-jsonrpc-java.version>
<vdsm-jsonrpc-java.version>1.7.2</vdsm-jsonrpc-java.version>
<slf4j.version>1.7.22</slf4j.version>
<gwt.version>2.9.0</gwt.version>
<mockito.version>3.8.0</mockito.version>
Expand Down

0 comments on commit 82fb09b

Please sign in to comment.