Replies: 3 comments 11 replies
-
Generally speaking, the If you're using Quarkus, the filter will run once when the application builds, then once again when it is started. If you have a reproducer, maybe I can help identify why it's not running when you expect. |
Beta Was this translation helpful? Give feedback.
-
Running with fat/uber jat, not dev mode.
…On Mon, Jan 27, 2025, 7:42 AM Michael Edgar ***@***.***> wrote:
Do you see the singleton loaded twice when running with java -jar
yourapp.jar or with mvn quarkus:dev ?
—
Reply to this email directly, view it on GitHub
<#2173 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL7BLYHLFAFZU2EPYLJBAD2MZAUDAVCNFSM6AAAAABVYVJJWWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJXGA3TEMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
@MikeEdgar @Postremus I have a major apology to make. The developer thought he was running with a fat jar but in fact he was running in Quarkus DEV mode. Some of the new devs are configuring systems for DEV mode when they need to have both. In cases like this DEV modes just does not work and must run with production deployment type builds. Very sorry for the false alarm, it works fine with fat/uber jar! |
Beta Was this translation helpful? Give feedback.
-
We have an OASFilter implementation and that class is specified in the application.yml configs. We are observing, starting today on one developer laptop two bad behaviors. I'm just hoping you can shed some light on this.
Do you have any insights regarding these two issues?
Beta Was this translation helpful? Give feedback.
All reactions