hedera-hcs-sxc-java icon indicating copy to clipboard operation
hedera-hcs-sxc-java copied to clipboard

The HCS SXC (SDK eXtension Components) is a set of pre-built components that aim to provide additional functionality over and above the java SDK for HCS to make it easier and quicker to develop applic...

Results 49 hedera-hcs-sxc-java issues
Sort by recently updated
recently updated
newest added

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies
java

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies
java

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 9.1.0 to 11.0.5. Changelog Sourced from @​angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...

dependencies
javascript

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.2.2.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies
java

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.2.2.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies
java

Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.2.2.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...

dependencies
java

**Problem** When selected nodes are under temporarily under maintenance then it's a hit an miss when sending a message. If the node that is down was selected by the sdk...

enhancement

Various places of the core require testing the order of a message - for instance key rotation requires testing the order of initialisation to avoid race conditions. The order function...

bug

**Problem** There is a need to be able to optionally append implementation-specific data to an `application-message` independent of the current `businessProcessMessage` payload. **Solution** Modifications to `/hcs-sxc-java-proto/src/main/proto/Messages.proto` Add: ``` import "google/protobuf/any.proto"...

enhancement

https://github.com/hashgraph/hedera-hcs-sxc-java/blob/469761f0a767d3afe276cd4ba74009a985068727/hcs-sxc-java-core/src/main/java/com/hedera/hcs/sxc/callback/OnHCSMessageCallback.java#L563