Bump jgroups from 2.12.3.Final to 3.2.16.Final

Bumps [jgroups](https://github.com/belaban/JGroups) from 2.12.3.Final to 3.2.16.Final.
- [Release notes](https://github.com/belaban/JGroups/releases)
- [Changelog](https://github.com/belaban/JGroups/blob/master/doc/history.txt)
- [Commits](https://github.com/belaban/JGroups/commits/JGroups-3.2.16.Final)

---
updated-dependencies:
- dependency-name: org.jgroups:jgroups
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 3e3ea44ba1a67b22c02e8b19105c8ca152e7311b
  1. .vscode/
  2. docs/
  3. src/
  4. .gitignore
  5. .java-version
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Cayenne Modeler Prototype

A more modern version of Cayenne Modeler

Project Goals

Why re-write Cayenne Modeler? While Cayenne Modeler is stable and works well, it is also built upon older technologies that make it harder to augment. The goal of this prototype project is to preserve everything that is good about Cayenne Modeler feature-wise, while upgrading the underlying technologies and features:

  • Use JavaFX and Scene Builder for a more modern core and easier UI development.
  • Add JavaDoc support for all generated Java classes, getters/setters, and relationships.
  • Add support for interfaces.
  • Add custom annotation support for all generated Java classes, getters/setters, and relationships.
  • Add custom imports for all generated classes (mainly to support custom annotations).
  • Add custom Velocity template editing and management.
  • Add multiple window support so multiple projects, including the same project, can be open at the same time.

Status

This project is about 15-20% finished.

Appearance

What will it look like? Well, it has the same basic layout as the current Cayenne Modeler, but with upgrades.

The following screenshots show how the prototype is shaping up. They'll be updated as work progresses.

DataDomain Editor DataDomain

DataMap Editor DataMap

ObjEntity Class Editor Object Entity Class Tab

ObjEntity Attributes Editor Object Entity Attributes Tab

Multiple Window Data Synchronization Multiple Window Data Synchronization

Development

Thanks

The FontAwesomeFX library is used to provide icons from FontAwesome.

License

Apache Software Foundation