Skip to content

Tags: misselvexu/mixmicro-coe

Tags

v7.39.1

Toggle v7.39.1's commit message
Clone JavaParser.Builder in JavaTemplate

v7.39.0

Toggle v7.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add recipe examples to recipe and recipe descriptors (openrewrite#3081)


Co-authored-by: Tim te Beek <[email protected]>

v7.38.0

Toggle v7.38.0's commit message
Fix ChangePackageTest#renamePackageRecursive and polish #changeDefini…

…tion.

v7.37.3

Toggle v7.37.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for git fecth with depth > 0 from BuildEnv (openrewrite#2916)

* Support for git fecth with depth > 0 from BuildEnv

In GitHub, you can fetch repositories with a particular "depth".
This creates a .config file with the Git metadata required to
publish repositories.

Specially, this is useful for cases where the repository
that is fetched is not the same than the one that runs GitHub Actions.

v7.37.2

Toggle v7.37.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GitProvenance Support for non build environments without .git config (o…

…penrewrite#2913)

Currently, GitProvenance is mainly calculated using the information that is
inside the .git config. Only there is a special behavior when Jenkins is
the BuildEnvironment.

However, there is no .git config in GitLab, GitHub and Drone when
a repository is checkout and the required Git metadata is on
environment variables.

Therefore, this patch adds BuildEnvironment#buildGitProvenance() to
force an implementation for CI BuildEnvironments. If they need
.git config information, such as Jenkins or Travis, they throw
IncompleteGitConfigException.

A new CustomBuildEnvironment class has also been added to support
the use case of fetching external repositories from a GitHub repository.

v7.37.1

Toggle v7.37.1's commit message
Suppress any exceptions which might pop up from closing jgit

v7.37.0

Toggle v7.37.0's commit message
Add async modifier for use in kotlin/python/etc

v7.36.1

Toggle v7.36.1's commit message
Use our log-less fork of object differ. Fixes openrewrite#2788

v7.36.0

Toggle v7.36.0's commit message
chore: update copyRight to 2023 for antlr generated files

v7.35.0

Toggle v7.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix handling of unary operator in `FinalizePrivateField` (openrewrite…

…#2679)

The recipe should distinguish between reading and modifying unary operators, as this may allow a few more fields to be made final.