Andreas Gebhardt
Andreas Gebhardt
After update from docker image 9.1.4.-r1 to 9.1.5.0-r1 the [default developer configuration](/ibm-messaging/mq-container/blob/master/docs/developer-config.md): * User: `admin` * Password: `passw0rd` are not valid anymore. This simple connection fails on image 9.1.5.0-r1: ```java...
Both, the download button and the 'latest release' (top right corner) links to release v0.18 on the [website](http://netshare.containx.io/).
- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATAREST). - [ ]...
Add goals for Apache Felix Maven Bundle [1] plugin. [1] http://felix.apache.org/components/bundle-plugin/index.html
Fixes #7403.
**What this PR does / why we need it**: Support chunk format v4 (aka structured metadata) for `chunks-inspect`. **Which issue(s) this PR fixes**: Fixes #10767 **Special notes for your reviewer**:...
CI: Run against official apache/kafka Docker images Description ----------- Test Steps ----------- Checklist: ---------- - [ ] I have tested my changes. No regression in existing tests. - [ ]...
Description ----------- Currently only for debugging broken authentication with kube2iam (InstanceProfileCredentialsProvider). Test Steps ----------- Build ```sh mvn clean package -Drevision=$(git describe --tags --always) ``` and deploy artifact to Kafka Connect....
After upgrade from Thymeleaf from 3.1.2 to 3.1.3 (PATCH Update!) the application was broken due to introducing method call restriction on `Class` by 2f1298367fd73caa0f5121803d682bfc3a77c3ce. The expression is similar to: ```html...
Description ----------- Removed unused Joda dependency. Test Steps ----------- ```bash export KAFKA_VERSION=4.1.0 export COMPOSE_FILE=e2e/docker_compose.yaml mvn clean verify -Drevision=$(git describe --tags --always) ``` Checklist: ---------- - [x] I have tested my...