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

[11.0.x] Bump the dev-dependencies group across 1 directory with 5 updates #12369

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2024

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
ch.qos.logback:logback-core 1.5.6 1.5.9
jakarta.servlet.jsp:jakarta.servlet.jsp-api 3.0.0 3.1.0
org.jboss.threads:jboss-threads 3.6.1.Final 3.8.0.Final
org.mortbay.jetty:h2spec-maven-plugin 1.0.12 1.0.13
com.hazelcast:hazelcast 5.3.8 5.5.0

Updates ch.qos.logback:logback-core from 1.5.6 to 1.5.9

Commits
  • 49663a8 disable flaky test
  • 2756640 prepare release 1.5.9
  • 81d8376 test for properties change detection from URL/http
  • a496a04 adding http scan capability, had to move tests
  • 67c24f6 minor changes in RollingFileAppenderTest
  • 42caff8 fix writing the header for RollingFileAppender (#862)
  • 91961ad add comments to OutputStreamAppender
  • 6d11eff deprecate Level.ALL and javadocs for Level.OFF
  • 895d92d clean comments
  • 5dfbb61 fix issues/861
  • Additional commits viewable in compare view

Updates jakarta.servlet.jsp:jakarta.servlet.jsp-api from 3.0.0 to 3.1.0

Commits
  • dffa39f Prepare release jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.1.0
  • 0350b8f Update copyright data for Javadoc
  • 060a802 Fix copyright date
  • 8fb5a8a Fix #224 - Update the link to the XML grammar notation
  • d5186c4 Fix #226 - Deprecate jsp:plugin, jsp:params and jsp:fallback
  • c84f58b OSGi bundle version should be consistent with project version
  • 9d2ee4f Update EL to 5.0.0 and Servlet 6.0.0
  • fdc4cad Copyright date fixes
  • 4e01eef Fix module dependency for jakarta.servlet
  • 320187a Add module-info and remove automatic module name from manifest
  • Additional commits viewable in compare view

Updates org.jboss.threads:jboss-threads from 3.6.1.Final to 3.8.0.Final

Commits
  • 60a6d35 Prep 3.8.0.Final
  • c2e1c42 Merge pull request #192 from dmlloyd/false-sharing
  • 73b7213 Merge pull request #195 from dmlloyd/go-17
  • c83731a Remove stack depth test
  • 89b69fe Minor cleanups
  • 4ab166b Remove more pointer chasing in tight loops
  • 7099668 Remove one level of pointer-chasing from thread body
  • c38841c Flatten queue processing to remove some redundant checks
  • 958a3bb Defer creating new PoolThreadNode until after task is run
  • 2cc0ffa Reverse if order
  • Additional commits viewable in compare view

Updates org.mortbay.jetty:h2spec-maven-plugin from 1.0.12 to 1.0.13

Release notes

Sourced from org.mortbay.jetty:h2spec-maven-plugin's releases.

1.0.13

📦 Dependency updates

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#193) @​dependabot
  • Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.1 (#192) @​dependabot
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (#194) @​dependabot
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 (#191) @​dependabot
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.2 (#189) @​dependabot
Commits
  • 525ebe6 [maven-release-plugin] prepare release h2spec-maven-plugin-1.0.13
  • 85e95d8 Merge pull request #193 from jetty-project/dependabot/maven/org.apache.maven....
  • 05a03c3 Merge pull request #192 from jetty-project/dependabot/maven/org.testcontainer...
  • 87c784d Merge pull request #194 from jetty-project/dependabot/maven/org.apache.maven....
  • 0eed446 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1
  • e1dbea6 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
  • 080fa69 Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.1
  • ccb1ebe Merge pull request #191 from jetty-project/dependabot/maven/org.apache.maven....
  • 8f4dd7f Merge pull request #189 from jetty-project/dependabot/maven/com.github.spotbu...
  • 18f3e1b Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
  • Additional commits viewable in compare view

Updates com.hazelcast:hazelcast from 5.3.8 to 5.5.0

Release notes

Sourced from com.hazelcast:hazelcast's releases.

v5.5.0

For the full release notes for this release, see https://docs.hazelcast.com/hazelcast/5.5/release-notes/5-5-0.

v5.4.0

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.4.0 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

[!CAUTION] Starting with this release of Hazelcast Platform, the minimum supported Java version is 17.

New Features

  • Enterprise User Code Namespaces: Enable deployment and redeployment of your custom classes. See the User Code Namespaces documentation.
  • Enterprise CPMap: Added CPMap as a minimal key-value CP data structure. See CPMap documentation. #25802
  • Enterprise Thread-Per-Core (TPC): TPC is now generally available. You can enable this feature on the clients and cluster members for improved performance. See the Thread-Per-Core (TPC) documentation.

Breaking Changes

  • The MergingValue interface within the SPI package now requires the getDeserializedValue() method to be defined within implementations, replacing the getValue() definition. #25942
  • Moved the MongoDB connector to the extensions module, that is, its classes and related dependencies relocated; if you are using Maven to install the connector, you must add <classifier>jar-with-dependencies</classifier> to your pom.xml. Also removed the permissions for MongoDB connector. #25744, #25701
  • Method names used as parameters in SecurityInterceptor checks were reviewed and unified into a single place - class com.hazelcast.security.SecurityInterceptorConstants. Some client messages have the method name changed to reflect their purpose better. Some client messages are newly covered by SecurityInterceptor checks now. #25020
  • Renamed the service port for Hazelcast clusters deployed in Kubernetes environments to hazelcast. The previous name, hazelcast-service-port, caused member auto-discovery for embedded deployments to fail. #24834, #24705, #24688
  • Fixed an issue where Hazelcast was not failing fast when a member is started with a blank public address. This has been fixed by introducing a configuration validation that might break any existing, but invalid, configuration. #24729

Enhancements

SQL/Jet Engine

  • Removed the beta annotations from the data connection classes. #26000
  • Replaced the user-defined types (UDTs) feature flag with the cyclic UDT feature flag, to prevent querying such type data. #25977
  • Added support for loading and storing a single column as the value using the GenericMapStore. #25878
  • Each Jet engine job was creating a client for connecting to the remote cluster, resulting in an excessive number of clients. This has been fixed by introducing a single data connection, which can be reused for all job instances. #25754, #25731
  • Added support for resolving fields from Avro schemas in Kafka mappings. #25935
  • Changed the exception type from CancellationException to CancellationByUserException when the user cancels a job before it is initialized. #25383
  • Added nested field support for Avro serialization format. #25269
  • Removed the redundant sort and merge operations in sorted index scans, for the computations where the index order is not needed, for example, aggregations. #25180
  • Updated the data comparator to improve the performance of sorted index operations. #25196
  • Added support for partition pruning for the __key filters. #25105
  • Added support for partitioned edges in Jet engine's partition pruning. #25062
  • Added a new mechanism to compute the required partitions to be scanned, if attribute partitioning strategy is applied. #25006
  • Added the condition type to the EXPLAIN PLAN statement outputs for all physical joins. #24899
  • Added support for nullable types when reading Avro files. #24840
  • Added the ability to pass parameters for JDBC configuration, such as the fetch size for large tables. #24835
  • Added support for partition pruning for SQL queries that have trivial filter predicates. #24813
  • Reflected the change of javax.jms to jakarta.jms in Hazelcast distributions. #24804
  • Added support for member pruning for Platform jobs to optimize a job's performance by picking up only the members required for the job. #24689
  • Added the stream() method to the SQL service to return the stream of result rows. #24525
  • Introduced a new configuration object to control the exact initial partition offsets when consuming records from Kafka via the Jet engine. #21546
  • Aligned the behavior of hashCode() method of KeyedWindowResult with that of Map.Entry. #697

... (truncated)

Commits
  • e6ef7a8 Upgrade version to 5.5.0
  • da56201 Fix distribution.zip's licenses/attribution.txt generation [5.5.0] [REL-2...
  • 7f1e932 Resolve issues preventing Hazelcast v5.5.0 build [5.5.0] (#2760)
  • 34796ee Update release_notes.txt [REL-246][5.5.0] (#2751)
  • f8bd2b8 Relocate all Jackson classes (#2679)
  • c205c0a Fix stale connections in niche MULTI_MEMBER routing [CORE-150] [5.5.0] (#2696)
  • 89ed72d Update hazelcast-hibernate5.3 to 5.2.0 [5.5.0] (#2634)
  • 0871884 Remove deprecated ExpectedException.none() from map test (#2626)
  • 03e47d7 Fix sonar warnings in tests (#2625)
  • 22c1a70 Client connectivity logging fixes [HZ-4807] (#2615)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
jakarta.servlet.jsp:jakarta.servlet.jsp-api [>= 3.1.a, < 3.2]
com.hazelcast:hazelcast [>= 5.4.a, < 5.5]
com.hazelcast:hazelcast [>= 5.5.a, < 5.6]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.9` |
| [jakarta.servlet.jsp:jakarta.servlet.jsp-api](https://github.com/eclipse-ee4j/jsp-api) | `3.0.0` | `3.1.0` |
| [org.jboss.threads:jboss-threads](https://github.com/jbossas/jboss-threads) | `3.6.1.Final` | `3.8.0.Final` |
| [org.mortbay.jetty:h2spec-maven-plugin](https://github.com/jetty-project/h2spec-maven-plugin) | `1.0.12` | `1.0.13` |
| [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `5.3.8` | `5.5.0` |



Updates `ch.qos.logback:logback-core` from 1.5.6 to 1.5.9
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.9)

Updates `jakarta.servlet.jsp:jakarta.servlet.jsp-api` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/eclipse-ee4j/jsp-api/releases)
- [Commits](jakartaee/pages@3.0.0-RELEASE...3.1.0-RELEASE)

Updates `org.jboss.threads:jboss-threads` from 3.6.1.Final to 3.8.0.Final
- [Commits](jbossas/jboss-threads@3.6.1.Final...3.8.0.Final)

Updates `org.mortbay.jetty:h2spec-maven-plugin` from 1.0.12 to 1.0.13
- [Release notes](https://github.com/jetty-project/h2spec-maven-plugin/releases)
- [Commits](jetty-project/h2spec-maven-plugin@h2spec-maven-plugin-1.0.12...h2spec-maven-plugin-1.0.13)

Updates `com.hazelcast:hazelcast` from 5.3.8 to 5.5.0
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v5.3.8...v5.5.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: jakarta.servlet.jsp:jakarta.servlet.jsp-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.jboss.threads:jboss-threads
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.mortbay.jetty:h2spec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2024
@dependabot dependabot bot added this to the 11.0.x milestone Oct 10, 2024
olamy added 4 commits October 10, 2024 19:36
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
@olamy olamy merged commit 2815546 into jetty-11.0.x Oct 11, 2024
11 checks passed
@olamy olamy deleted the dependabot/maven/jetty-11.0.x/dev-dependencies-239fecc4b0 branch October 11, 2024 02:22
@olamy olamy mentioned this pull request Oct 11, 2024
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