Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 3, 2020

Bumps maven-antrun-plugin from 1.7 to 3.0.0.

Commits
  • c37168c [maven-release-plugin] prepare release maven-antrun-plugin-3.0.0
  • d5d1dc6 fixed typo
  • 1745675 added ASF Jira badge
  • fd52fce fixed link to mailing lists
  • 3c9012e replace deprecated method (#3)
  • 86793e6 [MNGSITE-393] assume Maven 3.0 or later (#5)
  • 8db3afd docs: https
  • c7e1096 [MANTRUN-219] Bump xmlunit from 2.6.3 to 2.6.4
  • abed7fb [MANTRUN-218] Bump junit from 4.12 to 4.13
  • f5f0d0b add checkstyle to .gitignore
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

webashutosh and others added 30 commits April 11, 2020 19:38
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.
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.
pveentjer and others added 25 commits June 29, 2020 17:06
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.
Decrease preallocated partition container sizes
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 22, 2022

Superseded by #41.

@dependabot dependabot bot closed this Apr 22, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.0.0 branch April 22, 2022 02:09
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.