[GitHub] [cayenne-modeler] dependabot[bot] closed pull request #2: Bump jgroups from 2.12.3.Final to 4.0.0.Final

2022-12-13 Thread GitBox
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

[GitHub] [cayenne-modeler] dependabot[bot] commented on pull request #2: Bump jgroups from 2.12.3.Final to 4.0.0.Final

2022-12-13 Thread GitBox
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

[GitHub] [cayenne-modeler] dependabot[bot] opened a new pull request, #3: Bump jgroups from 2.12.3.Final to 3.2.16.Final

2022-12-13 Thread GitBox
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

[GitHub] [cayenne-modeler] dependabot[bot] opened a new pull request, #2: Bump jgroups from 2.12.3.Final to 4.0.0.Final

2022-07-06 Thread GitBox
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

Re: JGroups

2021-12-20 Thread Andrus Adamchik
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

Re: JGroups

2021-12-20 Thread Michael Gentry
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

Re: JGroups

2021-12-19 Thread Andrus Adamchik
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

JGroups

2021-12-19 Thread Michael Gentry
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

[JIRA] Created: (CAY-783) jgroups config file not removed from cayenne.xml

2007-04-29 Thread JIRA
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