Skip to content

feat: upgrade Chicory runtime to v1.4.0 and improve build configuration #84

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

chirino
Copy link
Collaborator

@chirino chirino commented Jun 2, 2025

• Upgrade Chicory WebAssembly runtime from version 1.3.0 to 1.4.0 • Update Chicory dependency artifact names to new stable packages:

  • Replace experimental aot-experimental with annotations
  • Replace host-module-annotations-experimental with chicory-compiler-maven-plugin
  • Replace host-module-processor-experimental with annotations-processor • Improve Spotless configuration with enhanced wildcard import detection:
  • Replace simple regex-based wildcard import removal with Groovy-based validation
  • Add clear error messages for wildcard imports requiring manual expansion • Add not-ci profile for automatic code formatting during local development • Update documentation references to point to current Chicory runtime compiler docs

This upgrade modernizes the project's WebAssembly runtime dependencies and improves the developer experience by providing better build validation and automatic code formatting. The Chicory 1.4.0 upgrade brings performance improvements and stability enhancements to WebAssembly execution.

• Upgrade Chicory WebAssembly runtime from version 1.3.0 to 1.4.0
• Update Chicory dependency artifact names to new stable packages:
  - Replace experimental aot-experimental with annotations
  - Replace host-module-annotations-experimental with chicory-compiler-maven-plugin
  - Replace host-module-processor-experimental with annotations-processor
• Improve Spotless configuration with enhanced wildcard import detection:
  - Replace simple regex-based wildcard import removal with Groovy-based validation
  - Add clear error messages for wildcard imports requiring manual expansion
• Add not-ci profile for automatic code formatting during local development
• Update documentation references to point to current Chicory runtime compiler docs

This upgrade modernizes the project's WebAssembly runtime dependencies and improves
the developer experience by providing better build validation and automatic code
formatting. The Chicory 1.4.0 upgrade brings performance improvements and stability
enhancements to WebAssembly execution.

Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
@chirino chirino merged commit 459475f into roastedroot:main Jun 2, 2025
5 checks passed
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.

1 participant