Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1595 extend uprader to upgrade from monolithic structure to template set.xml #1611

Open
wants to merge 257 commits into
base: master
Choose a base branch
from

Conversation

quantumfate
Copy link
Contributor

@quantumfate quantumfate commented Nov 30, 2022

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 schema v6 detection
  • added upgradeAndGenerate to GenerationIT in core systemtests
  • activated the upgradeAndGenerate CLI test

@devonfw/cobigen

mdukhan and others added 23 commits May 11, 2022 11:50
* devonfw#1511 added new method to read properties in ConfigurationFinder.java
new TemplateSetConfiguration Class to save properties
new test cases in ConfigurationFinderTest.java

* devonfw#1511 fixed logic in method readTemplateSetConfiguration in ConfigurationFinder
added hideTemplates variable in TemplateSetConfiguration
completed 2 out of 3 tests cases

* devonfw#1511 corrected CheckTemplateSetConfiguration logic in ConfigurationFinder.java
Test cases Correction for CheckTemplateSetConfiguration in ConfigurationFinderTest.java
New Constants for the new properties created in ConfigurationConstants.java
CheckTemplateSetConfiguration Called in load function in CobiGenPropertiesReader.java

* devonfw#1511 canceled the method call in load properties in CobiGenPropertiesReader.java

* devonfw#1511 written Documentation
Modified the properties function to read properties
corrected tests

* devonfw#1511 documentation correction

* devonfw#1511 Documentation correction

* devonfw#1511 Documentation Correction

* devonfw#1511 requested changes

* devonfw#1511 requested changes devonfw#2

* devonfw#1511 requested changes 2

* devonfw#1511 requested changes

* devonfw#1511 fix defaultGroupId logic
* devonfw#1511 added new method to read properties in ConfigurationFinder.java
new TemplateSetConfiguration Class to save properties
new test cases in ConfigurationFinderTest.java

* devonfw#1511 fixed logic in method readTemplateSetConfiguration in ConfigurationFinder
added hideTemplates variable in TemplateSetConfiguration
completed 2 out of 3 tests cases

* devonfw#1511 corrected CheckTemplateSetConfiguration logic in ConfigurationFinder.java
Test cases Correction for CheckTemplateSetConfiguration in ConfigurationFinderTest.java
New Constants for the new properties created in ConfigurationConstants.java
CheckTemplateSetConfiguration Called in load function in CobiGenPropertiesReader.java

* devonfw#1511 canceled the method call in load properties in CobiGenPropertiesReader.java

* devonfw#1511 written Documentation
Modified the properties function to read properties
corrected tests

* devonfw#1511 documentation correction

* devonfw#1511 Documentation correction

* devonfw#1511 Documentation Correction

* devonfw#1511 requested changes

* devonfw#1511 requested changes devonfw#2

* devonfw#1511 requested changes 2

* devonfw#1511 requested changes

* devonfw#1511 fix defaultGroupId logic

* devonfw#1511 corrected hide annotation

* devonfw#1511 requested changes
* devonfw#1509 Ignore extractTemplatesWithOldCinfiguration
Fixed CLI adaptTemplatesTest
Fixed Eclipse testAdaptTemplates
Deleted generation from Eclipse Test

* removed exception that was used to differenciate between test and production and added an argument instead.

* devonfw#1509 Enabled extractTemplatesWithOldConfiguration

* devonfw#1509 Implemented requested changes

* devonfw#1509 Implemented requested changes

Co-authored-by: LarsReinken <[email protected]>
* devonfw#1519 added possible Log warning places for CLI

* devonfw#1519 Implemented requested changes

* devonfw#1519 Deleted unneeded warn messages

* devonfw#1519 Clear Tests

* devonfw#1519 Fixed Eclipse Plugin Issues

* Revert "devonfw#1519 Fixed Eclipse Plugin Issues"

This reverts commit 9d4ca8b.

* devonfw#1519 Fix Ignore Tag (changed Order)

* devonfw#1519 Fix Import Ignore

* devonfw#1519 throw DeprecatedMonolithicTemplatesException
in custom templates, if old templates found.
Ignore CLI custom templates Test

* remove duplicate DeprecatedMonolithicTemplatesException and allow creation with a force parameter which allows the createn of Cobigen with the old folder structure

* remove unnecessary throw

* adapt tests(ignore cli and eclipse since these tests should be adapted subsequently, force everything else)

