-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect assumption that non-Marshallable Comparables are scalars #751
Comments
reproducer |
Not a problem in practice since class should implement |
alamar
added a commit
that referenced
this issue
Dec 11, 2023
RobAustin
added a commit
that referenced
this issue
Dec 19, 2023
* Enable tests for Zing. TriviallyCopyable * Bring Event.updateEvent back. * Fix test. * Updating to bom version 2.25ea1 * [maven-release-plugin] prepare release chronicle-wire-2.25ea1 * [maven-release-plugin] prepare for next development iteration * Reverting back to bom version 2.25ea-SNAPSHOT * Add tests to show expected behaviour for empty documents (#783) * Add tests to show expected behaviour for empty documents * Add new lines * MarshallableOutBuilderTest use ephemeral ports for test * Fix multiple and missing new lines (#786) * Fix multiple and missing new lines * Fix multiple and missing new lines * Add test for Comparable Marshallable - closes #751 * Updating to bom version 2.25ea5 * [maven-release-plugin] prepare release chronicle-wire-2.25ea2 * [maven-release-plugin] prepare for next development iteration * Reverting back to bom version 2.25ea-SNAPSHOT * Updating to bom version 2.25ea6 * [maven-release-plugin] prepare release chronicle-wire-2.25ea3 * [maven-release-plugin] prepare for next development iteration * Reverting back to bom version 2.25ea-SNAPSHOT --------- Co-authored-by: yevgenp <yevgenp@users.noreply.github.com> Co-authored-by: yevgen.pavlenko <yevgen.pavlenko@chronicle.software> Co-authored-by: hft-team-city <teamcity@chronicle.software> Co-authored-by: Peter Lawrey <peter.lawrey@chronicle.software> Co-authored-by: Tom Dellmann <tom.dellmann@chronicle.software> Co-authored-by: Ilya Kaznacheev <ilya.kaznacheev@chronicle.software>
Released in Chronicle-Wire-2.25ea2, BOM-2.25ea10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At
Wires.java:1120
In practice, two POJOs may be Comparable.
The text was updated successfully, but these errors were encountered: