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

SBM works with windows #91

Merged
merged 51 commits into from
Apr 19, 2022
Merged

SBM works with windows #91

merged 51 commits into from
Apr 19, 2022

Conversation

fabapp2
Copy link
Collaborator

@fabapp2 fabapp2 commented Apr 6, 2022

No description provided.

@fabapp2 fabapp2 linked an issue Apr 6, 2022 that may be closed by this pull request
5 tasks
dependabot bot and others added 20 commits April 19, 2022 22:01
Bumps `jackson.version` from 2.12.2 to 2.13.2.

Updates `jackson-core` from 2.12.2 to 2.13.2
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.12.2...jackson-core-2.13.2)

Updates `jackson-databind` from 2.12.2 to 2.13.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-annotations` from 2.12.2 to 2.13.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-datatype-jdk8` from 2.12.2 to 2.13.2

Updates `jackson-dataformat-yaml` from 2.12.2 to 2.13.2
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.12.2...jackson-dataformats-text-2.13.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.2 to 2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@build-helper-maven-plugin-3.2.0...build-helper-maven-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.2 to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-2.2...maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix paths to use os path separator
* Fix tests in `core` module when building with Windows
* Removing event publisher call in Catch statement
* Fixing parser reset() error on duplicated fully qualified names

Co-authored-by: Fabian Krüger <fkrueger@vmware.com>
…tion used to error with null pointer exception. This commit fixes that (#86)
# Conflicts:
#	changelog.md
#	components/sbm-core/src/main/java/org/springframework/sbm/common/filter/PathPatternMatchingProjectResourceFinder.java
#	components/sbm-core/src/main/java/org/springframework/sbm/engine/precondition/JavaSourceDirExistsPreconditionCheck.java
#	components/sbm-core/src/test/java/org/springframework/sbm/common/migration/actions/MoveFilesActionTest.java
# Conflicts:
#	changelog.md
#	components/sbm-core/src/main/java/org/springframework/sbm/common/filter/PathPatternMatchingProjectResourceFinder.java
#	components/sbm-core/src/main/java/org/springframework/sbm/engine/precondition/JavaSourceDirExistsPreconditionCheck.java
#	components/sbm-core/src/test/java/org/springframework/sbm/common/migration/actions/MoveFilesActionTest.java
@fabapp2 fabapp2 merged commit cbfd2e5 into main Apr 19, 2022
@fabapp2 fabapp2 deleted the 58-verify-sbm-works-with-windows branch April 19, 2022 21:32
- Paths unified before applying matcher
- Add LinuxWindowsPathUnifier
- Remove emojis in banner
- Fix problem with ignoredPaths property
- Fix tests and use OS line endings
- Fix MoveFile Action
ravig-kant pushed a commit to ravig-kant/spring-boot-migrator that referenced this pull request Jul 3, 2022
- Paths unified before applying matcher
- Add LinuxWindowsPathUnifier
- Remove emojis in banner
- Fix problem with ignoredPaths property
- Fix tests and use OS line endings
- Fix MoveFile Action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify SBM works with Windows
2 participants