Skip to content

chore(functions/slack): add back missing package #3690

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

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

ace-n
Copy link
Contributor

@ace-n ace-n commented Sep 10, 2020

Hotfix for erroneous pom.xml change in #3689

@lesv please merge when tests pass - thanks!

Hotfix for erroneous `pom.xml` change in #3689
@ace-n ace-n requested review from lesv and a team September 10, 2020 01:23
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 10, 2020
@ace-n ace-n added the automerge Merge the pull request once unit tests and other checks pass. label Sep 10, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 989c08f into master Sep 10, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the ace-n-patch-1 branch September 10, 2020 01:28
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 22, 2022
…-integration-core to v5.5.8 (#6746)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.integration:spring-integration-core](https://togithub.com/spring-projects/spring-integration) | `5.5.6` -> `5.5.8` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.integration:spring-integration-core/5.5.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.integration:spring-integration-core/5.5.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.integration:spring-integration-core/5.5.8/compatibility-slim/5.5.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.integration:spring-integration-core/5.5.8/confidence-slim/5.5.6)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>spring-projects/spring-integration</summary>

### [`v5.5.8`](https://togithub.com/spring-projects/spring-integration/releases/v5.5.8)

Change log:

[`6ae6f34`](https://togithub.com/spring-projects/spring-integration/commit/6ae6f343c845e9bd7ca53ebb979dc32cca3ca9f7) Fix typo in the `build.gradle`
[`b258624`](https://togithub.com/spring-projects/spring-integration/commit/b2586241f83df4257c0a6a671dbef0e90affffad) Upgrade dependencies; prepare for release
[`efd073c`](https://togithub.com/spring-projects/spring-integration/commit/efd073c9e00b6d88e37be011b5e5dffc27d29d3e) Fix typo in StompInboundChannelAdapter JavaDocs
[`0b38b8d`](https://togithub.com/spring-projects/spring-integration/commit/0b38b8df60d2f5518447c81aed0a2e6c5d690da5) [GH-3705](https://togithub.com/spring-projects/spring-integration/issues/3705): Close TcpNioConn.ChannelOutStr.selector
[`6c769ca`](https://togithub.com/spring-projects/spring-integration/commit/6c769cab37bac0e73253496a305b31598c73e348) [GH-3700](https://togithub.com/spring-projects/spring-integration/issues/3700): Fix Redis lock retry until expiration
[`97a5ea4`](https://togithub.com/spring-projects/spring-integration/commit/97a5ea4aca7164bb3365d194c606eb09a30708b3) Move IntegrationDsl from .kt to .java
[`b477277`](https://togithub.com/spring-projects/spring-integration/commit/b47727765d9053e0a31ee121fce90842715c81ed) [GH-3701](https://togithub.com/spring-projects/spring-integration/issues/3701): Fix Possible TCP Memory Leak
[`9ff2707`](https://togithub.com/spring-projects/spring-integration/commit/9ff2707b7506a2e0d61ef451693458eba0ee93e5) Fix variable name typo in the redis.adoc
[`5eb95f6`](https://togithub.com/spring-projects/spring-integration/commit/5eb95f6cca2dc38720a4f84bff347999cbcae360) More Kotlin DSL improvements
[`9759950`](https://togithub.com/spring-projects/spring-integration/commit/9759950d35d843b0b9be9ca8fddaf9fb3f1f6f67) [GH-3699](https://togithub.com/spring-projects/spring-integration/issues/3699): Fix typos in the IntegrationFlow javadoc
[`30622b2`](https://togithub.com/spring-projects/spring-integration/commit/30622b285c5e83fc10f437f0680abfc0cdace45a) Improve Kotlin DSL

### [`v5.5.7`](https://togithub.com/spring-projects/spring-integration/releases/v5.5.7)

Change log:

[`9741f7f`](https://togithub.com/spring-projects/spring-integration/commit/9741f7fc5f7dec5768e0910a4c049b5b0b1bdc20) Upgrade dependencies including Gradle
[`bb9dd89`](https://togithub.com/spring-projects/spring-integration/commit/bb9dd892862413866d20027b620eef06b9a4d611) Fix RedisLockRegistry Sonar smells
[`8c57cb7`](https://togithub.com/spring-projects/spring-integration/commit/8c57cb78697bec3af71d508d4301fc0e067e97ec) [GH-3697](https://togithub.com/spring-projects/spring-integration/issues/3697): Various lifecycle fixed for MQTT v5 CAs
[`30bb846`](https://togithub.com/spring-projects/spring-integration/commit/30bb8467b44e2445e6bcb0f3c1fc39afd5f4ed84) Fix Checkstyle violation
[`2d75289`](https://togithub.com/spring-projects/spring-integration/commit/2d752894cdfc6f09f967f3ab9601b8813decec65) Fix UNLINK/DEL logic in the RedisLockRegistry
[`50fa345`](https://togithub.com/spring-projects/spring-integration/commit/50fa34540248ea67704b5657b17621e627484c4b) Fix new Sonar smell
[`c36b759`](https://togithub.com/spring-projects/spring-integration/commit/c36b7598a7012b26e293208d189c008afb374254) Add distributionSha256Sum prop for Gradle wrapper
[`9b5ebaa`](https://togithub.com/spring-projects/spring-integration/commit/9b5ebaad8b96950ed7dac82872d14e3ddbe62297) Fix MySqlContainerTest for compatibility
[`2a3dac7`](https://togithub.com/spring-projects/spring-integration/commit/2a3dac7ff3d1fa34bafa57f5f6dcce560a92f969) [GH-3694](https://togithub.com/spring-projects/spring-integration/issues/3694): Resolve circular dep in PublisherAnnBPP
[`b424cbe`](https://togithub.com/spring-projects/spring-integration/commit/b424cbe17180ceaf50d9c22287617aeefb7d2c6a) Quote CONDITION whenever necessary for JDBC
[`3c32daa`](https://togithub.com/spring-projects/spring-integration/commit/3c32daa25a7077f31049089cb56fd044807b1a68) [GH-3690](https://togithub.com/spring-projects/spring-integration/issues/3690): Use pub-sub in RedisLockReg for unlocks
[`db14fad`](https://togithub.com/spring-projects/spring-integration/commit/db14faddd1ce4d62657d262359d2483b2979eab1) [GH-3688](https://togithub.com/spring-projects/spring-integration/issues/3688): Fix WS DSL for proper values propagation
[`ad34310`](https://togithub.com/spring-projects/spring-integration/commit/ad343107071bf55743a836ec0a0a55167c6b5062) [GH-3683](https://togithub.com/spring-projects/spring-integration/issues/3683): Always new TX in DefaultLockRepository
[`8c85fc9`](https://togithub.com/spring-projects/spring-integration/commit/8c85fc9957b32774ff8fb6c12412f9abb7b2c2a1) Add MessageHandlerMethodFactoryCreatingFactoryBean
[`a843dae`](https://togithub.com/spring-projects/spring-integration/commit/a843dae1512bdfb1308ee8b3f7c59754c4ae5a21) Remove `Disposables` abstraction
[`d7f9258`](https://togithub.com/spring-projects/spring-integration/commit/d7f925896f9fc705c5095278f14229f80a73a855) Check for `Disposables` bean before registration
[`adb52ba`](https://togithub.com/spring-projects/spring-integration/commit/adb52baa9516e5c87b47cf5c031d7460c4c6ab09) Upgrade Dokka plugin to 1.5.30 for Gradle 7.3
[`0ebd076`](https://togithub.com/spring-projects/spring-integration/commit/0ebd076637c17670b72a4c2f2ab0b4ee4a93f789) Add duplicatesStrategy to prepAsciidocBuild task
[`f298191`](https://togithub.com/spring-projects/spring-integration/commit/f298191d94e1856dc7fe1dc7556d0f9ee891a702) Fix checksum for Gradle wrapper
[`761ccf2`](https://togithub.com/spring-projects/spring-integration/commit/761ccf2ed2ff17e26f062da864df60bd36668d18) Upgrade To Gradle 7.3

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

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

♻ **Rebasing**: Never, 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, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants