Skip to content

checkstyle fix#4189

Merged
hdeadman merged 1 commit intomasterfrom
checkstyle0815
Aug 16, 2019
Merged

checkstyle fix#4189
hdeadman merged 1 commit intomasterfrom
checkstyle0815

Conversation

@hdeadman
Copy link
Copy Markdown
Member

No description provided.

@apereocas-bot apereocas-bot added this to the 6.1.0-RC5 milestone Aug 15, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 16, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@2767cc1). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #4189   +/-   ##
=========================================
  Coverage          ?   61.43%           
  Complexity        ?     7270           
=========================================
  Files             ?     1652           
  Lines             ?    36134           
  Branches          ?     3344           
=========================================
  Hits              ?    22199           
  Misses            ?    11856           
  Partials          ?     2079

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2767cc1...cd2d864. Read the comment docs.

1 similar comment
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 16, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@2767cc1). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #4189   +/-   ##
=========================================
  Coverage          ?   61.43%           
  Complexity        ?     7270           
=========================================
  Files             ?     1652           
  Lines             ?    36134           
  Branches          ?     3344           
=========================================
  Hits              ?    22199           
  Misses            ?    11856           
  Partials          ?     2079

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2767cc1...cd2d864. Read the comment docs.

@hdeadman hdeadman merged commit 18df589 into master Aug 16, 2019
@hdeadman hdeadman deleted the checkstyle0815 branch August 16, 2019 01:38
apereocas-bot added a commit that referenced this pull request Dec 16, 2025
…-kafka to v4.0.1 [ci skip]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.springframework.kafka:spring-kafka](https://redirect.github.com/spring-projects/spring-kafka) | dependencies | patch | `4.0.0` -> `4.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>spring-projects/spring-kafka (org.springframework.kafka:spring-kafka)</summary>

### [`v4.0.1`](https://redirect.github.com/spring-projects/spring-kafka/releases/tag/v4.0.1)

#### ⭐ New Features

- Allow telling Spring to ignore an argument when identifying the type [#&#8203;4210](https://redirect.github.com/spring-projects/spring-kafka/issues/4210)
- Polish unchecked warning suppression in KafkaEvent [#&#8203;4183](https://redirect.github.com/spring-projects/spring-kafka/pull/4183)
- Remove unnecessary stream method [#&#8203;4181](https://redirect.github.com/spring-projects/spring-kafka/pull/4181)

#### :lady\_beetle: Bug Fixes

- Unable to properly serialize/deserialize null values with JackJsonSerializer/Deserializer in Kotlin [#&#8203;4205](https://redirect.github.com/spring-projects/spring-kafka/issues/4205)
- \[GraalVM Native] DefaultJwtValidator ClassNotFoundException is thrown with kafka-clients 4.1.1 [#&#8203;4190](https://redirect.github.com/spring-projects/spring-kafka/issues/4190)
- `@KafkaListener` with Both topics and topicPartitions Breaks `@RetryableTopic` [#&#8203;4170](https://redirect.github.com/spring-projects/spring-kafka/issues/4170)

#### :notebook\_with\_decorative\_cover: Documentation

- Fix Typo [#&#8203;4208](https://redirect.github.com/spring-projects/spring-kafka/pull/4208)
- [GH-4189](https://redirect.github.com/spring-projects/spring-kafka/issues/4189) : Modify Topic Assignment Docs of `@KafkaListener` [#&#8203;4204](https://redirect.github.com/spring-projects/spring-kafka/pull/4204)
- `group.share.delivery.attempt.limit` is not a valid configuration param in Kafka Admin API [#&#8203;4194](https://redirect.github.com/spring-projects/spring-kafka/issues/4194)

#### 🔨 Dependency Upgrades

- Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 [#&#8203;4217](https://redirect.github.com/spring-projects/spring-kafka/pull/4217)
- Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 [#&#8203;4216](https://redirect.github.com/spring-projects/spring-kafka/pull/4216)
- Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 [#&#8203;4215](https://redirect.github.com/spring-projects/spring-kafka/pull/4215)
- Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 [#&#8203;4213](https://redirect.github.com/spring-projects/spring-kafka/pull/4213)
- Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 [#&#8203;4212](https://redirect.github.com/spring-projects/spring-kafka/pull/4212)
- Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 [#&#8203;4187](https://redirect.github.com/spring-projects/spring-kafka/pull/4187)
- Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 [#&#8203;4177](https://redirect.github.com/spring-projects/spring-kafka/pull/4177)

#### ❤️ Contributors

Thank you to all the contributors who worked on this release:

[@&#8203;LEEJaeHyeok97](https://redirect.github.com/LEEJaeHyeok97), [@&#8203;kyriakos-kyriakou](https://redirect.github.com/kyriakos-kyriakou), [@&#8203;moonyoungCHAE](https://redirect.github.com/moonyoungCHAE), [@&#8203;ngocnhan-tran1996](https://redirect.github.com/ngocnhan-tran1996), and [@&#8203;quaff](https://redirect.github.com/quaff)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Ny4xIiwidXBkYXRlZEluVmVyIjoiNDIuNTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJCb3QiLCJSZW5vdmF0ZSJdfQ==-->
 [ci skip]
mmoayyed pushed a commit to mmoayyed/cas that referenced this pull request Dec 16, 2025
…-kafka to v4.0.1

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.springframework.kafka:spring-kafka](https://redirect.github.com/spring-projects/spring-kafka) | dependencies | patch | `4.0.0` -> `4.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>spring-projects/spring-kafka (org.springframework.kafka:spring-kafka)</summary>

### [`v4.0.1`](https://redirect.github.com/spring-projects/spring-kafka/releases/tag/v4.0.1)

#### ⭐ New Features

- Allow telling Spring to ignore an argument when identifying the type [#&apereo#8203;4210](https://redirect.github.com/spring-projects/spring-kafka/issues/4210)
- Polish unchecked warning suppression in KafkaEvent [#&apereo#8203;4183](https://redirect.github.com/spring-projects/spring-kafka/pull/4183)
- Remove unnecessary stream method [#&apereo#8203;4181](https://redirect.github.com/spring-projects/spring-kafka/pull/4181)

#### :lady\_beetle: Bug Fixes

- Unable to properly serialize/deserialize null values with JackJsonSerializer/Deserializer in Kotlin [#&apereo#8203;4205](https://redirect.github.com/spring-projects/spring-kafka/issues/4205)
- \[GraalVM Native] DefaultJwtValidator ClassNotFoundException is thrown with kafka-clients 4.1.1 [#&apereo#8203;4190](https://redirect.github.com/spring-projects/spring-kafka/issues/4190)
- `@KafkaListener` with Both topics and topicPartitions Breaks `@RetryableTopic` [#&apereo#8203;4170](https://redirect.github.com/spring-projects/spring-kafka/issues/4170)

#### :notebook\_with\_decorative\_cover: Documentation

- Fix Typo [#&apereo#8203;4208](https://redirect.github.com/spring-projects/spring-kafka/pull/4208)
- [apereoGH-4189](https://redirect.github.com/spring-projects/spring-kafka/issues/4189) : Modify Topic Assignment Docs of `@KafkaListener` [#&apereo#8203;4204](https://redirect.github.com/spring-projects/spring-kafka/pull/4204)
- `group.share.delivery.attempt.limit` is not a valid configuration param in Kafka Admin API [#&apereo#8203;4194](https://redirect.github.com/spring-projects/spring-kafka/issues/4194)

#### 🔨 Dependency Upgrades

- Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 [#&apereo#8203;4217](https://redirect.github.com/spring-projects/spring-kafka/pull/4217)
- Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 [#&apereo#8203;4216](https://redirect.github.com/spring-projects/spring-kafka/pull/4216)
- Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 [#&apereo#8203;4215](https://redirect.github.com/spring-projects/spring-kafka/pull/4215)
- Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 [#&apereo#8203;4213](https://redirect.github.com/spring-projects/spring-kafka/pull/4213)
- Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 [#&apereo#8203;4212](https://redirect.github.com/spring-projects/spring-kafka/pull/4212)
- Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 [#&apereo#8203;4187](https://redirect.github.com/spring-projects/spring-kafka/pull/4187)
- Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 [#&apereo#8203;4177](https://redirect.github.com/spring-projects/spring-kafka/pull/4177)

#### ❤️ Contributors

Thank you to all the contributors who worked on this release:

[@&apereo#8203;LEEJaeHyeok97](https://redirect.github.com/LEEJaeHyeok97), [@&apereo#8203;kyriakos-kyriakou](https://redirect.github.com/kyriakos-kyriakou), [@&apereo#8203;moonyoungCHAE](https://redirect.github.com/moonyoungCHAE), [@&apereo#8203;ngocnhan-tran1996](https://redirect.github.com/ngocnhan-tran1996), and [@&apereo#8203;quaff](https://redirect.github.com/quaff)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Ny4xIiwidXBkYXRlZEluVmVyIjoiNDIuNTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJCb3QiLCJSZW5vdmF0ZSJdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants