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

#1696: Fixed refactoring #1695

Draft
wants to merge 19 commits into
base: config-reader-refactoring
Choose a base branch
from

Commits on Aug 7, 2023

  1. fixed code issues

    fixed deserializer of read method in TemplatesConfigurationReader
    fixed GenerationProcessor
    fixed TemplatesConfigurationReaderTest
    fixed TemplateSetReaderTest
    fixed TemplateClassTest
    jan-vcapgemini committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5c328d6 View commit details
    Browse the repository at this point in the history
  2. fixed ConfigurationUtilTest

    replaced systemlambda with new setCobigenHomePath method
    jan-vcapgemini committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e94513f View commit details
    Browse the repository at this point in the history
  3. fixed more tests

    replaced systemlambda with new setCobigenHomePath method
    jan-vcapgemini committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9a0a19b View commit details
    Browse the repository at this point in the history
  4. applied code reformat

    jan-vcapgemini committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    19a24a9 View commit details
    Browse the repository at this point in the history
  5. fixed getJarFiles

    jan-vcapgemini committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4109989 View commit details
    Browse the repository at this point in the history
  6. fixed TemplateSetReader

    added Maven path to template set path
    jan-vcapgemini committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    de2371c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    bdaae62 View commit details
    Browse the repository at this point in the history
  2. devonfw#1696: fixed JaxbDeserializer

    replaced try-with-resource InputStream with URL
    added missing exception
    jan-vcapgemini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7f0dbe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60bbd58 View commit details
    Browse the repository at this point in the history
  4. devonfw#1696: fixed jar handling

    added extra condition for jar handling to TemplateSetReader constructor
    jan-vcapgemini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    07599a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f33d900 View commit details
    Browse the repository at this point in the history
  6. devonfw#1696: added missing exception

    added exception when template set is empty
    jan-vcapgemini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    da093d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58622fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8e2ab7 View commit details
    Browse the repository at this point in the history
  9. devonfw#1696: adjusted TemplateSetReaderTest to new API

    fixed valid template set file (made sure that all 3 templates can be read)
    jan-vcapgemini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e71c207 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a780e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d6b1f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca2d7db View commit details
    Browse the repository at this point in the history
  13. devonfw#1696: fixed latest version

    added latest version to Context and TemplatesConfigurationVersion
    jan-vcapgemini committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    42f7204 View commit details
    Browse the repository at this point in the history