Johannes Edmeier

Results 22 issues of Johannes Edmeier

when update is called the vnode isn't passed and this results in an error. This commit fixes this. Would be glad if you would release this fix soon.

It looks to me as the proxy has some issues with chunked encoding. This is my config: ``` const proxy = require('http-proxy-middleware'); module.exports = function (app) { app.use(['/ui', '/oauth2'], proxy({...

I'm curious about who is using the Spring Boot Admin. Would be nice if you make a short comment in this issue with your company name (and a approximate numbers...

https://spring.io/blog/2019/10/05/spring-cloud-hoxton-m3-is-now-available

enhancement
server

currently I'm using this approach to render a react-router-dom NavLink with rebass: ``` import {Link} from "rebass"; import {NavLink} from "react-router-dom"; export const NavbarLink ({children,...props }) => { return (...

When using the AWS SDK v2 the `com.amazonaws.auth.AWSCredentials` class is not present and a java.lang.NoClassDefFoundError is thrown. Imho either the local stack module should declare a dependency on the AWS...

resolution/acknowledged
type/enhancement
modules/localstack

I'm trying to send some input to a exec via stdin but when waiting for the completion it's get stuck. Since i'm using docker-java via the testcontainers the okhttp transport...

resolution/acknowledged

With 5.8.0 running on OSGI we get a NoClassDefFoundError. The `io.fabric8.kubernetes.client.dsl.internal.HasMetadataOperationsImpl` from the `kubernetes-client` module is referencing the `io.fabric8.kubernetes.internal.KubernetesDeserializer` class from the `kubernetes-model-core` module which declares the package `io.fabric8.kubernetes.internal` as...

Waiting on feedback

For me it looks like the kubernetes-client-5.8.0.jar should be an OSGI compatible jar (as it has some services in /OSGI) but its manifest is almost empty: ``` Manifest-Version: 1.0 Build-Jdk-Spec:...

Waiting on feedback