ice
ice copied to clipboard
This project has moved to: https://gitlab.eclipse.org/eclipse/ice/ice
Suggestion from @walshmm: in practice, it seems that having the `nullable` property set to `true` by default is more desirable than our current default of `false`. Having it set as...
FYI - per our previous discussions on migrating to GitLab on the mailing list, I have put in the request. https://gitlab.eclipse.org/eclipsefdn/gitlab/-/issues/22 This would see GitLab become the primary development home...
From the off-topic discussions in a closed issue, had discussions to potentially move the pom.xml file in [`org.eclipse.ice.build` pom file](https://github.com/eclipse/ice/blob/next/org.eclipse.ice.build/pom.xml) to the top-level of ICE: Key conversation links: - Suggestion...
This issue tracks needed finishing touches on task and workflow pieces. @jayjaybillings will have to fill in any details here, if needed.
In order to fully replace the 2.x line, we need at least some of the UI generation components in place. As of 4ddedec288aee3ca63007fbf3907e53ab12bed76, only some of the necessary pieces are...
We should include a maven archetype for a new Annotation Processor module that utilizes our annotation processing tools. The produced maven project should include: - A named `AnnotationProcessor` class extending...
Before producing a release, we should ensure that test coverage is hitting at least 80%.
The PersistenceHandlers generated with the `@Persisted` annotation are still missing delete methods.
Re-enable CI/CD pipeline to ensure passing builds. We'll have to make sure the integration tests package is being run as well.
This is a distant issue that we likely will not have to worry about for some time but I figured it was worth documenting formally and getting some of my...