Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.8.1 #569

Merged
merged 1 commit into from
May 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
me.ahoo.cosid:cosid-bom 2.8.0 -> 2.8.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Ahoo-Wang/CosId (me.ahoo.cosid:cosid-bom)

v2.8.1

What's Changed

YearMonthDayGroupBySupplier

使用 SegmentId 算法,要求输出的ID字符串:

  • 起始序号:0
  • 格式:<prefix><year_month_day><sequence>
  • 分组:按日期分组,序号从0开始。即明天序号需要重置为0.
  • 序号位:8位数值,不足8位前补0
  • 例如:BIZ-240516-00000001
cosid:
  segment:
    enabled: true
    distributor:
      type: redis
    provider:
      group_year_month_day_biz:
        group:
          by: year_month_day
          pattern: yyMMdd
        converter:
          type: to_string
          to-string:
            pad-start: true
            char-size: 8
          prefix: BIZ-
          group-prefix:
            enabled: true

配置信息:

{
  "group_year_month_day_biz": {
    "kind": "StringSegmentId",
    "actual": {
      "kind": "SegmentChainId",
      "fetchTime": 1715911765,
      "maxId": 280,
      "offset": 260,
      "sequence": 260,
      "step": 20,
      "isExpired": false,
      "isOverflow": false,
      "isAvailable": true,
      "groupedKey": {
        "key": "240517",
        "ttlAt": 1715961599
      },
      "converter": {
        "kind": "Radix62IdConverter",
        "radix": 62,
        "charSize": 11,
        "padStart": true,
        "maxId": 9223372036854776000
      }
    },
    "converter": {
      "kind": "PrefixIdConverter",
      "prefix": "BIZ-",
      "actual": {
        "kind": "GroupedPrefixIdConverter",
        "delimiter": "-",
        "actual": {
          "kind": "ToStringIdConverter",
          "padStart": true,
          "charSize": 8
        }
      }
    }
  }
}

