Matthew de Detrich

Results 196 issues of Matthew de Detrich

So I want to finally create a stabalized Kanadi which is going to be 1.0, this issue is considering all of the open points I want to consider - Using...

Still need to verify this with jardiff

So `getFirst` for getting an attribute is deprecated and you are instead meant to use `get` however this does have a different behaviour change (i.e. `getFirst` will get the first...

As the title suggests, `statefulMapConcat` is deprecated so it should replaced with `statefulMap` + `mapConcat` so that the 1.1.0 version of pekko-http isn't relying on deprecated pekko methods.

As stated in https://github.com/apache/incubator-pekko/pull/857 specifically > It may be that for the Pekko module 1.1.x series they will have to build against Pekko core 1.1.x because while the `@inline` annotations...

Since aws-spi-pekko-http has [cleared ip clearance](https://lists.apache.org/thread/cd5tpkjlqkt416749kl8l9mbbztkmmx5) This issue is to track integrating https://github.com/pjfanning/aws-spi-pekko-http into pekko-connectors . I will take this on after https://github.com/apache/pekko-connectors/pull/588 is merged

This is a PR that applies a large set of inspections/syntax/formatting changes. In addition since next release of pekko-connectors will be a breaking change, this opens up additional improvements we...

Its more idiomatic in Java for getters for methods that return Boolean to use `isField` rather than `getField`.

Provide support for restarting subflow.

The primary goal of this PR is to automatically handle checking for MiMa while in the process removing the hardcoding of `latestPatchOf10` (which is currently incorrect since it should be...