Skip to content

Commit

Permalink
WELD-2770 Common logger should mention newer Jandex GAV
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Mar 5, 2024
1 parent 3f2f48d commit dafdd3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public interface CommonLogger extends WeldEnvironmentLogger {
IllegalStateException undefinedBeanDiscoveryValue(Object param1);

@LogMessage(level = Level.INFO)
@Message(id = 14, value = "Falling back to Java Reflection for bean-discovery-mode=\"annotated\" discovery. Add org.jboss:jandex to the classpath to speed-up startup.", format = Format.MESSAGE_FORMAT)
@Message(id = 14, value = "Falling back to Java Reflection for bean-discovery-mode=\"annotated\" discovery. Add io.smallrye:jandex to the classpath to speed-up startup.", format = Format.MESSAGE_FORMAT)
void reflectionFallback();

@Message(id = 15, value = "Unable to load annotation: {0}", format = Format.MESSAGE_FORMAT)
Expand Down

0 comments on commit dafdd3b

Please sign in to comment.