Closed eschrewe closed 1 month ago
0.7.3 has already been patched to 0.7.4 and 0.7.5, please use the latter and everything should be ok
I just tried the bugfix/0.7.4 and bugfix 0.7.5.
The docker image builds are indeed working under these versions. But when running these images in my test environment, there are other problems.
My test environment has been running stable with the 0.7.3 versions of the tx-edc connector, using the images on dockerhub.
My intention is now, to customize the 0.7.3 version with two self-created extensions (one on the control plane and the data-plane each)
On the control plane side, that worked already quite well, i.e. I added my own control plane extension to the build.gradle, built it and used it in my test environment.
So I would really appreciate it, if I could do the same with the 0.7.3 version of the dataplane.
I already saw, that the build.gradle of the above mentioned data-plane has not changed from version 0.7.3. to 0.74 or 0.7.5
I would be really grateful, if you could perhaps give me some hints, how I could fix the 0.7.3 version on my own....
Thanks in advance!
Best regards Ernst
the issue in 0.7.3 cannot be fixed easily, the issue was that it relied on EDC (upstream modules) 0.7.1 that unfortunately had an issue in the released artifact that some of them were dependent to a snapshot version (as you can see from the error you got by gradle: 0.7.1-SNAPSHOT
). The solution was to re-release EDC upstream to 0.7.2 (with some additional fixes).
You could just try to update upstream edc to 0.7.2 and see if that works.
But, really, just upgrade to the new bugfix version (0.7.5), never trust older versions that are bugged anyway.
We cannot re-release a version that was already published. That would also go against every software practice known to man. 0.7.4
and 0.7.5
only contain incremental fixes (no new features), so updating should be no problem.
If you encounter bugs with 0.7.5
please report them in the proper channels.
It is the Tractus-X EDC Team's recommendation to upgrade to 0.7.5
.
If you want to somehow "customize" (= hack) an earlier version of the (already published) data plane image, that is your prerogative, but be advised that you are on your own. You will receive no support for this, nor will we provide any recommendations.
From my perspective, this issue is resolved, and I will thus close it.
the issue in 0.7.3 cannot be fixed easily, the issue was that it relied on EDC (upstream modules) 0.7.1 that unfortunately had an issue in the released artifact that some of them were dependent to a snapshot version (as you can see from the error you got by gradle:
0.7.1-SNAPSHOT
). The solution was to re-release EDC upstream to 0.7.2 (with some additional fixes). You could just try to update upstream edc to 0.7.2 and see if that works.But, really, just upgrade to the new bugfix version (0.7.5), never trust older versions that are bugged anyway.
I set the upstream to 0.7.2 and it seems to work as I hoped, thanks very much @ndr-brt :)
We cannot re-release a version that was already published. That would also go against every software practice known to man.
0.7.4
and0.7.5
only contain incremental fixes (no new features), so updating should be no problem.If you encounter bugs with
0.7.5
please report them in the proper channels.It is the Tractus-X EDC Team's recommendation to upgrade to
0.7.5
.If you want to somehow "customize" (= hack) an earlier version of the (already published) data plane image, that is your prerogative, but be advised that you are on your own. You will receive no support for this, nor will we provide any recommendations.
From my perspective, this issue is resolved, and I will thus close it.
I see ... thank you for taking the time to respond anyways ...
I set the upstream to 0.7.2 and it seems to work as I hoped, thanks very much @ndr-brt :)
You are intentionally creating technical debt. We explicitly advise against doing that.
Describe the bug
When trying to build the docker image for the EDC Data-Plane with Hashicorp Vault in release version 0.7.3, a failure occurs (see below)
To Reproduce
Expected behavior
The image build should finish without errors
Screenshots/Error Messages
Context Information
java --version
: java 21.0.3 2024-04-16 LTS Java(TM) SE Runtime Environment (build 21.0.3+7-LTS-152) Java HotSpot(TM) 64-Bit Server VM (build 21.0.3+7-LTS-152, mixed mode, sharing)