Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
eeeceda
build: Bump Java version to 21, remove extra-kotlin module
kezz Jun 27, 2025
c4bb366
chore(key): Refactor module to remove deprecations and use modern lan…
kezz Jun 27, 2025
88ce295
chore(text-logger-slf4j): Refactor module to use modern language feat…
kezz Jun 27, 2025
1f6b3ec
chore(api): Initial refactor (minus `text` package) to remove depreca…
kezz Jun 30, 2025
d316898
chore(api): Further refactor (including `text` package) to remove dep…
kezz Oct 10, 2025
c5cf917
chore(nbt): modernize and remove deprecated methods
Strokkur424 Oct 6, 2025
06c9aab
chore(configurate-4): cleanup code
Strokkur424 Oct 6, 2025
77945eb
chore(minimessage): modernize some code
Strokkur424 Oct 6, 2025
6db88bb
chore(ansi): replace one switch expression
Strokkur424 Oct 6, 2025
1180f89
chore(serializer-gson): modernize gson serializer and remove legacy impl
Strokkur424 Oct 6, 2025
94f0baa
chore(serializer-json): cleanup and modernize json modules
Strokkur424 Oct 6, 2025
c6a1760
chore(serializer-legacy): cleanup and modernize code
Strokkur424 Oct 6, 2025
595494c
chore(serializer-plain): remove deprecated classes
Strokkur424 Oct 6, 2025
6087c88
feat: add module-info.java to all modules
Strokkur424 Oct 7, 2025
3a96711
chore: migrate to jspecify
Strokkur424 Oct 10, 2025
75e444a
chore(key): Remove examination and fix module exports
kezz Oct 10, 2025
15fa91d
chore(nbt): Remove examination, fix module exports and record-ify eve…
kezz Oct 10, 2025
20fc806
chore(api): Remove examination, fix module exports and a few other mi…
kezz Oct 10, 2025
92ed914
chore(api): Fix checkstyle, build and further misc refactoring
kezz Oct 10, 2025
2b13d04
chore(nbt): Fix checkstyle, build and further misc refactoring
kezz Oct 10, 2025
b9be3f3
chore(misc): Continue work on checkstyle, build, and misc refactoring
kezz Oct 10, 2025
f9ffd75
chore(deps): Bump gradle to 9.1.0
kezz Oct 10, 2025
2e1d3aa
chore(nbt): Disable pretty printing test
kezz Oct 10, 2025
c6d4f7a
chore(build): Run GHA on J21
zml2008 Oct 10, 2025
4536524
fix(api): Remove incorrect BossBar$Listener annotations
kezz Oct 13, 2025
37a42fc
chore(api): Update since + nbt return type for toBuilder
kezz Oct 13, 2025
c87ac1f
fix(key): Move null/format checks into canonical constructors
kezz Oct 14, 2025
103f493
feature(api): Use sealed subclass system for click event action
kezz Oct 14, 2025
ae3ad2a
docs(api): Add notes about sealed interfaces that may be added to at …
kezz Oct 14, 2025
b1e20d4
Update indra to 4.0.0-SNAPSHOT
jpenilla Aug 18, 2025
e897c5a
chore(deps): indra 4 release
zml2008 Oct 15, 2025
c072052
Merge pull request #1289 from KyoriPowered/indra-4
zml2008 Oct 15, 2025
33b42c9
chore(api): resolve some of the warnings and test compile errors
zml2008 Oct 15, 2025
af8d6e3
fix(api): Restore missing score component with obsolete annotation, a…
kezz Oct 15, 2025
ff3d190
chore(api): Fix checkstyle errors in ClickEventImpl
kezz Oct 15, 2025
aa9b36d
feature(minimessage): Migrate to modern language features and fix bui…
kezz Oct 15, 2025
1cd9e60
chore(minimessage): Fix more checkstyle errors
kezz Oct 15, 2025
bf07237
feat!(text-logger-slf4j): Require slf4j2
zml2008 Oct 15, 2025
3a8960f
chore(api,legacy): Seal TextFormat and fix #1328
kezz Oct 17, 2025
d28658b
chore(ci): Update for org move
zml2008 Oct 17, 2025
5919781
chore(key): Fix remaining build warnings and move null-marking to pac…
kezz Oct 22, 2025
772795b
fix: replace all module-level NullMarked with package-level ones
Strokkur424 Oct 22, 2025
e4f2a3d
Merge branch 'main/5' into chore/fix-nullability
Strokkur424 Oct 22, 2025
a981263
chore: annotated net.kyori.test package as NullMarked
Strokkur424 Oct 22, 2025
c9f1dd6
fix(api): start fixing api tests
Strokkur424 Oct 22, 2025
c8d181f
fix(api): score is no longer flattened, tests should reflect that
Strokkur424 Nov 1, 2025
46a28c5
fix: a bunch of compilation errors and failing tests
Strokkur424 Nov 1, 2025
1707398
chore: bump gson version and fix checkstyle errors
Strokkur424 Nov 1, 2025
33ee818
chore: minor changes
Strokkur424 Nov 1, 2025
d17e0d2
fix: set interpret default to false
Strokkur424 Nov 1, 2025
16f2eb2
Merge pull request #1333 from Strokkur424/chore/fix-nullability
kezz Nov 5, 2025
1da5a5d
chore(api): Add scoped component toBuilder override and add some no-a…
kezz Nov 5, 2025
1de29b3
fix(serializer-gson,serializer-configurate4): Fix remaining compile e…
kezz Nov 5, 2025
d77cad8
chore: fix remaining tests
Strokkur424 Nov 5, 2025
1dbd0e5
Merge pull request #1343 from Strokkur424/fix/tests
kezz Nov 5, 2025
b792d2e
chore(api): Restore NamedTextColor#toString behavior
kezz Nov 7, 2025
14d614c
chore(api): Restore ClickEvent.Action#name
kezz Nov 7, 2025
eed34fe
chore(deps): Update guava monorepo to v33.5.0-jre
renovate[bot] Nov 7, 2025
8b41dd8
chore(deps): Update dependency org.junit:junit-bom to v6
renovate[bot] Nov 7, 2025
cf2935c
feature(api): Make custom payload NBT optional
kezz Nov 7, 2025
e0d7175
feature(minimessage,serializer-gson): Correctly handle nullable custo…
kezz Nov 7, 2025
508e4de
chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v12
renovate[bot] Nov 11, 2025
ceb5d3b
chore: Migrate to Java 9+ immutable collection methods
kezz Nov 7, 2025
f4ea904
Merge pull request #1345 from PaperMC/feature/optional-nbt-payload
kezz Nov 12, 2025
48473fd
Merge pull request #1342 from PaperMC/renovate/major-junit-framework-…
kezz Nov 12, 2025
15a3d6e
Merge pull request #1341 from PaperMC/renovate/major-checkstyle
kezz Nov 12, 2025
1fbe17e
Merge pull request #1340 from PaperMC/renovate/guava-monorepo
kezz Nov 12, 2025
501d686
fix(api): Unbound profileProperties Collection
kermandev Oct 31, 2025
e8d9d1d
Merge pull request #1337 from kermandev/fix/playerobject-bounds
kezz Nov 12, 2025
d4c8bcc
feature(api): Add BookLike interface
kezz Nov 12, 2025
b6bd83b
fix(api): Fix since tag for custom click events
kezz Nov 12, 2025
c8350b5
Merge pull request #1346 from PaperMC/feature/book-like
kezz Nov 12, 2025
da80796
fix(api): Unseal SignedMessage
kezz Nov 12, 2025
d20cc0f
feature(api): Make ChatType#key nullable, and remove Keyed implementa…
kezz Nov 12, 2025
954e242
chore(api): Move more deprecations to obsolete annotations
kezz Nov 14, 2025
14eddd1
chore(api): Refactor Index from interface to class
kezz Nov 14, 2025
8ee34f4
chore(api): Refactor NamedTextColor from interface to class
kezz Nov 14, 2025
f7db98f
chore(api): Refactor HoverEvent (and subclasses) from interface to class
kezz Nov 14, 2025
e6c507c
chore(api): Refactor ClickEvent and Action from interface to class
kezz Nov 14, 2025
e9b561e
chore(api): Add missing style buildable extends
kezz Nov 14, 2025
e3b5f6a
chore(api): Remove UTF8ResourceBundleControl
kezz Nov 14, 2025
c904818
chore(deps): Update dependency com.diffplug.gradle:goomph to v4.4.1
renovate[bot] Nov 19, 2025
4dcde42
chore(deps): Update dependency com.google.errorprone:error_prone_core…
renovate[bot] Nov 27, 2025
2b14aab
chore(deps): Update gradle and github actions
renovate[bot] Dec 13, 2025
0bb951f
bump ci-cookbook
zml2008 Dec 13, 2025
93696c3
Merge pull request #1258 from PaperMC/renovate/gradle-and-github-actions
zml2008 Dec 13, 2025
d002056
Merge pull request #1339 from PaperMC/renovate/error-prone-monorepo
zml2008 Dec 13, 2025
65a4cf0
Merge pull request #1338 from PaperMC/renovate/patch-release-dependen…
zml2008 Dec 13, 2025
aa74591
chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v12…
renovate[bot] Dec 13, 2025
309154f
Merge pull request #1352 from PaperMC/renovate/checkstyle
zml2008 Dec 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): Update gradle and github actions
  • Loading branch information
renovate[bot] authored Dec 13, 2025
commit 2b14aab8c5b6eb42f67dcc7ed63763ab42d6c4be
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
call-build:
uses: "KyoriPowered/ci-cookbook/.github/workflows/java-ci.yaml@2025.10.17"
uses: "KyoriPowered/ci-cookbook/.github/workflows/java-ci.yaml@f5878810dd8c855a37575247f59dbf7855608cf3" # 2025.12.07
with:
publish_releases: true
publish_release_javadoc: true
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading