-
We plan to upgrade Vert.x version from 3.5.1 to 3.5.3, release notes to validate:
- https://github.com/vert-x3/wiki/wiki/3.5.2-Release-Notes
- https://github.com/vert-x3/wiki/wiki/3.5.3-Release-No…
-
-
### Version used
* knot.x: 1.3.0+
### Context of the issue/feature
Starting with version 3.5.1, _Vert.x_ supports testing with JUnit 5 via [`vertx-junit5`](https://github.com/vert-x3/vertx-ju…
-
Knot.x Gateway API requires significant architecture changes in the future (a streaming processing is not allowed now). Now we should consider smaller refactroing fixes:
- introduce a dedicated Pro…
-
### Version used
* knot.x: 1.3.0
### Context of the issue/feature
The `mvn clean package` command builds the example project distribution but it does not contain all dependencies defined in t…
-
### Version used
* knot.x: 1.3.0
### Context of the issue/feature
Use Knot.x Data Bridge in the example project. It should be delivered in the Knot.x Stack. Update the sample content (templat…
-
### Version used
* knot.x: 1.3.0
### Context of the issue/feature
The example project uses Maven, We should also add the Gradle support.
-
### Current
Fragment Splitter splits Template with a pattern `
-
The goal of this task is to move `services` section from Knot configuration to Adapter configuration.
Example:
**current**
```json
"com.cognifide.knotx.knot.service.ServiceKnotVerticle": {
…
-
I mistyped a piece of configuration (`knotx.io.knotx.KnotxServer` instead of `knotx:io.knotx.KnotxServer`) while following the [REST service tutorial](http://knotx.io/hello-rest-service/) and got the …