Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 13, 2023
2 parents 56904fd + ab71866 commit e1ed69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Extract the files into the JDK/jre/lib/security folder for whichever version of

== Building

:jdkversion: 17
:jdkversion: 1.8

=== Basic Compile and Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private <T> TimedRequestContext buildRequestContext(LoadBalancerRequest<T> deleg
public <T> T execute(String serviceId, ServiceInstance serviceInstance, LoadBalancerRequest<T> request)
throws IOException {
if (serviceInstance == null) {
throw new IllegalArgumentException("Service Instance cannot be null");
throw new IllegalArgumentException("Service Instance cannot be null, serviceId: " + serviceId);
}
DefaultResponse defaultResponse = new DefaultResponse(serviceInstance);
Set<LoadBalancerLifecycle> supportedLifecycleProcessors = getSupportedLifecycleProcessors(serviceId);
Expand Down

0 comments on commit e1ed69a

Please sign in to comment.