Skip to content

Commit

Permalink
add solutioninfo for Apache client
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Dec 19, 2024
1 parent 6440c63 commit 1d8f3f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

package com.commercetools.http.apachehttp;

import org.apache.hc.client5.http.classic.HttpClient;
import org.apache.hc.core5.util.VersionInfo;

public class ApacheHttpClientSolutionInfo extends io.vrap.rmf.base.client.SolutionInfo {
public ApacheHttpClientSolutionInfo() {
setName("ApacheHttpAsyncClient");
setVersion(
VersionInfo.loadVersionInfo("org.apache.hc.client5", HttpClient.class.getClassLoader()).getRelease());
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.commercetools.http.apachehttp.ApacheHttpClientSolutionInfo

0 comments on commit 1d8f3f6

Please sign in to comment.