Jörg Reichert
Jörg Reichert
Thanks for the offer: * you can see the diff here: https://github.com/CodeforLeipzig/tsb-trees-frontend/commit/60ba83e5b0ce2c0ab20d860477353bfcf816b17a * for some unknown reason cannot open your https://tsb-trees.s3.eu-central-1.amazonaws.com/trees.csv.gz with 7-zip under Windows (so not sure what is...
Thanks for answering my questions so far. Will need to take a closer look at the harvester.
> Hi joerg, > > I'd like to get in touch with you. Unfortunately I did not found a way to send you a personal message. Which is the best...
Just build an update site for Xdoc based on Kepler/Xtext 2.4.2: http://joergreichert.github.io/xDoc/update_site On my fork I updated the Maven build for this: https://github.com/joergreichert/xDoc
Reproducable with https://github.com/slarti-b/swagger-bean-validation-demo.git setting useBeanValidation to false still generates e.g. @Valid public DemoSub getReqSub() in src/gen/java/main/com/carus/api/bug/models/DemoBody.java reproduced with versions 2.2.3, 2.3.1 and 2.4.0
It seems, they complete removed the API, at least the https://www.l.de/verkehrsbetriebe/fahrplan/ doesn't use the form data call anymore, I only see some reiseauskunft.insa.de and some hafas-client library code calls.
Thanks for the link, validation output for me is this one (ABDA Validator 1.0.3): [1-0-3.txt](https://github.com/gematik/eRezept-Examples/files/12291075/1-0-3.txt)
The "d.abda..." is just done by the logging framework message formatter, I use the official validator via Maven dependencies: ``` 1.0.3 ... ca.uhn.hapi.fhir hapi-fhir-structures-r4 ca.uhn.hapi.fhir hapi-fhir-validation xpp3 xpp3 ca.uhn.hapi.fhir hapi-fhir-validation-resources-r4...
From your logs I can see, you are using FHIR version [R5], I'm using FHIR version [R4].
Java: OpenJDK 64-Bit Server VM Corretto-17.0.5.8.1 (build 17.0.5+8-LTS, mixed mode, sharing) TI validator fails for me, but might be classpath issue having both validators (Abda and Gematik) listed in the...