servicecomb-java-chassis icon indicating copy to clipboard operation
servicecomb-java-chassis copied to clipboard

ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management...

Results 233 servicecomb-java-chassis issues
Sort by recently updated
recently updated
newest added

当前遇到一个问题,是服务端返回的响应消息中,字符串长度过长,导致jackson解析失败 ``` Caused by: com.fasterxml.jackson.core.exc.StreamConstraintsException: String length (20051112) exceeds the maximum length (20000000) at com.fasterxml...core.StreamReadConstraints.validateStringLength:324 at com.fasterxml...util.ReadConstrainedTextBuffer.validateStringLength:27 at com.fasterxml...util.TextBuffer.finishCurrentSegment:939 at com.fasterxml...json.UTF8StreamJsonParser._finishString2:2584 at com.fasterxml...json.UTF8StreamJsonParser._finishAndReturnString:2560 at com.fasterxml...json.UTF8StreamJsonParser.getText:335 at com.fasterxml...jsonorg.JSONObjectDeserializer.deserialize:51 at com.fasterxml...jsonorg.JSONObjectDeserializer.deserialize:48 at...

#### 背景 当 接口调用传递的body跟接口定位的入参不一致时,接口返回的message信息存在内部代码结构和行号等信息 #### 复现demo 接口入参定义如下: ``` public class CommonReq { private String name; private Integer type; } ``` http请求传递的body如下: ``` { "name": "jedrek", "type": "hard" } ``` 报错信息如下:...

Bumps [io.zipkin.zipkin2:zipkin](https://github.com/openzipkin/zipkin) from 2.26.0 to 3.1.0. Release notes Sourced from io.zipkin.zipkin2:zipkin's releases. Zipkin 3.1 includes our first additional features since the 3.0 platform update. Notably gRPC span collection is enabled...

dependencies
java

Bumps `vertx.version` from 4.4.4 to 4.5.4. Updates `io.vertx:vertx-codegen` from 4.4.4 to 4.5.4 Updates `io.vertx:vertx-core` from 4.4.4 to 4.5.4 Commits cea46d4 Releasing 4.5.4 da35bcd Exclude Http1xTest#testPipeliningOrder that does not pass with...

dependencies
java

业务网关implements InvocationHandler,在反射中做rpc调用,但是升级servicecomb后 InvokerUtils.syncInvoke方法参数变了,这个有啥办法处理Object[] args 转成 swaggerArguments,尝试过将method中parameters的name做key,但是没发保证arg[]顺序和method入参一致 例如: public class Invoker implements InvocationHandler { @Override public Object invoke(Object proxy, Method method, Object[] args) { Object response = InvokerUtils.syncInvoke(microserviceName, microserviceSchemaId, microserviceOperationId,args); }...

Bumps [io.fabric8:docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.43.4 to 0.44.0. Release notes Sourced from io.fabric8:docker-maven-plugin's releases. 0.44.0 (2024-02-17) Add new option "useDefaultExclusion" for build configuration to handle exclusion of hidden files (1708) The option...

dependencies
java

Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.2.0 to 4.8.3.1. Release notes Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.8.3.1 Support for spotbugs 4.8.3 Bump groovy to 4.0.18 Bump slf4j to 2.0.12 Bump commons...

dependencies
java

Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.12.2 to 1.12.3. Release notes Sourced from io.micrometer:micrometer-bom's releases. 1.12.3 :lady_beetle: Bug Fixes com.google.cloud:libraries-bom version is not pinned #4711 BOM contains reference to unpublished docs module #4585...

dependencies
java

Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.106.Final to 4.1.107.Final. Commits 1908d3a [maven-release-plugin] prepare release netty-4.1.107.Final 8d7c113 Add ReferenceCountUtil.touch(...) calls before we store messages into… (#13838) f254226 Add reset API to IdleStateHandler (#13598) 442165e...

dependencies
java

Bumps [org.java-websocket:Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.5.5 to 1.5.6. Release notes Sourced from org.java-websocket:Java-WebSocket's releases. Release 1.5.6 Notable changes: Issue 1382 - WebSocketClient.upgradeSocketToSSL is enforcing TLS 1.2 (PR 1387) Issue 1390 - Thread...

dependencies
java