elab
elab
Spring Boot DevTools reloads the Spring Context on code change, which is nearly the same as application restart. What we want instead from my pov is an instant ("hot") replacement...
@melloware glad I could help :)
Something like that would be enough (minimal invasive): ```java public String buildImageId() { // stream messages end with new line, so call trim to remove it final String stream =...
Thank you for the workaround, @asafbennatan! Small typo: "... a fake java**c**.exe" I filed a bug with a patch proposition in maven-core project: **Building Linux image on Windows impossible (patch...
> ymajoros said: What if you end up having multiple instances referring to the same row in database? They would all end up in PC?? Of course, no. If there...
Why still no progress here? JPA is still missing "attach entity" functionality. And [internet is full of wrong diagrams pretending JPA can make a detached entity to managed](https://www.google.com/search?q=JPA+states&tbm=isch). Why not...
> ymajoros said: > If you do this in JSF, you really need to use the returned entity. If you can't do that, you have an architecture problem anyway. As...
I couldn't find a reliable way to work around (e.g. defining an own TransactionInterceptor was practically impossible for me due to many unclear interdependencies in Spring code; would be glad...
OK, I slightly improved the `merge` method (see below) and created a patched version of the original Maven artifact spring-tx 5.2.3.RELEASE (which is used by the SpringBoot 2.2.4.RELEASE): - original:...
As I had troubles to setup IDE for the (whole) spring-framework project, the patch has been created directly from the spring-tx maven artifact sources. So, unfortunately, cannot currently do a...