smallrye / smallrye-llm

Experimentation around LLM and MicroProfile
Apache License 2.0
7 stars 4 forks source link

Fix a potential bug of detecting an interface, with no annotations but … #26

Closed TheEliteGentleman closed 2 weeks ago

TheEliteGentleman commented 3 weeks ago

Fix a potential bug of detecting an interface, with no annotations but the exception causes other CDI extensions to stop bean discovery.

TheEliteGentleman commented 3 weeks ago

If we don"t want to stop container in such case, can we add a WARN level log ?

Definitely. I'll add a warning message now.

TheEliteGentleman commented 3 weeks ago

Added a warning message.