BoxLang Prime Support, UI Improvements & Documentation#44
Open
lmajano wants to merge 11 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important updates to the project, focusing on enhanced BoxLang and ColdBox compatibility, improved CI workflows, and expanded documentation and configuration. The main changes include support for newer engine and framework versions, modernization of GitHub Actions, the addition of a BoxLang-focused agent instruction file, and improvements to configuration and code quality enforcement.
BoxLang and ColdBox Compatibility:
.github/workflows/pr.yml,.github/workflows/cron.yml, and.github/workflows/release.ymlto add support forlucee@7,adobe@2023,adobe@2025,boxlang@1, andcoldbox@8, while removing older versions. This ensures the module is tested against the latest engines and frameworks. [1] [2] [3]cbMockDataas a dependency inModuleConfig.cfcto support enhanced testing and seeding features.CI/CD Workflow Modernization:
actions/checkout,actions/setup-java, and other actions, and standardized on Java 21 with the Zulu distribution. This improves build reliability and future-proofs the CI pipeline. [1] [2] [3] [4] [5] [6]Documentation and Agent Instructions:
AGENTS.mdfile documenting architecture, code style, BoxLang/CFML dual support, and project-specific agent skills, providing clear guidance for contributors and AI agents.Configuration and Linting:
.bxlint.jsonto enforce code quality rules for BoxLang/CFML code, enabling checks for duplicate methods/properties, unused code, and other potential issues..env.examplefile with database configuration variables to simplify local setup and onboarding..cfconfig.jsonto use the latest PostgreSQL JDBC driver and streamlined configuration, including extension installation.These changes collectively improve compatibility, developer experience, and code quality across the project.