Apache ServiceComb Java-Chassis 2.8.27
- [#4910] fixed registration center response exception cause nullPointerException by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4911
- [#4910] fixed config center response exception cause nullPointerException by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4912
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.26...2.8.27
Apache ServiceComb Java-Chassis 2.8.26
- [#4842] servicecomb-client supports configurable connectTimeout , connectRequestTimeout, socketTimeout by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4852
- [#4877] not clear service instances cache when pull instance exception and add telnet check by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4878
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.25...2.8.26
Apache ServiceComb Java-Chassis 2.9.1
- [#4873] Support for SSE interface RPC calls by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4875
- [#4873] unified Flowable conversion to prevent internal typecasting exceptions. by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4909
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.9.0...2.9.1
Apache ServiceComb Java-Chassis 2.9.0
- [perf]When a microservice instance is isolated and taken offline, reduce unnecessary network communication by @singleo0 in https://github.com/apache/servicecomb-java-chassis/pull/4747
- [#4785] Compatible with Spring6.x, Jakarta, JDK21, and Springboot3.x by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4781
- [#4811] Support logging fileName for configurations (#4838) by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4841
- [#4835] Fixed the fileUpload stream not closed problem (#4837) by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4845
- [#4821] Fixed concurrent scenarios localContext empty problem (#4836) by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4846
- [#4813] Adjust the log information about scheduled tasks and limiting to improve product experience (#4814) by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4847
- [#4848] Unified JDK version to JDK17 by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4850
- [#4848] fixed run the maven-source-plugin command twice problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4849
- @singleo0 made their first contribution in https://github.com/apache/servicecomb-java-chassis/pull/4747
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.24...2.9.0
Apache ServiceComb Java-Chassis 2.8.25
- [perf]When a microservice instance is isolated and taken offline, reduce unnecessary network communication by @singleo0 in https://github.com/apache/servicecomb-java-chassis/pull/4747
- [#4808] fixed log level error cause exception stack cannot be output problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4810
- [#4813] Adjust the log information about scheduled tasks and limiting to improve product experience (#4814) by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4817
- [#4821] Fixed concurrent scenarios localContext empty problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4836
- [#4811] Support logging fileName for configurations (#4838) by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4840
- [#4835] Fixed the fileUpload stream not closed problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4837
- @singleo0 made their first contribution in https://github.com/apache/servicecomb-java-chassis/pull/4747
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.24...2.8.25
Apache ServiceComb Java-Chassis 3.3.0
- Bump spring boot from 3.3.5 to 3.4.5 by @liubao68 in https://github.com/apache/servicecomb-java-chassis/pull/4820
-
Bump org.kiwiproject:consul-client from 1.5.0 to 1.5.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4833
-
Bump io.swagger.core.v3:swagger-core-jakarta from 2.2.29 to 2.2.32 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4832
-
Bump com.alibaba.nacos:nacos-client from 3.0.0 to 3.0.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4830
-
Bump org.junit:junit-bom from 5.12.2 to 5.13.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4827
-
Bump org.mockito:mockito-bom from 5.15.2 to 5.18.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4824
-
Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.25.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4822
-
Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4825
-
Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4829
-
[#4811] fixed type check problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4839
-
[#4811] Support logging fileName for configurations by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4838
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/3.2.6...3.3.0
Apache ServiceComb Java-Chassis 3.2.6
- Standard issue submission by @SweetWuXiaoMei in https://github.com/apache/servicecomb-java-chassis/pull/4715
- [#4716]Fix load balance rule may not properly handle integer overflow by @SweetWuXiaoMei in https://github.com/apache/servicecomb-java-chassis/pull/4718
- docs: update readme notice format by @hezhangjian in https://github.com/apache/servicecomb-java-chassis/pull/4723
- [#4808] fixed log level error cause exception stack cannot be output problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4809
- [#4813] Adjust the log information about scheduled tasks and limiting to improve product experience by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4814
- add core dependencies by @liubao68 in https://github.com/apache/servicecomb-java-chassis/pull/4815
- remove duplicate info by @liubao68 in https://github.com/apache/servicecomb-java-chassis/pull/4816
- spot bugs repair by @SweetWuXiaoMei in https://github.com/apache/servicecomb-java-chassis/pull/4788
- fix javadocs problem and add check by @liubao68 in https://github.com/apache/servicecomb-java-chassis/pull/4818
- [#4722] Fix bug in
ProviderAuthFilter
whererequestPath
not absolute problem by @Aithosa in https://github.com/apache/servicecomb-java-chassis/pull/4725 - delete the expired interfaces by @qinlonglong123 in https://github.com/apache/servicecomb-java-chassis/pull/4786
- modify the prompt message by @qinlonglong123 in https://github.com/apache/servicecomb-java-chassis/pull/4782
- [#4806] Fix the bug that the SC address is configured for automatic discovery but cannot be automatically refreshed by @qinlonglong123 in https://github.com/apache/servicecomb-java-chassis/pull/4807
- [#4779] add filter by SPIEnabled by @vikeria in https://github.com/apache/servicecomb-java-chassis/pull/4780
- [#4717]Bump vertx from 4.5.12 to 4.5.13 by @SweetWuXiaoMei in https://github.com/apache/servicecomb-java-chassis/pull/4719
- Bump io.micrometer:micrometer-bom from 1.14.2 to 1.14.4 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4743
- Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4742
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4740
- Bump org.yaml:snakeyaml from 2.3 to 2.4 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4739
- Bump io.zipkin.zipkin2:zipkin from 3.4.4 to 3.5.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4737
- Bump org.kiwiproject:consul-client from 1.4.5 to 1.5.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4736
- Bump org.owasp:dependency-check-maven from 12.0.2 to 12.1.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4735
- Bump io.zipkin.brave:brave-bom from 6.0.3 to 6.1.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4734
- Bump io.netty:netty-bom from 4.1.117.Final to 4.1.119.Final by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4733
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4732
- Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4730
- Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4729
- Bump org.junit:junit-bom from 5.11.4 to 5.12.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4728
- Bump stCarolas/setup-maven from 4.5 to 5 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4726
- Bump commons-beanutils:commons-beanutils from 1.10.0 to 1.10.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4731
- Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4727
- Bump com.google.guava:guava from 33.4.0-jre to 33.4.6-jre by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4772
- Bump com.alibaba.nacos:nacos-client from 2.4.3 to 2.5.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4771
- Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4770
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4767
- Bump com.google.guava:failureaccess from 1.0.2 to 1.0.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4766
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4764
- Bump io.etcd:jetcd-core from 0.8.4 to 0.8.5 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4762
- Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.22.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4760
- Bump io.swagger.core.v3:swagger-core-jakarta from 2.2.28 to 2.2.29 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4759
- Bump org.junit:junit-bom from 5.12.0 to 5.12.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4758
- Bump org.apache:apache from 33 to 34 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4757
- Bump org.junit:junit-bom from 5.12.1 to 5.12.2 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4805
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4799
- Bump org.owasp:dependency-check-maven from 12.1.0 to 12.1.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4798
- Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4804
- Bump io.fabric8:docker-maven-plugin from 0.45.1 to 0.46.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4802
- Bump io.micrometer:micrometer-bom from 1.14.5 to 1.14.6 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4801
- Bump com.alibaba.nacos:nacos-client from 2.5.1 to 3.0.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4800
- Bump io.zipkin.brave:brave-bom from 6.1.0 to 6.2.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4796
- Bump com.google.guava:guava from 33.4.6-jre to 33.4.8-jre by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4794
- Bump io.zipkin.zipkin2:zipkin from 3.5.0 to 3.5.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4793
- Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4790
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4789
- Bump vertx.version from 4.5.13 to 4.5.14 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4791
- @Aithosa made their first contribution in https://github.com/apache/servicecomb-java-chassis/pull/4725
- @vikeria made their first contribution in https://github.com/apache/servicecomb-java-chassis/pull/4780
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/3.2.5...3.2.6
Apache ServiceComb Java-Chassis 2.8.24
- [SCB-2897] polish code, add accesslog and requestlog for WebSocket by @yhs0092 in https://github.com/apache/servicecomb-java-chassis/pull/4752
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.23...2.8.24
Apache ServiceComb Java-Chassis 2.8.23
- [#4666] fixed BackOffSleepTask max waiting time to 10 minute by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4668
- [#4678] optimized sc/kie/config-center isolation address check logic … by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4681
- [#4682] Support framework information can be updated when service information is updated by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4684
- [#4690] fixed mixin-maven-plugin not work with maven 3.9.9+ and 4.0.0+ problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4708
- [#4687] fixed service center isolated address cannot be restored problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4688
- [#4717]Bump vertx from 4.5.10 to 4.5.13 by @liubao68 in https://github.com/apache/servicecomb-java-chassis/pull/4721
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.22...2.8.23
Apache ServiceComb Java-Chassis 3.2.5
- Adding Consul as the Service Discovery and Configuration Center by @felixgis14 in https://github.com/apache/servicecomb-java-chassis/pull/4647
- Submit a feature that applies graceful up and down by @chenshouye168 in https://github.com/apache/servicecomb-java-chassis/pull/4670
- elegant up or dwon for etcd/consul by @chenshouye168 in https://github.com/apache/servicecomb-java-chassis/pull/4679
- [#4666] fixed BackOffSleepTask max waiting time to 10 minute by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4667
- [SCB-2895]The findServices method returns data errors by @felixgis14 in https://github.com/apache/servicecomb-java-chassis/pull/4674
- [#4676] optimized the method of building ServiceCenterClient by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4677
- chore: update NOTICE file for 2025 copyright year by @hezhangjian in https://github.com/apache/servicecomb-java-chassis/pull/4669
- [#4678] optimized sc/kie/config-center isolation address check logic by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4680
- [#4682] Support framework information can be updated when service information is updated by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4683
- [#4685] Print the framework version when updating the service information by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4686
- [#4690] fixed mixin-maven-plugin not work with maven 3.9.9+ and 4.0.0+ problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4707
- [#4689]refactor(loadbalance): Refactor load balancing filter enabling logic by @SweetWuXiaoMei in https://github.com/apache/servicecomb-java-chassis/pull/4709
- [#4690]remove not updated mixin-maven-plugin by @liubao68 in https://github.com/apache/servicecomb-java-chassis/pull/4710
- Bump log4j2.version from 2.24.1 to 2.24.2 by @SweetWuXiaoMei in https://github.com/apache/servicecomb-java-chassis/pull/4640
- Bump io.swagger.core.v3:swagger-core-jakarta from 2.2.26 to 2.2.27 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4664
- Bump io.netty:netty-bom from 4.1.115.Final to 4.1.116.Final by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4663
- Bump io.micrometer:micrometer-bom from 1.14.1 to 1.14.2 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4662
- Bump org.junit:junit-bom from 5.11.3 to 5.11.4 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4661
- Bump org.owasp:dependency-check-maven from 11.1.0 to 11.1.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4660
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4659
- Bump org.apache.commons:commons-text from 1.11.0 to 1.13.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4658
- Bump io.zipkin.zipkin2:zipkin from 3.4.2 to 3.4.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4655
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4654
- Bump org.java-websocket:Java-WebSocket from 1.5.7 to 1.6.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4653
- Bump log4j2.version from 2.24.2 to 2.24.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4652
- Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.1 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4651
- Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4650
- Bump io.zipkin.zipkin2:zipkin from 3.4.3 to 3.4.4 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4705
- Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4703
- Bump org.kiwiproject:consul-client from 1.4.2 to 1.4.5 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4702
- Bump org.assertj:assertj-core from 3.27.0 to 3.27.3 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4701
- Bump org.owasp:dependency-check-maven from 11.1.1 to 12.0.2 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4700
- Bump vertx.version from 4.5.11 to 4.5.12 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4691
- Bump io.swagger.core.v3:swagger-core-jakarta from 2.2.27 to 2.2.28 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4699
- Bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4695
- Bump org.mockito:mockito-bom from 5.14.2 to 5.15.2 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4698
- Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0 by @dependabot in https://github.com/apache/servicecomb-java-chassis/pull/4696
- @felixgis14 made their first contribution in https://github.com/apache/servicecomb-java-chassis/pull/4647
- @chenshouye168 made their first contribution in https://github.com/apache/servicecomb-java-chassis/pull/4670
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/3.2.4...3.2.5