Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove version not required * Modified hierarchy of modules * Fix compile errors * sbm-core * Copied modules and fixed some compile errors * Add module sbm-recipes-boot-upgrade * Fix compile errors, needs revisit * Fix compile errors, needs revisit * Fix compile errors, needs revisit * Fix compile errors, needs revisit * Add module sbm-support-jee and cleanup others * All modules compile * Add module sbm-recipes-jee-to-boot * Fixed some compile errors * Fix compile errors * Merged with main * Copied modules and fixed some compile errors * Add module sbm-recipes-boot-upgrade * Fix compile errors, needs revisit * Fix compile errors, needs revisit * Fix compile errors, needs revisit * Fix compile errors, needs revisit * Add module sbm-support-jee and cleanup others * All modules compile * Add module sbm-recipes-jee-to-boot * wip sbm-core * Update license headeres * sbm-core compiles * Removed sbm-utils which is now in sbm-support-rewrite * Removed rework dir * Update year in license-check plugin * Fixed MavenPasswordDecrypter * TestProjectContext persists resources * Bump jakarta to matching version * MavenArtifactDownloader moved to sbm-support-rewrite * Adopt OR changes * Update javax packages and JavaTemplate * Fix testdata in test which was surfaced by the new parser * Update year in license-check plugin * Add dependencies * Add java version property to test pom * Add logging * Bump shrinkwrap version to be compatible with Maven deps * Fixing stream was closed * Test fails because parser does not resolve deps * Change access to expected resources in test The order of resources as provided to the TestProjectContext is not guaranteed anymore, now that parsed resources are taken from filesystem * Change test resources from .foo to .properties to access content With the new parser .txt and foo resources in src/main/resources were represented as Quarks and allowed no (usual) access to their content * TestProjectContext uses default root (target) to write resources * Fix compilation errors in testcode * Fix endless loop * Change test resources from .txt to .properties to access content With the new parser .txt and foo resources in src/main/resources were represented as Quarks and allowed no (usual) access to their content * Expect different error behaviour * use temp dir as default * Fix compilation errors in testcode * Fix compilation errors in testcode * Fix tests * [maven-release-plugin] prepare release 0.15.1 * [maven-release-plugin] prepare for next development iteration * Moved scope package to sbm-support-rewrite * ScanScope handled in parser * Fixing ArchUnit condition after moving scoped beans logic * Moved JavaParserBuilder into sbm-support-rewrite * Fixed some tests * Fix maven setup in test * Fix compile and maven errors in testscode * Add java version in test pom fixes test * Fix test * Fix mock in test * Add java version in test pom fixes test * Fix test * Fix RewriteMigrationResultMerger * Fix tests and adjust to changes in OR 8.1.2 * format * Fix test and make modules compile * Changes from origin * Add testcode * Add testcode * Replace shrinkwrap with OpenRewrite * Fix typo in version * Fix parsing duplicate pom files Added target to default ignorePatterns Refactor method names for test Fix dependency download Fix test by ignoring poms when parsing resources Add logging Replace List with Set to avoid duplicates * Include ScannerConfiguration * Fix autoconfiguration * Bump OR to 8.5.1 * Cleaned up pom
- Loading branch information