eventmesh
eventmesh copied to clipboard
EventMesh is a new generation serverless event middleware for building distributed event-driven applications.
Bumps [com.baomidou:mybatis-plus-boot-starter](https://github.com/baomidou/mybatis-plus) from 3.5.5 to 3.5.7. Release notes Sourced from com.baomidou:mybatis-plus-boot-starter's releases. v3.5.7 fix: 修复动态表名处理 update ignore 错误 fix: 修复SQLServer2005分页处理空格错误 fix: 修复多租户查询出现问题 fix: 修正非通用泛型情况下序列化json减少强转 fix: 修复代码生成器禁用模板失效 fix: 修复分页count优化distinct搭配orderBy处理错误 fix: 修复达梦数据库生成代码错误...
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.32.0 to 3.34.1. Release notes Sourced from org.redisson:redisson's releases. redisson-3.34.1 Fixed - RObject.rename() method doesn't work in cluster redisson-3.34.0 Feature - RJsonBuckets object added (thanks to @seakider)...
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps `protobufVersion` from 3.25.3 to 3.25.4. Updates `com.google.protobuf:protobuf-java-util` from 3.25.3 to 3.25.4 Updates `com.google.protobuf:protobuf-java` from 3.25.3 to 3.25.4 Commits e915ce2 Updating version.json and repo version numbers to: 25.4 6eb8b00 Merge...
Bumps [org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot) from 2.7.10 to 2.7.18. Release notes Sourced from org.springframework.boot:spring-boot-starter-jetty's releases. v2.7.18 ⚠️ Noteworthy Changes Following the Paketo team's announcement that the Bionic CNB builders will be removed, the...
Bumps com.gradle.develocity from 3.17.5 to 3.17.6. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps io.vertx:vertx-web-client from 4.5.8 to 4.5.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.apache.kafka:kafka-clients from 3.7.1 to 3.8.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Fixes https://github.com/apache/eventmesh/issues/4990 Motivation Increase test coverage Modifications Added new tests for HttpConvertsUtils.java located at [eventmesh-runtime/src/main/java/org/apache/eventmesh/common/util] Documentation Does this pull request introduce a new feature? (no) If yes, how is the...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Question Sending cloudevents format messages with grpc is slow (I'm not sure...