Skip to content

Merge and modernize multi-language eggs (CMake, Kotlin, Python uv support, Java updates)#14

Open
itzzjustmateo wants to merge 12 commits into
pterodactyl:mainfrom
itzzjustmateo:main
Open

Merge and modernize multi-language eggs (CMake, Kotlin, Python uv support, Java updates)#14
itzzjustmateo wants to merge 12 commits into
pterodactyl:mainfrom
itzzjustmateo:main

Conversation

@itzzjustmateo
Copy link
Copy Markdown

@itzzjustmateo itzzjustmateo commented May 3, 2026

⚠️ This PR is UNTESTED and should be reviewed carefully before merging.

This PR consolidates and modernizes several language eggs to improve consistency, maintainability, and support for newer tooling across the repository.

Summary of changes

CMake egg (replaces C# egg)

  • Replaced previous C# (.NET) egg with a new CMake-based build system egg
  • Now supports C, C++, and C# projects in a unified build environment
  • Added optional Ninja build system support for faster builds

Kotlin egg (new)

  • Introduced a new Kotlin runtime egg from scratch

  • Supports:

    • Kotlin scripts (.kt)
    • Gradle projects
    • Maven projects
  • Designed for JVM-based Kotlin workloads with proper toolchain handling

Python egg update

  • Added optional support for uv package manager
  • Keeps pip as the default package manager for compatibility
  • Allows uv as an optional modern alternative

Java ecosystem notes

  • Improved clarity and consistency across JVM-based language support (Java + Kotlin)

Notes

  • No production testing has been performed yet
  • Review and validation in a test environment is strongly recommended before merge
  • Changes focus on modernization and consistency across eggs

Resolves

This PR resolves #10
This PR also resolves #7

itzzjustmateo and others added 12 commits May 3, 2026 13:24
Updated Python egg configuration with new metadata and improved installation script.
Updated the egg configuration to use a CMake-based build system for C, C++, and C# projects. Modified metadata, startup commands, and installation scripts accordingly.
Updated README to include CMake support for C, C++, and C# projects, along with configuration and startup detection details.
Extended the egg configuration to support Java version selection, Gradle/Maven build processes, and added Java 25 runtime support. Updated metadata and startup scripts accordingly.
Added a production-grade Kotlin runtime configuration with version switching, Gradle/Maven support, and script execution capabilities.
fixed my misstake I made in the web
Updated language sections in README to provide more detailed descriptions and correct links.
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.

[python generic] Issue [Generic Java] Java 25 Support

1 participant