AxonFramework / extension-amqp

Axon Framework extension for AMQP integration to publish and handle Event messages.
https://axoniq.io/
Apache License 2.0
8 stars 8 forks source link

Precision on Date Time Utils #94

Closed lfgcampos closed 3 years ago

lfgcampos commented 3 years ago

Basic information

While dependabot tried to upgrade extension Axon Framework version from 4.5 to 4.5.1, some of the tests started to fail. This is due to the changes made on Axon Framework https://github.com/AxonFramework/AxonFramework/issues/1749. Tests should be revisited and fixed.

Steps to reproduce

Rerun #84

Expected behaviour

All tests should pass.

Actual behaviour

Tests are failing.

ZLStas commented 3 years ago

Is it valid issue now?, I see 4.5.2</axon.version> in pom file, and all the tests are passing.

lfgcampos commented 3 years ago

That's correct, it was fixed on this commit https://github.com/AxonFramework/extension-amqp/commit/276331b70e9b12a5f41197fbaa0c611ed8541d24.

Thanks for the heads up @ZLStas.