From 21e01d4ae2d5583112b23290a6d52f70951e70cd Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 4 Apr 2024 10:37:43 +0200 Subject: Constructor inject the jakarte ee ClientBuilder - do not create the ClientBuilder inside the classes but rather constructor inject it - this way instrumentation of the client could be possible when tracing is enabled Issue-ID: AAI-3817 Change-Id: I4c6d1faf8da98283e8bbae66bd0b3207786a4ce5 Signed-off-by: Fiete Ostkamp --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 0986d1f..f6bcc5a 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=9 +minor=11 patch=0 base_version=${major}.${minor}.${patch} -- cgit