JGroups
JGroups copied to clipboard
The JGroups project
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`....
`ForkChannel.connect(String cluster_name, boolean useFlushIfPresent)` and `ForkChannel.connect(String cluster_name, Address target, long timeout, boolean useFlushIfPresent)` are not overridden in ForkChannel and will call subclass JChannel. This change instead makes them throw UnsupportedOperationException....
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.1. Commits f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1 7626998 Bump apache/maven-gh-actions-shared from 3 to 4 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18) 40ae495 Bump org.codehaus.plexus:plexus-archiver...
My setup is a set of Keycloak 18.0.2 clusters in an environment with nomad and consul. We're using DNS_PING with SRV records for a long time now and the JGroups...
Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.5.0 to 3.6.0. Release notes Sourced from org.codehaus.mojo:build-helper-maven-plugin's releases. 3.6.0 Changes 🚀 New features and improvements Deprecate remove-project-artifact goal (#205) @slawekjaranowski Parallel execution of uptodate-properties (#201) @mkarg...
For some reason this always bothers me :)
Bumps org.apache.logging.log4j:log4j-core from 2.23.0 to 2.24.0. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | org.apache.logging.log4j:log4j-core |...
https://issues.redhat.com/browse/JGRP-2955
This contains several changes to improve performance of receiving messages in `TCP_NIO2`: * An optimized way of reading from the channel to minimize the number of `channel.read()` calls. I put...