Jens Nehlmeier

Results 82 comments of Jens Nehlmeier

But that would mean `ServletContextListener`s will be executed before running requests have been completed. I'll try to check if that is the case.

I think you should also mention if IntelliJ is configured to execute Build > Rebuild Project via Maven or not. See Settings -> Build -> Build Tools -> Maven ->...

Why would you want to remove such options? Does it hurt somehow? If ISO format isn't the default, then maybe just change the default.

Just for information: I just noticed that if you insert the above entity graph using batch insert, the insertion logic behaves similar to the current delete cascade logic. ``` txn[1001]...

That's great! Does this also fix the delete behavior?

Given that you encounter some troubles and trying to workaround them (which makes things less clean): Are you aware that SLF4J 2.0 is a drop-in replacement which is fully backwards...

> Slf4j 2.x has been alpha for more than 3 years. The only project I have seen depend on it is jetty. > > Are you using 2.x? > >...

Just found https://github.com/qos-ch/slf4j/discussions/288 which also says that `alpha` has only been used because of the new, fluent API.

Don't get me wrong: It is fine if a library uses `System.Logger`, however I just wanted to point out that `module-path` and `alpha` designation isn't a real problem as it...

@sadreck The issues still exists. Just cloned the repo and did the build/run command and the UI runs on HTTPS port but constantly redirects to HTTP (http://localhost/install for example upon...