* devonfw#1519 Force Old templates in GenerateMojo to run maven-systemtest
Fixed ConfigurationHolder Logger mismatch name

Co-authored-by: LarsReinken <[email protected]>
)

* Adjust documentation (devonfw#1491)

* fixed some types and links and corrected some parts of the documentation

* adjust angular client guide

* fixed typo

* fixed requested changes

* changed eclipse repository to https

* devonfw#1291 changed nestserver version from 1.1.7 to 1.1.9 (devonfw#1523)

added new testMergingOverridesExportConst test and resources

* 1496 fix wrong thread in ExceptionHandler (devonfw#1527)

* devonfw#1496 replaced Runnable with lambda

* devonfw#1496 passed activeShell to openInvalidConfigurationErrorDialog

* devonfw#1496 created a new thread for Exceptions handled by the ExceptionHandler (getActiveShell returned a wrong thread)

* devonfw#1496 re-enabled and fixed testConflictConfiguration test
made sure to check old context.xml case properly (context.xml in template project root)
added new checkForConflict method to ContextConfigurationReader
added processCobiGenWithExpectedError methods to EclipseCobiGenUtils
added new ExceptionHandlingTest

* devonfw#1496 added waitUntils of 10 seconds to ExceptionHandlingTest and processCobiGenWithExpectedError
added screenshot to processCobiGenWithExpectedError
added exception message to cleanWorkspace log
replaced Files.exist with Files.isDirectory in ContextConfigurationReader

* devonfw#1496 fixed project import and optimized shell handling
added missing .project file
removed waitUntils
removed extra placeholder in debug message
moved syncExec to openInvalidConfigurationErrorDialog method
removed activeShell param from openInvalidConfigurationErrorDialog

* devonfw#1496 added new Eclipse test troubleshoot issue

* devonfw#1496 removed unnecessary/unused rule

* use annotations of the patchfile, if javamerge_override is set. (devonfw#1490)

* devonfw#430 use annotations of the patchfile, if javamerge_override is set.

* implement merge method and use it to merge class annotation

* merge implementation of fields and methods, and tests

* Update JavaMerger.java

Co-authored-by: Malte Brunnlieb <[email protected]>

* devonfw#1532 fixed HealthCheck not being able to handle a conflict with the old and new configuration (devonfw#1533)

* devonfw#1532 fixed HealthCheck not being able to handle a conflict with the old and new configuration
added new ConfigurationConflictException
replaced InvalidConfigurationException with ConfigurationConflictException in checkForConflict method
replaced InvalidConfigurationException with ConfigurationConflictException in testConflictConfiguration test
added new case for conflicted configurations to ExceptionHandler handle method
added catch of ConfigurationConflictException with adjusted message to healthCheckDialog execute

* devonfw#1532 replaced File with Path

* devonfw#1532 implemented requested changes
moved log message from eclipse to core

* added missing test files

* added missing comment

Co-authored-by: GuentherJulian <[email protected]>
Co-authored-by: Malte Brunnlieb <[email protected]>
Co-authored-by: LarsReinken <[email protected]>
* devonfw#1465 Adjusted documentation
added CobiGen Home title
updated template folder structure
added template sets folder structure
added separate CobiGen configuration file documentation

* devonfw#1465 Adjusted documentation
moved 'Custom template-set groupIds for lookup' into the CobiGen configuration file topic
renamed 'Custom template-set groupIds for lookup' to 'Template set attributes'

* devonfw#1465 Implemented requested changes
replaced tab stops with white spaces
removed non existing feature
* Adjust documentation (devonfw#1491)

* fixed some types and links and corrected some parts of the documentation

* adjust angular client guide

* fixed typo

* fixed requested changes

* changed eclipse repository to https

* implemented draft for template set upgrader

* trigger getting converted to xml

* context will be splitted, pom generation in progress

* removed useless fields

* removed some comments

* implemented some test

* upgrader implemented

* added backup folder for old templates

* added ignore to templatesetupgradetests

* added ignore to templatesetupgradetests

* chaanged upgrading process and changed the tests of the upgrade

* test for sucessful backup

* changed test to use multiple context files

* devonfw#1502 changed context version of reader test files to lates compatible

* changed context version in the jars from the test files

* reworked upgrade step to work with the upgrade prozess to 3.0

* devonfw#1502 fixed latest context version in javaplugin integration test

* devonfw#1502 fixed some more context versions in tests

* moved template upgrade process out of the abstract class

* implemented requested changes

* removed some files

* the requested changes have been added

* changed use of validate process for the readers

* removed log

* removed import

* devonfw#1502 added tags to template sets

* used correct formatting for few files

* devonfw#1502 addressed requested changes

* devonfw#1502 replaced generic exceptions with CobigenRuntimeExceptions

* devonfw#1502 applied proper code reformat

* devonfw#1502 fixed template set upgrader and tests
refactored context configuration validation into a new method validateContextConfigurationFile
set all template directories to proper path using ConfigurationConstants
added context configuration file exists and schema validation to testTemplateSetUpgradeCopyOfTemplates test

* devonfw#1502 fixed template set upgrader and tests
set all template directories to proper path using ConfigurationConstants

* devonfw#1502 fixed template set upgrader and tests
added exception to fail message

Co-authored-by: GuentherJulian <[email protected]>
Co-authored-by: Malte Brunnlieb <[email protected]>
Co-authored-by: Julian Günther <[email protected]>
Co-authored-by: MikeSchumacher <[email protected]>
Co-authored-by: jan-vcapgemini <[email protected]>
* devonfw#1531 Handle CLI Exception
Added 2 Test Cases for the Exception

* devonfw#1531 Implement Eclipse Handler logic
deleted unused CLI tests

* devonfw#1531 Handled Eclipse Exception
Enabled All Eclipse and CLI tests
Integrated Force into CLI tests
Integrated Bot to "Postpone" Exception in Tests

* devonfw#1531 Implemented requested changes
Integrated a handler in HealthCheck to handle MonolithicException

* devonfw#1531 implemented requested changes

* devonfw#1531 Deleted unnecessary comments

* devonfw#1531 Deleted redundant code
Added some comments

* devonfw#1511 requested changes
Added CLI Constants
Added Warning button instead of Error Button in Eclipse

* Added CLI Constants
Added Warning button instead of Error Button in Eclipse

* devonfw#1531 Adjusted and added missing JavaDocs

* devonfw#1531 Implemented requested changes

* devonfw#1531 requested Changes
* 1526 fixed infinite loop while generating from source code (devonfw#1547)

* devonfw#1526 added new Eclipse text input test
added a test which tests a simple generate from text input
added a new processCobiGenWithTextInput method to EclipseCobiGenUtils
refactored processCobiGen method
added new generateWithSelectedIncrements method to EclipseCobiGenUtils

* devonfw#1526 fixed infinite loop
wrapped getActiveWorkbenchWindow into asynchronous runnables
added workbenchWindow class variable
added extra check for FileEditorInput

* devonfw#1526 added missing files
added .classpath and .project files

* devonfw#1526 fixed Eclipse crash
changed asynchronous runnable to synchronized

* devonfw#1551 disabled GenerateFromTextInput test
* Documentation of upgrade steps + Link to wiki

* Fixing typos
* Attached Templsate-set plugin for deployment

* Artifact attached in parent pom

* Update pom.xml

* devonfw#1521 final Solution in templates-parent pom

* devonfw#1521 modified Plugin and classifer
Plugin now only in templates parent pom
Added Classifier so that the additional attached artifact has name alongside the maven co-ordinates

* devonfw#1521 Reformat templates-parent pom

* devonfw#1521 All template-set.xml empty files deleted
* initial commit

* template-sets will be installed at cobigen startup

* added tests

* removed old test

* removed comments

* added mavenCoordinates dataholder and reworked the functions

* added systemtest

* added creation of downloaded folder

* trying to fix cli tests

* removed unnessesary download of templates

* added check for downloaded folder

* revert changes to an old test

* added javadoc and adjusted documentation

* fixed wrong push

* devonfw#1510 implemented requested changes
changed test name and removed cobigen variable

* implemented requested changes

* initial implenetation of mocking the downloads

* added todo

* removed usage of Path

* removed initial try to mock downloads in tests

* chaged assertions to assertThat

* changed variables to correct camel case and used constants, Files and improved asserts

* fixed typo

* implemented requested changes

* fixed nullPointerbug with lates commit

* implemented requested changes

Co-authored-by: jan-vcapgemini <[email protected]>
… REST API (devonfw#1556)

* devonfw#1529 added first implementation of extensible artifact search REST API
added new getMavenArtifactsByGroupId to MavenUtils which takes a repository type (e.g. maven, nexus, jfrog) and a groupId to search for
added new SearchResponse tos to core-api utils
added new MavenUtilTest class (tests for proper json string parsing and REST API requests) and resources

* devonfw#1529 added missing dependencies

* devonfw#1529 implemented requested changes
added new RESTSearchResponseException
replaced IOException with RESTSearchResponseException

* devonfw#1529 fixed jFrog API

* devonfw#1529 implemented requested changes
changed repositoryType from String to MavenSearchRepositoryType enum
added new MavenSearchRepositoryType enum

* devonfw#1529 implemented requested changes
replaced fixed repository URLs with constants
added new MavenSearchRepositoryConstants

* devonfw#1529 implemented requested changes
converted MavenSearchResponseConstants to uppercase
added MAVEN, NEXUS and JFROG TARGET_LINK constants
added MAVEN_MAX_RESPONSE_ROWS constant
added javadoc to all models (moved main model to top)
renamed json response models

* devonfw#1529 adjusted nexus REST API
adjusted nexus REST API to v2.0
adjusted nexus REST API tests and resources to v2.0
refactored createDownloadLink method (moved to AbstractRESTSearchResponse)
added new constants for MAVEN_REPOSITORY_LINK, NEXUS_REPOSITORY_URL, NEXUS_REPOSITORY_URL, NEXUS_TARGET_LINK, NEXUS_DC_ID
added ec param to MavenSearchResponse

* devonfw#1529 disabled jfrog REST API test

* devonfw#1529 added optimizations + authentication
added bearer token authentication
added bearer token to jfrog
renamed nexus to nexus2 repository type
added nexus3 repository type
added more tests for code coverage

* devonfw#1529 applied factory pattern
added new SearchResponse interface
made all SearchResponse types inherit from SearchResponse
added new SearchResponseFactory
refactored getArtifactDownloadLinks method
added new getAvailableSearchInterfaces method (used to register new search interfaces)
added getRepositoryType to SearchResponse parent class (returns the type of repository as an enum)

* devonfw#1529 moved utility methods from factory class to util class
added new SearchResponseUtil class

* changed javadoc

* devonfw#1529 implemented requested changes
renamed RESTSearchResponse signature msg to message

* devonfw#1529 implemented requested changes
removed limitRows functionality
removed NEXUS2_DC_ID from target link
adjusted MavenSearchResponseConstants javadoc

* devonfw#1529 implemented requested changes
converted getAvailableSearchInterfaces method to final list of SearchResponses
adjusted javadoc

* devonfw#1529 added missing javadoc

* devonfw#1529 implemented requested changes
added more detailed javadoc

* devonfw#1529 implemented requested changes
converted RESTSearchResponseException name to PascalCase

* devonfw#1529 implemented requested changes
renamed getMavenArtifactsByGroupId to retrieveMavenArtifactsByGroupId

* devonfw#1529 implemented requested changes
renamed getArtifactDownloadLinks to searchArtifactDownloadLinks

* devonfw#1529 implemented requested changes
moved multi search response classes to separate packages

* devonfw#1529 implemented requested changes
improved javadoc readability

* devonfw#1529 implemented requested changes
converted SearchResponse to AbstractSearchResponse
refactored getJsonResponse
added new retrieveJsonResponseWithAuthentication method to AbstractSearchResponse
renamed getJsonResponse to retrieveJsonResponse

* devonfw#1529 implemented requested changes
refactored getDownloadURLs method
added new removeDuplicatedDownloadURLs method to AbstractSearchResponse
renamed getDownloadURLs to retrieveDownloadURLs

* devonfw#1529 implemented requested changes
refactored SearchResponseUtil methods
moved SearchResponseUtil methods to AbstractSearchResponse
removed SearchResponseUtil class

* devonfw#1529 implemented requested changes
removed throw CobiGenRuntimeExceptions to ensure that an error with the API won't stop CobiGen execution
replaced CobiGenRuntimeException in MavenUtil with error log and a return of null
converted testWrongRepositoryTypeThrowsException to testRetrieveMavenArtifactsWithInvalidLinkReturnsNull
replaced throw exception with error log message

* devonfw#1529 implemented requested changes
refactored getJsonResponseStringByTargetLink
replaced getJsonResponseStringByTargetLink with retrieveJsonResponseWithAuthenticationToken
added MavenSearchRepositoryType to retrieveJsonResponseWithAuthenticationToken

* devonfw#1529 implemented requested changes
replaced fixed ignored json properties with ignore unknown param

* devonfw#1529 added WireMock to tests
made ignored tests functional with WireMock
added WireMock stubs for each case
updated jersey from 3.0.5 to 3.0.7
added wiremock-standalone 2.27.2 (used older version because of conflicts with jackson)

* devonfw#1529 reduced WireMock logging
added logback-test.xml (sets WireMock to WARN log level)

* devonfw#1529 updated jackson
updated jackson-databind from 2.13.2.2 to 2.13.3

* devonfw#1529 fixed FileUtils issue
replaced readString with readAllBytes

* devonfw#1529 implemented requested changes
renamed baseURL to baseUrl
removed LOG concatenation

* devonfw#1529 implemented requested changes
removed ProcessingException from SearchResponseFactory

* devonfw#1529 implemented requested changes
added artifactory path to jfrog target link constant

* devonfw#1529 removed jersey dependencies
replaced jersey with OkHttpClient
restricted MavenUtilTests (added check of messages)
added jackson-databind to core-api dependencies
added okhttp to core-api dependencies

* devonfw#1529 updated okhttp
changed okhttp version from 4.9.1 to 4.10.0

* devonfw#1529 added okhttp version to root pom
added latest okhttp dependeny to root pom.xml
removed fixed okhttp versions from core-api and core-externalprocess-api

* devonfw#1529 added okio
added transitive okio dependency

* devonfw#1529 implemented requested changes
Changed enum values to uppercase

* devonfw#1529 implemented requested changes
moved status into not null if condition

Co-authored-by: EduardKrieger <[email protected]>
* fix merge error

* changed restoreSystemProperties to withEnviromentVariable
…om a folder (devonfw#1553)

* devonfw#1518 Integrated the context upgrader into TemplatesAdapterImpl
and Into the CLI

* devonfw#1518 Reactivated Ignored tests
Refactored processCobiGenAndPostponeUpgrade

* devonfw#1518

* devonfw#1518 Integrated the upgrader into the CLI

* devonfw#1553 adjusted v5.0 template configuration file
removed optional param from valid 5.0 template configuration file as it is not required for an upgrade check because of backwards compatibility

* devonfw#1533 fixed upgrade tests
re-introduced version to version test (removed upgrade to latest version tests)
re-introduced schema version validation tests (removed validate against latest schema test)
refactored resolveLatestCompatibleSchemaVersion
added new maxVersion param for tests (limits the versions list to the provided maximum version)
added new limitVersions method (limits the versions list to provided maximum version)
added new isConfgurationFileCompatibleToSchemaVersion method (checks if the version is compatible to the configuration file)
added new testV2_1IsIncompatibleToV3_0Schema test to make sure that v3.0 is not backwards compatible to v2.1

* devonfw#1518 Implement the upgrader to be dynamic with custom templates
changed src/main/templates to src/main/resources in template-sets

* devonfw#1518 Implemented requested changes.
Implemented a class TimeStampUtil for the timestamp.
Implemented a starting point to check the 30 day postpone in CLI.

* devonfw#1518 Upgrader Test

* devonfw#1518 Upgrader Test 2

* devonfw#1518 Integrated Timestamp into Eclipse
Wrote CLI Upgrader Test
New Implementation of isTemplateSet based on versioning the context.xml
Collectors methods in FileSystem to collect paths of context.xml and templates.xml
New TimeStampUtilTest
New CLI option to upgrade the configuration in one command
New FileSystemUtilTest
Restored monolithic context.xmls to their original versions in tests
Added a small monolithic templates project in CLI to test the upgrader
Implemented a new structure for Eclipse to recognize the template-sets after the upgrade (still needs to be tested).
Ignore testFindTemplateslocation (for some reason the test cannot recognize the specified user.home)
Adjusted Findtemplates to prefer template-set instead of the old configuration if both folders are found in Home.

* devonfw#1518 Test Correction

* devonfw#1518 Test Correction

* devonfw#1518 Test Correction

* devonfw#1518 Test Correction

* devonfw#1518
Deleted MavenXpp classes from the upgrader, now only copy the pom and replace with regex
Implemented the upgrader into Eclipse
After the upgrade now, Eclipse should be able to read the new template-set structure and generate from them
Implemented new upgrader test for Eclipse

* devonfw#1518 Test correction

* devonfw#1518 Test Correction

* devonfw#1518 Eclipse tests correction

* devonfw#1518 Eclipse test correction

* devonfw#1518 Implemented requested changes

* devonfw#1518 implemented requested changes

* devonfw#1518 Implemented requested changes

* devonfw#1518 Implemented requested changes

* devonfw#1518 Implemented requested changes

* devonfw#1518 Implemented requested changes

* devonfw#1518 Fixed Eclipse small Issue not identifying the template-set folder structure

* devonfw#1566 Implemented requested changes

* devonfw#1518 Implemented requested changes

* devonfw#1518 Implemented requested changes

* devonfw#1518 Implemented requested changes
Deleted all public static fields in eclipse, to be solved in a new Issue

* devonfw#1518 fixed null check

* devonfw#1518 Implemented requested changes
Modified the upgrade process to upgrade inside the original templates folder using the rename method

* devonfw#1518 Core-Tests correction

* devonfw#1518 reworked renaming process

* devonfw#1518 Reworked renaming process 2

* devonfw#1518 rename of templates folder working for some cases

* devonfw#1518 reworked templateUpgraderTests

* devonfw#1518 Added Jacoco check On Cli and Maven projects

* devonfw#1518 Implemented requested changes

* devonfw#1518 added test of backup files

* devonfw#1518 Fixed getPomLocation from Homepath

* devonfw#1518 Fixed bug of arraylist and refactored some methods

* devonfw#1518 Implemented requested changes

* devonfw#1518 Fixed Eclipse upgrade test

Co-authored-by: jan-vcapgemini <[email protected]>
Co-authored-by: EduardKrieger <[email protected]>
* fixed mistakes in the POC tutorial

Co-authored-by: Felix [email protected]

* Shortened and edited the tutorial + updated screenshots

* a few layout and spelling/phrasing corrections
…nd context.xml

Next step is deleting the writing of the new context.xml and handling the consequences (code & tests)
…ader_to_upgrade_from_monolithic_structure_to_template-set.xml
jan-vcapgemini and others added 29 commits April 6, 2023 22:19
adjusted comments + javadoc
fixed issues
applied reformat
…pgrade_from_monolithic_structure_to_template-set.xml

# Conflicts:
#	cobigen-cli/cli-systemtest/src/test/java/com/devonfw/cobigen/cli/systemtest/GenerateCommandIT.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/TemplateSetConfiguration.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/generator/GenerationProcessorImpl.java
#	cobigen/cobigen-core/src/test/java/com/devonfw/cobigen/unittest/config/upgrade/TemplateSetUpgraderTest.java
#	cobigen/cobigen-core/src/test/resources/testdata/unittest/config/upgrade/TemplateSetUpgraderTest/valid-2.0/templates/CobiGen_Templates/pom.xml
…thic_structure_to_template-set.xml

# Conflicts:
#	cobigen-cli/cli-systemtest/src/test/java/com/devonfw/cobigen/cli/systemtest/GenerateCommandIT.java
#	cobigen/cobigen-core-api/src/main/java/com/devonfw/cobigen/api/constants/ConfigurationConstants.java
#	cobigen/cobigen-core-systemtest/src/test/java/com/devonfw/cobigen/systemtest/GenerationIT.java
#	cobigen/cobigen-core/pom.xml
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/ContextConfiguration.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/TemplateSetConfiguration.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/constant/ContextConfigurationVersion.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/constant/TemplateSetConfigurationVersion.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/reader/ContextConfigurationReader.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/upgrade/AbstractConfigurationUpgrader.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/upgrade/ContextConfigurationUpgrader.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/upgrade/TemplateConfigurationUpgrader.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/config/upgrade/TemplateSetUpgrader.java
#	cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/generator/GenerationProcessorImpl.java
#	cobigen/cobigen-core/src/test/java/com/devonfw/cobigen/unittest/config/upgrade/ContextConfigurationUpgraderTest.java
#	cobigen/cobigen-core/src/test/java/com/devonfw/cobigen/unittest/config/upgrade/TemplateSetUpgraderTest.java
#	cobigen/cobigen-core/src/test/resources/testdata/unittest/config/upgrade/TemplateSetUpgraderTest/valid-2.1/templates/CobiGen_Templates/src/main/templates/templateSet2/templates.xml
@jan-vcapgemini jan-vcapgemini changed the base branch from template-set-deployables to master April 17, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.