Skip to content

Apache ServiceComb Java-Chassis 2.0.2

Choose a tag to compare

@liubao68 liubao68 released this 08 May 09:35
· 2022 commits to master since this release
    Release Notes - Apache ServiceComb - Version java-chassis-2.0.2

Bug

  • [SCB-1823] - change kie label env to environment
  • [SCB-1824] - jacskon convertValue will convert all objects start for 2.10.*, java-chassis need not convert RestTemplate arguments
  • [SCB-1826] - remove binary release LICENSE since 3rd parties not included
  • [SCB-1837] - revert changes for SCB-1643, do not include huaweicloud jar
  • [SCB-1857] - RequestLog need to distinguish PRODUCER or CONSUMER for InvocationFinishEvent
  • [SCB-1861] - fix config kie value parsing errors
  • [SCB-1863] - config kie bug fix : toke the revision when pull from kie

New Feature

  • [SCB-1810] - create a new Dispathcer to direct forward requests to HTTP server and send response
  • [SCB-1816] - Print the instance endpoints in the end of the start up log
  • [SCB-1828] - support @JSONVIEW
  • [SCB-1834] - add BOM for java-chassis

Improvement

  • [SCB-1822] - fix problems when using multiple consumer interface for one operation and using CseHttpEntity to set localcontext
  • [SCB-1825] - client outlog: rename item and delete README.md
  • [SCB-1830] - refactring code: Invocation carry changable data in each Invocation in a better way
  • [SCB-1831] - Loadbalancer set endpoint can use Endpoint other the literal string
  • [SCB-1840] - InvokerUtils inherit current context to support tracing and other features
  • [SCB-1845] - add TOC for java-chassis documents to make easier to search
  • [SCB-1851] - config-kie: support enable property
  • [SCB-1853] - fix problems in README.md
  • [SCB-1862] - ServiceComb add extensions to support cas env variables
  • [SCB-1866] - dependency update: jackson-datatype-jsr310 from unmanaged to 2.10.0
  • [SCB-1867] - dependency update: netty, from 4.1.45.Final to 4.1.47.Final
  • [SCB-1868] - change ISO8601DateFormat to StdDateFormate to improve performance
  • [SCB-1869] - highway should use consumer type to avoid deserialization convertion
  • [SCB-1870] - move non integration tests from demo to servicecomb-samples
  • [SCB-1871] - dependency update: remove javassist dependency and remove common-javassist module
  • [SCB-1872] - change System.setProperty to class loader level property to make run multiple services in container possible
  • [SCB-1873] - using Version to implement VrsionCompareUtil
  • [SCB-1881] - dependency update: upgrade spring framework from 5.1.5.RELEASE to 5.1.8.RELEASE
  • [SCB-1882] - dependency update: spring data remove from DM and add version for provided