8000 Tags · EugenMayer/officeconverter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: EugenMayer/officeconverter

Tags

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to java21 (#84)

* Upgrade to java21
* We use kotlin - remove lombok

1.7.2

Toggle 1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implements a readiness endpoint (#82)

* Implements a readiness endpoint

When this converter-application is deployed to a Kubernetes (or Kubernetes-like) environment, a readiness endpoint can be crucial for ensuring that the application has started and is ready to accept new connections.

The same endpoint can also be used in other contexts, like e.g. for testing that another application is able to reach the converter-application (used like a ping endpoint basically).

This new /ready endpoint checks that the officeManager in the converter service is running and can execute tasks, and responds with 200 OK if so. Otherwise it responds with 503 Service Unavailable

* Updates docs for the readiness endpoint

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade spring boot to 3.4.2

1.7.0

Toggle 1.7.0's commit message
Use runtime 0.3.0 with UTF8 support

1.6.2

Toggle 1.6.2's commit message
update runtime version

1.6.1

Toggle 1.6.1's commit message
Fix kotlin upgrade

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to 4.4.8 and spring boot 3.3.3

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade runtime to libreoffice 24.0

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix missing runtime version update

1.5.0

Toggle 1.5.0's commit message
update dependencies

0