Full Changelog: v2.8.0...v2.8.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@Ahoo-Wang Ahoo-Wang merged commit cb68a94 into main May 17, 2024
2 checks passed
@Ahoo-Wang Ahoo-Wang deleted the renovate/cosid branch May 17, 2024 09:28
Ahoo-Wang added a commit that referenced this pull request Jul 6, 2024
* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.1.2 (#361)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: Support `GroupedIdSegmentDistributor`. (#362)

* fix(deps): update dependency org.axonframework:axon-bom to v4.8.0 (#364)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: Support auto config `GroupedIdSegmentDistributor` . (#363)

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.2.0 (#365)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.2.0 (#366)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: Support `GroupedAccessor` . (#367)

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.2.1 (#368)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.2.1 (#369)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.2 (#370)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: dependency management (#372)

* fix(deps): update dependency org.junit-pioneer:junit-pioneer to v2 (#373)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* update dependency gradle to v8.2.1 (#374)

* Update version

* dep: update cosid-proxy version to v2.2.1 (#375)

dep: update cosky-proxy version to v2.2.1

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.2.2 (#377)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.2.2 (#376)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.2 (#378)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update version

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.2.3 (#379)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.2.3 (#380)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: support `RADIX36` for `IdConverterDefinition` (#382)

* fix(deps): update junit5 monorepo to v5.10.0 (#381)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* doc: update README

* feat: support `CustomizeSegmentIdProperties`/`CustomizeSnowflakeIdProperties`. (#383)

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.2.4 (#384)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.2.4 (#385)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.2.5 (#386)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.2.5 (#387)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2022.0.4 (#388)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: support `HostAddressSupplier` (#389)

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.2.6 (#390)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.2.6 (#391)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* doc: add Performance-CosId-Leaf

* doc: update Performance-CosId-Leaf

* fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.1 (#392)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.axonframework:axon-bom to v4.8.1 (#393)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.google.guava:guava to v32.1.2-jre (#394)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.1.0 (#395)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* doc: update Performance-CosId-Leaf

* doc: update getting-started.md

* doc: update README.md

* feat: support `spring-boot-actuator` (#396)

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.3.0 (#397)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.3.0 (#398)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: Enhance OpenAPI for cosid-proxy (#399)

* update default application.yaml for cosid-proxy-server (#400)

* fix(deps): update dependency me.ahoo.cosid:cosid-jdbc to v2.3.1 (#401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.3.1 (#402)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: dependency management (#403)

* publish cosid-proxy to AliyunCR (#404)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.3.3 (#405)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: support `spring-data-jdbc` (#406)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.4.0 (#407)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.1.1 (#408)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency jmh to v1.37 (#409)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.openjdk.jmh:jmh-core to v1.37 (#410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update jmh to v1.37 (#412)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.openjdk.jmh:jmh-generator-annprocess to v1.37 (#411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: dependency management (#413)

* fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v2.2.0 (#414)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.1.2 (#415)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update vuepress monorepo to v1.9.10 (#416)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.axonframework:axon-bom to v4.8.2 (#418)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency io.mockk:mockk to v1.13.7 (#417)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.1.3 (#419)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* doc: update getting-started.md (#420)

* doc: update getting-started.md

* refactor: add `Decorator` tag to `ClockSyncCosIdGenerator` (#422)

* refactor: add `Decorator` tag to `ClockSyncCosIdGenerator`

* feat: Enhanced stats to support viewing ID generator status information (#423)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.5.0 (#424)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update proxy-image to 2.5.0

* chore(deps): update dependency gradle to v8.3 (#425)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* update wiki/getting-started.md.

Signed-off-by: Yaien <yaien_6530@163.com>

* fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.0 (#426)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.3 (#428)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: add `maxTime` to `UPDATE_AFTER_OPTIONS` (#429)

* chore(deps): update actions/checkout action to v4 (#430)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: Prioritize MongoClient that supports synchronous mode (#431)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.5.2 (#432)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.junit-pioneer:junit-pioneer to v2.1.0 (#433)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.axonframework:axon-bom to v4.8.3 (#434)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update docker/login-action action to v3 (#436)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update docker/build-push-action action to v5 (#435)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update docker/metadata-action action to v5 (#437)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update docker/setup-qemu-action action to v3 (#439)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update docker/setup-buildx-action action to v3 (#438)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update codecov/codecov-action action to v4 (#440)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Revert "chore(deps): update codecov/codecov-action action to v4" (#441)

Revert "chore(deps): update codecov/codecov-action action to v4 (#440)"

This reverts commit c84245c.

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.1.4 (#442)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* update version

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.5.3 (#443)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency io.mockk:mockk to v1.13.8 (#444)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.1 (#446)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.4 (#447)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.1.4 (#448)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/checkout digest to 8ade135 (#445)

* chore(deps): update actions/checkout digest to 8ade135

* Update codeql-analysis.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahoo Wang <ahoowang@qq.com>

* fix(deps): update dependency com.google.guava:guava to v32.1.3-jre (#449)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v4.12.0 (#452)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update openjdk docker tag to v21 (#451)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.2.0 (#450)

* chore(deps): update dependency com.github.spotbugs to v5.2.0

* exclude PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_CLASS_NAMES

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahoo Wang <ahoowang@qq.com>

* chore(deps): update dependency com.github.spotbugs to v5.2.1 (#453)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.axonframework:axon-bom to v4.8.4 (#454)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency spring-boot to v3.1.5 (#455)

* feat: support `FlowableIdGenerator` (#456)

* feat: support `FlowableIdGeneratorAutoConfiguration` (#458)

* doc: update document

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.5.5 (#459)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin me.champeau.jmh to v0.7.2 (#461)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency me.champeau.jmh to v0.7.2 (#460)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.axonframework:axon-bom to v4.9.0 (#463)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix:Remove unnecessary dependencies (#465)

* feat: support Activiti IdGenerator Based on CosId. (#464)

* feat: support `ActivitiIdGeneratorAutoConfiguration` (#467)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.5.6 (#469)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.mybatis:mybatis to v3.5.14 (#470)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.zaxxer:hikaricp to v5.1.0 (#472)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.zaxxer:hikaricp to v5.1.0 (#473)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.junit.jupiter:junit-jupiter-params to v5.10.1 (#474)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update junit5 monorepo to v5.10.1 (#475)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.2.2 (#476)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.2.3 (#477)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.axonframework:axon-bom to v4.9.1 (#478)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* doc: update document config

* doc: update document config (#480)

* fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.2 (#483)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: Record unit test exception details (#484)

* fix(deps): update dependency org.junit-pioneer:junit-pioneer to v2.2.0 (#485)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: support `Retry Test` in CI (#486)

* fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.3 (#487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.mybatis.spring.boot:mybatis-spring-boot-starter to v3.0.3 (#488)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* deps: Update SpringBoot to 3.2.0 (#489)

* fix: CI test. (#490)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.6.0 (#491)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.2.4 (#492)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency org.gradle.test-retry to v1.5.7 (#493)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/setup-java action to v4 (#495)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.5 (#494)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v5.2.5 (#496)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: add `ModSpec` to support Modulo sharding algorithm uniformity testing (#497)

* feat: add shardingsphere to Mod Uniformity test (#498)

* chore(deps): update dependency com.github.spotbugs to v6 (#499)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v2.3.0 (#500)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.2 (#501)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2023 (#504)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency org.gradle.test-retry to v1.5.8 (#502)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update version

* deps: update MongoDb image version to 6.0.12 (#505)

* fix(deps): update dependency com.netease.nim:camellia-id-gen-core to v1.2.20 (#503)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: Refactor the test container image (#506)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.6.2 (#507)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* format code

* fix(deps): update dependency org.axonframework:axon-bom to v4.9.2 (#508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update github/codeql-action action to v3 (#509)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.mybatis:mybatis to v3.5.15 (#510)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.4 (#511)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* update Version

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.1 (#514)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(doc): Use VitePress instead of Vuepress (#515)

* feat(doc): update cosid-spring-data-jdbc.md (#516)

* feat(doc): update cosid-activiti.md (#517)

* feat(doc): update cosid-generator.md

* feat(doc): update cosid-generator.md

* feat(doc): update segment.md

* feat(doc): update documentation

* feat(doc): update documentation

* feat(doc): update documentation

* feat(doc): update documentation

* feat(doc): add specific-id.md (#518)

* Update Version

* fix(deps): update dependency com.google.guava:guava to v33 (#512)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.6.4 (#519)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(doc): add who-is-using.md

* feat(doc): add who-is-using.md

* chore(deps): update dependency com.github.spotbugs to v6.0.5 (#520)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(doc): add javadoc (#521)

* chore(deps): update dependency com.github.spotbugs to v6.0.6 (#523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.2 (#526)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* format code (#527)

remove blank line

* Update Version

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.6.5 (#528)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update flowable to v7 (major) (#457)

fix(deps): update flowable to v7

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.7 (#529)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(doc): update sitemap

* fix(deps): update dependency org.axonframework:axon-bom to v4.9.3 (#531)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update codecov/codecov-action action to v4 (#532)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.6 (#533)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update junit5 monorepo to v5.10.2 (#535)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.6 (#530)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.3 (#536)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Version

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.6.6 (#537)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.axonframework:axon-bom to v4.9.4 (#538)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.8 (#539)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.7 (#540)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v2.4.0 (#542)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.google.guava:guava to v33.1.0-jre (#544)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.9 (#545)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.4 (#546)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.7 (#547)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.1 (#548)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Version

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.6.8 (#549)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v2.5.0 (#550)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency io.github.gradle-nexus.publish-plugin to v2 (#552)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(ci): add Actions to Sync Gitee (#553)

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.5 (#555)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(ci): update ci java distribution to temurin (#556)

* chore(deps): update dependency org.gradle.test-retry to v1.5.9 (#557)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.google.guava:guava to v33.2.0-jre (#560)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.8 (#561)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.mybatis:mybatis to v3.5.16 (#551)

* fix(deps): update dependency org.mybatis:mybatis to v3.5.16

* feat(mybatis): fix test bug

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahoo Wang <ahoowang@qq.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.14 (#554)

* chore(deps): update dependency com.github.spotbugs to v6.0.14

* feat: fix test bug

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahoo Wang <ahoowang@qq.com>

* Update Version

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.6.9 (#562)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Version

* feat: support `YearGroupBySupplier` / `YearMonthGroupBySupplier` / `YearMonthDayGroupBySupplier`. (#563)

* feat: add `DateGroupBySupplier` example config. (#564)

* feat(doc): Update specific-id.md (#565)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.8.0 (#566)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Version

* feat(core): support `GroupedKey` for `SegmentIdStat` (#567)

* feat(doc): Update specific-id.md (#568)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.8.1 (#569)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.15 (#571)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.6 (#572)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.2 (#574)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency com.google.guava:guava to v33.2.1-jre (#576)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.8 (#577)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.16 (#578)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.17 (#579)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update docker/build-push-action action to v6 (#580)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Version

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.8.2 (#581)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(core): Support `DatePrefixIdConverter` (#582)

* feat(core): Support `DatePrefix` for auto config. (#583)

* Update Version

* feat(doc): Update specific-id.md to Support `DatePrefix` (#584)

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.8.3 (#585)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.3.1 (#573)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency com.github.spotbugs to v6.0.18 (#586)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Version

* fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.9.0 (#587)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update junit5 monorepo to v5.10.3 (#590)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webflux-ui to v2.6.0 (#591)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(core): Use data classes to replace `record` to improve JAVA8 compatibility (#593)

* feat: Merge main branch features

* feat: Merge main branch features

* feat: Merge main branch features

* feat: Merge main branch features

---------

Signed-off-by: Yaien <yaien_6530@163.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yaien <yaien_6530@163.com>
Co-authored-by: kong xiang <rocher@126.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant