dependabot[bot] closed pull request #2: Bump jgroups from 2.12.3.Final to
4.0.0.Final
URL: https://github.com/apache/cayenne-modeler/pull/2
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
dependabot[bot] commented on PR #2:
URL: https://github.com/apache/cayenne-modeler/pull/2#issuecomment-1349549536
Superseded by #3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific co
dependabot[bot] opened a new pull request, #3:
URL: https://github.com/apache/cayenne-modeler/pull/3
Bumps [jgroups](https://github.com/belaban/JGroups) from 2.12.3.Final to
3.2.16.Final.
Commits
See full diff in https://github.com/belaban/JGroups/commits/JGroups-3.2.16.Final
dependabot[bot] opened a new pull request, #2:
URL: https://github.com/apache/cayenne-modeler/pull/2
Bumps [jgroups](https://github.com/belaban/JGroups) from 2.12.3.Final to
4.0.0.Final.
Commits
See full diff in https://github.com/belaban/JGroups/commits/JGroups-4.0.0.Final
the dependencies? I
> just don't like repeating things...
I'd to avoid such a heavy dependency if all we need is constants, but luckily
not an issue anymore.
Andrus
> On Dec 20, 2021, at 4:00 PM, Michael Gentry wrote:
>
> Well, I was pulling in cayenne-jgroups primarily t
Well, I was pulling in cayenne-jgroups primarily to access constants, such
as:
setDomainStringProperty(JavaGroupsBridge.MCAST_ADDRESS_PROPERTY,
multicastAddress, JavaGroupsBridge.MCAST_ADDRESS_DEFAULT);
setDomainStringProperty(JavaGroupsBridge.MCAST_PORT_PROPERTY,
multicastPort
FWIW, I was about to suggest removing "cayenne-jgroups" from Cayenne 5.0 as an
old and unreliable piece of software we don't want to support :)
As far as the Modeler goes it should not depend on JGroups at all. All the
events in the Modeler are in-process and can be passed ar
While getting the JavaFX modeler running again, I was having issues with
JGroups classes/interfaces not being found/defined, so I added version 5.x
to the POM and it didn't work. Then 4.x and it didn't work. Then 3.x and it
didn't work. Then 2.x and it finally worked.
Does Cayenne
jgroups config file not removed from cayenne.xml
Key: CAY-783
URL: https://issues.apache.org/cayenne/browse/CAY-783
Project: Cayenne
Issue Type: Bug
Components: CayenneModeler GUI