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

Update Dependencies and remove core and jetbrains annotations #50

Merged
merged 9 commits into from
Nov 20, 2024

Conversation

NonSwag
Copy link
Member

@NonSwag NonSwag commented Nov 20, 2024

  • Removed core annotations
  • Removed jetbrains annotations
  • Changed dependabot interval to daily
  • Use JSpecify nullability information
  • Updated all dependencies

Upgraded 'version-checker' in velocity to 1.2.1 and 'paper' in paper to 1.5.2. This ensures compatibility with the latest features and bug fixes.
Changed the schedule for Dependabot checks from weekly to daily. This ensures that dependencies are checked and updated more frequently, improving security and keeping the project up-to-date.
Upgraded various dependencies for improved stability and compatibility, including updates to Lombok, bstats, and core files. Modified the Java toolchain setup to use a more precise language version configuration. Incremented the version numbers for API and necessary plugins.
Added the `@NullMarked` annotation to several interfaces for improved nullability handling. The redundant `package-info.java` file was deleted to streamline package-level annotations.
Deleted package-info.java files to eliminate redundant nullability annotations. Integrated @NullMarked annotations directly into classes for improved null-safety handling.
Integrated @NullMarked annotations across several classes to improve nullness checking consistency. Adjusted method calls to use the plugin's server instance instead of direct Bukkit calls for better encapsulation. Also removed redundant package-info.java files.
Extended the game version range to include 1.21.3. Added support for velocity version 3.4 alongside 3.3 in the properties file.
Standardize @nullable annotations across the codebase by replacing JetBrains @nullable with JSpecify @nullable. This change enhances consistency and improves annotation processing.
@NonSwag NonSwag added the dependencies Pull requests that update a dependency file label Nov 20, 2024
@NonSwag NonSwag self-assigned this Nov 20, 2024
# Conflicts:
#	api/build.gradle.kts
#	paper/build.gradle.kts
#	velocity/build.gradle.kts
@NonSwag NonSwag merged commit 21c1f8d into master Nov 20, 2024
2 checks passed
@NonSwag NonSwag deleted the dependencies branch November 20, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant