Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Upgrade Vert.x version to 3.5.3 #434

Closed tomaszmichalak closed 6 years ago

tomaszmichalak commented 6 years ago

We plan to upgrade Vert.x version from 3.5.1 to 3.5.3, release notes to validate:

tomaszmichalak commented 6 years ago

In progress, all core tests pass expect CSRF token validation, the reason is additional cookie validation that is not handled in test class.

tomaszmichalak commented 6 years ago

https://github.com/Cognifide/knotx/pull/445 https://github.com/Knotx/knotx-dependencies/pull/10

tomaszmichalak commented 6 years ago

It looks that all modules are valid with 3.5.3.

tomaszmichalak commented 6 years ago

Fixed.