fix(deps): update dependency org.mockito:mockito-core to v5.21.0#194
Open
fix(deps): update dependency org.mockito:mockito-core to v5.21.0#194
Conversation
6d72a15 to
735c48d
Compare
b2503e5 to
a8a9f4f
Compare
…eepalive, HTTP/2Feature/replace nviennot with native keepalive (#203) * refactor(CO-3074): replace nviennot tcp-keepalive module with native nginx so_keepalive Replace the external nviennot/nginx-tcp-keepalive module with nginx's native so_keepalive parameter on listen directives. This removes an external dependency on a dormant module (last updated 2021) in favor of built-in functionality available since nginx 1.11.0. Changes: - Remove tcp_keepalive directive from nginx.conf.web.template - Add so_keepalive=on to all listen directives across: - HTTP/HTTPS web templates - Admin console templates - SSO templates - Mail proxy templates (IMAP/IMAPS/POP3/POP3S) - Stream templates (XMPP/AddressBook) Note: The nginx-tcp-keepalive module can now be removed from carbonio-thirds PKGBUILD. * fix(CO-3074): add cookie security flags, upstream keepalive, and HTTP/2 for admin - Add HttpOnly, Secure, SameSite=Strict to logout cookies on HTTPS templates - Add HttpOnly, SameSite=Strict to logout cookies on HTTP templates - Add keepalive 32 to all service upstreams for connection reuse - Enable HTTP/2 on admin panel templates * fix(CO-3074): add carbonio-catalog as runtime dependency The proxy configures an Envoy sidecar upstream for carbonio-catalog but the package was not declared as a dependency, causing connection resets when the catalog service is missing. * fix(CO-3074): add Connection header for upstream keepalive support Add `proxy_set_header Connection "";` to all non-WebSocket locations that use keepalive-enabled upstreams. Without this header, nginx sends `Connection: close` by default, preventing connection reuse and making the `keepalive 32;` directives ineffective. Locations updated: - /services/files/, /services/chats/, /services/docs/, /services/tasks/ - /services/storages/, /services/catalog/, /services/mobile/tokens - /services/certificate-manager/, /zx/login/, /zx/auth/ WebSocket locations (/services/chats/events, /services/messaging/ws-xmpp, /services/docs/editor/) already have `Connection "upgrade"` and are unchanged. Refs: CO-3074
a8a9f4f to
7c4d813
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.12.0→5.21.0Release Notes
mockito/mockito (org.mockito:mockito-core)
v5.21.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
v5.20.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.20.0
v5.19.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.19.0
(#3681)
v5.18.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.18.0
v5.17.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.17.0
mockito-inlineshould be modified. (#3621)v5.16.1Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.1
v5.16.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
--infoto diagnose closeAndReleaseStagingRepositories issues (#3567)v5.15.2Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.2
v5.14.2Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.2
mockito-prefix (#3460)v5.14.1Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.1
v5.14.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.0
v5.13.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.13.0
Only.verifythrowsNullPointerException(#3237)Configuration
📅 Schedule: Branch creation - "after 9am and before 6pm every weekday except after 12pm and before 2pm" in timezone Europe/Rome, 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.
This PR has been generated by Renovate Bot.