Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdeleuze/build-time-constant-fields
Checks constant field evaluation at build-time works as expected
https://github.com/sdeleuze/build-time-constant-fields
Last synced: 12 days ago
JSON representation
Checks constant field evaluation at build-time works as expected
- Host: GitHub
- URL: https://github.com/sdeleuze/build-time-constant-fields
- Owner: sdeleuze
- Created: 2022-06-24T09:40:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T09:42:19.000Z (over 2 years ago)
- Last Synced: 2025-01-05T21:16:35.482Z (19 days ago)
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
Project designed to validate https://github.com/spring-projects/spring-framework/issues/28624
works as expected in Spring Framework 6 by checking that some classes have been removed at build time.To perform such check just run `mvn -Pnative package`.