Skip to content

Update ktor monorepo to v3.2.0-eap-1334 #4783

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-utils 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-sse 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-websockets 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-status-pages 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-netty 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-jetty-jakarta 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-default-headers 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-content-negotiation 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-conditional-headers 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-compression 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-cio 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-caching-headers 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-server-auth 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence
io.ktor:ktor-network-tls-certificates 3.2.0-eap-1264 -> 3.2.0-eap-1334 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 Automerge: Enabled.

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 7, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it! :shipit:

@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from dd515c4 to a2be734 Compare April 8, 2025 00:21
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1276 Update ktor monorepo to v3.2.0-eap-1278 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from a2be734 to 3e20929 Compare April 10, 2025 00:25
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1278 Update ktor monorepo to v3.2.0-eap-1281 Apr 10, 2025
Copy link

coderabbitai bot commented Apr 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed May 28 2025 to showcase some of the refinements we've made.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 3e20929 to b0a3113 Compare April 10, 2025 20:22
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1281 Update ktor monorepo to v3.2.0-eap-1282 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from b0a3113 to ff638c7 Compare April 14, 2025 20:23
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1282 Update ktor monorepo Apr 14, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from ff638c7 to 1d4a6d0 Compare April 15, 2025 00:23
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.2.0-eap-1284 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 1d4a6d0 to ef4e925 Compare April 17, 2025 00:23
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1284 Update ktor monorepo to v3.2.0-eap-1287 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from ef4e925 to 7c3fd58 Compare April 18, 2025 00:26
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1287 Update ktor monorepo to v3.2.0-eap-1289 Apr 18, 2025
@osipxd osipxd force-pushed the renovate/ktor-monorepo branch from 7c3fd58 to c4065bb Compare April 22, 2025 17:30
@osipxd osipxd enabled auto-merge (squash) April 22, 2025 17:32
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from c4065bb to 68868f2 Compare April 23, 2025 00:24
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1289 Update ktor monorepo to v3.2.0-eap-1291 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 68868f2 to 33ee60a Compare April 24, 2025 00:23
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1291 Update ktor monorepo to v3.2.0-eap-1293 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 33ee60a to d935fec Compare May 2, 2025 00:21
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1293 Update ktor monorepo to v3.2.0-eap-1298 May 2, 2025
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1298 Update ktor monorepo May 5, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch 2 times, most recently from 545f5c6 to 9e2caa3 Compare May 6, 2025 11:22
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.2.0-rtc-eap-1306 May 6, 2025
@osipxd
Copy link
Member

osipxd commented May 6, 2025

We should update Renovate rules to ignore custom EAP branches.

@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1320 Update ktor monorepo to v3.2.0-eap-1321 May 16, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch 2 times, most recently from 009c7d7 to c7fbd38 Compare May 17, 2025 20:25
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1321 Update ktor monorepo to v3.2.0-eap-1322 May 17, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from c7fbd38 to 76c6c4f Compare May 19, 2025 13:39
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1322 Update ktor monorepo May 19, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 76c6c4f to 04f3148 Compare May 19, 2025 14:52
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.2.0-eap-1325 May 19, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 04f3148 to f1386ef Compare May 19, 2025 21:09
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1325 Update ktor monorepo to v3.2.0-eap-1326 May 19, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from f1386ef to ec6c783 Compare May 20, 2025 13:57
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1326 Update ktor monorepo to v3.2.0-service-discovery-eap-eap-1327 May 20, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from ec6c783 to 47e29af Compare May 20, 2025 17:47
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-service-discovery-eap-eap-1327 Update ktor monorepo to v3.2.0-eap-1328 May 20, 2025
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1328 Update ktor monorepo to v3.2.0-eap-1329 May 21, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 47e29af to 8b3515d Compare May 21, 2025 20:43
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1329 Update ktor monorepo to v3.2.0-eap-1330 May 22, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 8b3515d to aed39ef Compare May 22, 2025 21:19
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1330 Update ktor monorepo May 23, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from aed39ef to 4d96ca1 Compare May 23, 2025 20:22
@renovate renovate bot changed the title Update ktor monorepo Update ktor monorepo to v3.2.0-eap-1331 May 24, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 4d96ca1 to d35b37b Compare May 25, 2025 20:21
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1331 Update ktor monorepo to v3.2.0-eap-1332 May 25, 2025
@osipxd osipxd self-assigned this May 27, 2025
@osipxd
Copy link
Member

osipxd commented May 27, 2025

Failure of LoggingTest.testLoggingWithCompression seems to be caused by #4777. Fixing

@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from d35b37b to 2980e17 Compare May 27, 2025 18:03
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1332 Update ktor monorepo to v3.2.0-eap-1333 May 27, 2025
@renovate renovate bot force-pushed the renovate/ktor-monorepo branch from 2980e17 to 36f8dd5 Compare May 27, 2025 21:00
@renovate renovate bot changed the title Update ktor monorepo to v3.2.0-eap-1333 Update ktor monorepo to v3.2.0-eap-1334 May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant