forked from hazelcast/hazelcast
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump maven-antrun-plugin from 1.7 to 3.0.0 #5
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
Closed
dependabot
wants to merge
60
commits into
master
from
dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.0.0
Closed
Bump maven-antrun-plugin from 1.7 to 3.0.0 #5
dependabot
wants to merge
60
commits into
master
from
dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.0.0
Conversation
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
…6901) Allow config file resolution in demo Console Apps
When metric dictionary word was longer than 127 characters, incorrect compressed stream was produced. This PR pushes the limit to 255 characters and gracefully ignores the metric that violates the limit. Also removes unnused `String[] dictionary` from `MetricsDictionary`. Related to hazelcast/hazelcast-jet#2155
Compatibility test related improvements - Compat test agent can now process final methods to allow them being overridden in proxies - Updates byte-buddy to latest version - Adds HazelcastStarter constructors for HazelcastJsonValue and other types used in split-brain and CP subsystem compat tests - Other minor improvements in HazelcastStarter proxying - Adds @SInCE javadoc to new IMap methods - Split brain merge config support - Adds networking related answers in NodeAnswer - Adds answer for RaftService#isDiscoveryComplete
Kerberos authentication method added.
Add two new interfaces for MultiMap.putAllAsync and implement for MultiMapProxyImpl and ClientMultiMapProxy. Add new operation classes, MultiMapPutAllOperationFactory, PutAllOperation and PutAllBackupOperation. Add corresponding tests for bulk put, statistics and backup. Add new client protocol codecs MultiMapPutAllCodec and ListDataCodec and new message handler MultiMapPutAllMessageTask. Update generated client protocol tests and resources. Add new Preconditions.checkTrueUnsupportedOperation.
And one random typo
When cache service is creating its pre-join operation, it creates a PreJoinCacheConfig assuming that the CacheConfig has been resolved (ie KV types and other user customizations have been actually loaded). However it might be the case that even though the CacheConfig is registered in cache service, the cache has not yet been touched, so user customizations are not resolved yet.
Forwarding to IOUtils.closeResourse.
Using computeIfAbsent and using diamond operator.
The core reason of the NPE issue is late termination of MetricsRegistryImpl scheduled task. Before task termination, we shutdown MultiMapService and this causes task to find some service resources as null. To easily fix the issue, this PR removes nullifying of containers in MultiMapService to align behavior with other services.
The value is used when an empty smartRouting tag is put to xml. <smart-routing></smart-routing> When this is missing, since it will use the value on ClientNetworkConfig it is defaulting to `true` This pr makes the behaviour aligned. Empty smartRouting tag should mean it is enabled also.
* Serialization classes package refactoring Main motivation is to categorize implementation to analyze better, before starting new serialization format. Moving portable implementations into `portable` package Moving serializers that for primitives and java classes to `defaultserializers` package Serialization related tests were under two different directory. test/java/com/hazelcast/nio/serialization/ is merged to test/java/com/hazelcast/internal/serialization/impl/ adding serialization to codeowners to be reviewed by the clients team Note that compatibility tests could not be moved because they have full class names are used in binary.
…... (hazelcast#14331) ReplicatedMapProxy - refactored check and retry initialization logic to do it in parallel for different partitions. It is much faster compared to the original way - try to sync a partition and sleep.
…s builtin enum handling (as int)
Decrease preallocated partition container sizes
This was an unintentional change in hazelcast#16924.
Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 1.7 to 3.0.0. - [Release notes](https://github.com/apache/maven-antrun-plugin/releases) - [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-1.7...maven-antrun-plugin-3.0.0) Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #41. |
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.
Bumps maven-antrun-plugin from 1.7 to 3.0.0.
Commits
c37168c[maven-release-plugin] prepare release maven-antrun-plugin-3.0.0d5d1dc6fixed typo1745675added ASF Jira badgefd52fcefixed link to mailing lists3c9012ereplace deprecated method (#3)86793e6[MNGSITE-393] assume Maven 3.0 or later (#5)8db3afddocs: httpsc7e1096[MANTRUN-219] Bump xmlunit from 2.6.3 to 2.6.4abed7fb[MANTRUN-218] Bump junit from 4.12 to 4.13f5f0d0badd checkstyle to .gitignoreDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)