You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Http Protocol Adapter Configs with HttpHeaders inside them will be migrated automatically
Actual behavior
The start after the migration fails with
java.util.concurrent.CompletionException: com.hivemq.exceptions.HiveMQEdgeStartupException: java.lang.IllegalArgumentException: Cannot deserialize value of type `java.util.ArrayList<com.hivemq.edge.adapters.http.config.HttpSpecificAdapterConfig$HttpHeader>` from Object value (token `JsonToken.START_OBJECT`)
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: com.hivemq.edge.adapters.http.tag.HttpTag["definition"]->com.hivemq.edge.adapters.http.tag.HttpTagDefinition["httpHeaders"])
at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:412)
at java.base/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2050)
at com.hivemq.embedded.internal.EmbeddedHiveMQExtension.afterEach(EmbeddedHiveMQExtension.java:161)
...
Caused by: com.hivemq.exceptions.HiveMQEdgeStartupException: java.lang.IllegalArgumentException: Cannot deserialize value of type `java.util.ArrayList<com.hivemq.edge.adapters.http.config.HttpSpecificAdapterConfig$HttpHeader>` from Object value (token `JsonToken.START_OBJECT`)
Expected behavior
Http Protocol Adapter Configs with HttpHeaders inside them will be migrated automatically
Actual behavior
The start after the migration fails with
To Reproduce
Details
The text was updated successfully, but these errors were encountered: