Skip to content

Conversation

@z-sztrom
Copy link
Contributor

@z-sztrom z-sztrom commented Aug 8, 2023

Applicable Issues

Fixes eiffel-community/eiffel-remrem-generate#213

Description of the Change

Dockerfile uses tomcat:9.0.58-jdk17-openjdk-slim as a base image.

Alternate Designs

Benefits

Docker image doesn't crash.

Possible Drawbacks

Sign-off

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Roman Szturc roman.szturc.ext@ericsson.com

Compatibility table semantics-generate-publish added to make
configuration of generate and publish services easier.
@z-sztrom z-sztrom requested a review from magnusbaeck August 8, 2023 14:10
@z-sztrom z-sztrom self-assigned this Aug 8, 2023
@z-sztrom z-sztrom added the bug Something is wrong and needs fixing. label Aug 8, 2023
Comment on lines 20 to 35
## Compatibility
Both [`generate`](https://github.com/eiffel-community/eiffel-remrem-generate) and `publish` services use [`semantics`](https://github.com/eiffel-community/eiffel-remrem-semantics) library. Below is compatibility table of particular versions.
| `semantics` | `generate` | `publish` |
|-------------|---------------------|---------------------|
| `2.0.3` | `2.0.2` | `2.0.0` |
| `2.0.4` | `2.0.3` | `2.0.1` |
| `2.0.5` | `2.0.4` | `2.0.2` - `2.0.5` |
| `2.0.6` | `2.0.5` - `2.0.9` | `2.0.6` - `2.0.9` |
| `2.0.7` | | `2.0.10` |
| `2.0.8` | `2.0.10` | `2.0.11` |
| `2.0.9` | `2.0.11` | `2.0.12` |
| `2.0.11` | | `2.0.13` |
| `2.0.12` | `2.0.12` - `2.0.13` | `2.0.14` - `2.0.15` |
| `2.0.13` | `2.0.14` - `2.0.17` | `2.0.16` - `2.0.22` |
| `2.1.0` | `2.1.0` - `2.1.2` | |
| `2.2.1` | `2.1.3` - `2.1.4` | `2.0.23` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look like something that belongs in this PR. Should it have been included in the PR(s) that document the Generate/Publish compatibility (or did I imagine that there is such a beat)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, really, I must have mangled something...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine now, after branch sync with master.

@z-sztrom z-sztrom merged commit 2eeb088 into eiffel-community:master Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something is wrong and needs fixing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dockerfile still references JDK 8 even though the binary is built for JDK 17

3 participants