From bd6edcdbf8457149d9947c10606b5bc874aad5e1 Mon Sep 17 00:00:00 2001 From: Jorge Bescos Gascon Date: Tue, 29 Oct 2024 08:20:21 +0100 Subject: [PATCH] Jersey 3.1.9: java.lang.NoSuchMethodException: jakarta.inject.Inject.value() #5782 Signed-off-by: Jorge Bescos Gascon --- .../org/glassfish/jersey/model/Parameter.java | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/core-common/src/main/java/org/glassfish/jersey/model/Parameter.java b/core-common/src/main/java/org/glassfish/jersey/model/Parameter.java index 126621aeb9..a0e34b706f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/model/Parameter.java +++ b/core-common/src/main/java/org/glassfish/jersey/model/Parameter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2024 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at @@ -447,14 +447,20 @@ protected static List

+ String.format("Unable to get the %s annotation value property", a.getClass().getName())); } catch (Exception ex) { if (LOGGER.isLoggable(Level.FINER)) { LOGGER.log(Level.FINER,