jmsdk
jmsdk copied to clipboard
https://github.com/ma1uta/jmsdk/blob/f159926598b4f48060c3495b431a1a863bfa2866/jackson-support/src/main/java/io/github/ma1uta/matrix/support/jackson/DefaultObjectMapperProvider.java#L41 I replace `mapper.setSerializationInclusion(JsonInclude.Include.NON_EMPTY);` with `mapper.setSerializationInclusion(JsonInclude.Include.NON_NULL);` I use my own http client with the mapper and the jeon model class and with `/_matrix/client/r0/keys/query`, i had a bad request with NON_EMPTY...
Using `mvn clean install` on the latest 0.14.0 snapshot version, I got a lot of test failures: ``` [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:...
The current version triggers a `ConcurrentModificationException` with Java 15, for instance. Related: how about enabling GitHub's [Dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates) on this project? Cheers!
Hi, I am sorry to use the issue for that, but how can I decipher messages went I have a RoomEncryptedContent instance ? Does the sdk provides a way to...
Hi, I am getting following error during the roomState request: ``` com.fasterxml.jackson.databind.JsonMappingException: Numeric value (9001) out of range of Java byte at [Source: UNKNOWN; line: -1, column: -1] (through reference...
Hi! Development seems to be paused right now. Could you please consider bumping the dependencies again and push another release so that the latest version is available via maven? Thanks...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...
Hi,I can not find the edit the posted mesage api. It need to set the m.relates.to rel_type is "m.replace".I can not find the api to set this filed.