cobigen icon indicating copy to clipboard operation
cobigen copied to clipboard

Code-based Incremental Generator

Results 100 cobigen issues
Sort by recently updated
recently updated
newest added

Adresses/Fixes #158 See PR #1636 that was created for `master` branch and gets no attention/feedback. @devonfw/cobigen

templates
comp:core
comp:javaplugin

Adresses/Fixes #1595 . Implements * merge from context.xml and template.xml * context.xml will be deleted and adapted to new template-set.xml * updated the ContextConfigurationUpgraderTest and also added test for correct...

comp:core
app:cli

Adresses/Fixes #1509. #1622 Implements * Restored original code to test the adaptTemplates command in eclipse application and deleted faulty code This PR will should continue the work of the old...

comp:core
app:eclipse

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.0&new-version=2.12.7.1)](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...

templates
dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.0&new-version=2.12.7.1)](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...

templates
dependencies

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180813 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

comp:tsplugin
dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.3&new-version=2.13.4.2)](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...

dependencies

Currently we run a health check and react on it with an advanced health check. https://github.com/devonfw/cobigen/blob/5c64a1e83cf117d768c30940245b38accf1edf3d/cobigen-eclipse/cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/common/utils/EclipseCobiGenUtils.java#L307-L314 https://github.com/devonfw/cobigen/blob/5c64a1e83cf117d768c30940245b38accf1edf3d/cobigen-eclipse/cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/common/utils/EclipseCobiGenUtils.java#L339-L351 Instead we should handle both health checks individually.

app:eclipse

All usages of downloadJar can be replaced with downloadJarFromURL. The old method downloadJar is way too adjusted to old monolithic templates and can be removed. The old update command (download...

comp:core
app:eclipse
app:cli

The current gitignore uses full paths to binaries built by test projects, this should be changed with star operator to a more dynamic and less cluttered path. https://github.com/devonfw/cobigen/blob/5c64a1e83cf117d768c30940245b38accf1edf3d/.gitignore#L37-L51