Skip to content

Migrate to Java25 + Full patch cleanup#524

Merged
kappa-maintainer merged 35 commits intomainfrom
java25
Mar 7, 2026
Merged

Migrate to Java25 + Full patch cleanup#524
kappa-maintainer merged 35 commits intomainfrom
java25

Conversation

@kappa-maintainer
Copy link
Collaborator

Also:

  • Updated Gradle
  • Update isDefaultLibrary() list
  • Migrate to Reflect library, removed all direct unsafe references

@kappa-maintainer kappa-maintainer merged commit b7e6fb7 into main Mar 7, 2026
2 checks passed
Comment on lines +3 to +20
@@ -66,7 +66,7 @@
{
return false;
}
- else if (!this.count.test(item.getCount()))
+ else if (!this.count.test((float)item.getCount()))
{
return false;
}
@@ -74,7 +74,7 @@
{
return false;
}
- else if (!this.durability.test(item.getMaxDamage() - item.getItemDamage()))
+ else if (!this.durability.test((float)(item.getMaxDamage() - item.getItemDamage())))
{
return false;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new invalid patch?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From updating VineFlower
There are probably a few remain for such a giant file set, I will fix them in main

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.

2 participants