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

为 BotManagers 增加部分Java友好的API: getFirst(Class), getFirstOrNull(Class) #684

Merged
merged 4 commits into from
May 21, 2023

Conversation

ForliyScarlet
Copy link
Member

BotManagers managers = ...;
FooBotManager manager = managers.getFirst(FooBotManager.class);

dependabot bot and others added 4 commits May 18, 2023 20:02
Bumps `spring-boot` from 2.7.11 to 2.7.12.

Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

Updates `org.springframework.boot:spring-boot-starter-logging` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

Updates `org.springframework.boot:spring-boot-starter-aop` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

Updates `org.springframework.boot:spring-boot-starter-webflux` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

Updates `org.springframework.boot:spring-boot-starter-data-redis-reactive` from 2.7.11 to 2.7.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.11...v2.7.12)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-aop
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-data-redis-reactive
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ring-boot-2.7.12

build(deps): bump spring-boot from 2.7.11 to 2.7.12
@ForliyScarlet ForliyScarlet added the 特性 一个新特性,或者一个新的功能/能力 label May 21, 2023
@ForteScarlet ForteScarlet merged commit 6d130f5 into dev/v3.1.0 May 21, 2023
@ForteScarlet ForteScarlet deleted the dev/v3_1_0_botManagers_first_api branch May 21, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
特性 一个新特性,或者一个新的功能/能力
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants