Alexandru Adam
Alexandru Adam
I'm not sure about this, but.. I looked over the research paper and I checked also the BOOTH. Using jQuery will generate also some vulnerabilities but this can be fixed...
@benadida I would like to hear some hints how can I do this. I would like to contribute and the idea to hash the JSON structure you mentioned in the...
@philwebb @wilkinsona I preferred to add a feedback here for the spring-boot-docker-compose auto configuration, but if it's needed I can create an issue. How to start some containers and not...
I've also tried with spring boot example and used Postgres. Created a basic `users` table with optimistic locking and it also have failed for the same configuration. I really think...
Yes, on Postgres the error is still present. I don't blame Oracle for this, the only issue (I can think of) may be the transaction autoCommit property ? I'm using...
I understand, but are you sure that this is how it works when you use spring transaction manager? I didn't configure anything about autoCommit but it is enabled by default,...
After some digging in I've found that the issue comes from `JdbcRunner` because the `commitIfNecessary` won't commit because the Connection is a HikariProxyConnection wrapping a PgConnection (in my case) which...
Did you try to start more instances/replicas ? Testing in a single instance environment worked as expected, but when you scale up things goes wrong.
You could try on my landing page: https://proteintogo.ro. They're a "See video" button and you could check. @mikhailmtion
@kagkarlsson If you agree with this idea, I can contribute the required changes.