Tomas Langer

Results 65 comments of Tomas Langer

Currently there is no handler in Java Util logging supporting time based rolling file handlers. The following approaches are possible to do what you want: - use a third part...

`ApplicationPath` cannot be a bean defining annotation, as it is not required on an application. If we made it BDA, some applications would be picked up, some would be ignored,...

Fixes should be in 4.0.7 (resetting FT cache). Also the recommendation was to use `config_ordinal: 500` for `application.yaml`, as 200 still conflicts with built-in config sources.

Attaching a diff that make the test fail as expected due to timeout. I have remove completable future, as with Virtual threads, that is no longer needed.

[Changes_to_show_timeout_in_test_.patch](https://github.com/helidon-io/helidon/files/15112521/Changes_to_show_timeout_in_test_.patch)

Yes, this comes from our inject module. We are working on fixing this (removing the module). Nevertheless it is a tiny jar.

Related issue: #7745

~~I have tried reproducing this with two applications using a different path (first on root, second on `/app2`) and cannot reproduce. Will try to change both to root.~~