craig mcclendon
craig mcclendon
I'm not in a spot to validate at the moment, but try adding the "-Pboot" flag.
Agree with your assessment @laneb - Looks to me like it would be better of the #444 commit overrode the datasource as environment variables in the Docker container rather than...
Possible to update this dependency before the upcoming release? I see it's still at the vulnerable version is master. https://mvnrepository.com/artifact/org.webjars.bower/moment
I'm hitting this as well. It really plays (dependency) hell on downstream projects when the HAPI libs break from the SpringBoot managed dependency versions, IMO. As of the current SB...
Thanks @jamesagnew - you don't necessarily need a dependency on SpringBoot in any of the modules that don't require it- but you could still import the Springboot BOM in the...
4.2 is very old. Have you tried an updated version? I think 6.10.0 is the latest as of now.
With (likely) related issue: https://github.com/hapifhir/hapi-fhir/issues/4690 we saw the issue in an Azure SQL instance (MS Sql Server). That's not to say there's not something different in H2, but it's not...
@jamesagnew I extracted your test _testHighConcurrencyUpdatesToSameResource()_ and applied it to my local (7.1.6-SNAPSHOT) master branch. It does hit the "Got conflict" case due to: _"org.h2.jdbc.JdbcBatchUpdateException: Unique index or primary key...
@jamesagnew - I don't have the full HAPI project set up locally at the moment to check your branch, but here is a test against the latest JPA master which...
@jamesagnew Perhaps I'm misunderstanding the problem then. The OP was getting the same (I think) conflict on the HFJ_RES_VER table - though they said it was running on a single...