v0.7.0 - Golang Modules, Java Build Cleanup
Go Modules
This release adds support for go get and go modules. This means that the Go libraries may now be built and used without Bazel. Note that proto imports must now be prefixed by github.com/google/fhir/go.
See the Go Examples in the Fhir-Examples repo for an example of using the FhirProto libraries with modules.
Java BUILD Cleanup
FhirProto Java has outgrown a single BUILD file. To bring this in line with other languages, there is now one BUILD rule per directory. To avoid long and redundant paths, some Java directories have been collapsed:
@com_google_fhirproto//java/src/main/java -> @com_google_fhirproto//java
@com_google_fhirproto//java/src/test/java -> @com_google_fhirproto//javatests
This means that imports will now better reflect the directory structure, like in other languages. For instance: