Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
projectnessie
/
cel-java
Public
Notifications
You must be signed in to change notification settings
Fork
20
Star
100
Code
Issues
13
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
WIP Lots of improvements
- #898
#898
Draft
snazy
wants to merge 30 commits into
projectnessie:main
projectnessie/cel-java:main
from
snazy:broad-review-fixes
snazy/cel-java:broad-review-fixes
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Draft
WIP Lots of improvements
#898
snazy
wants to merge 30 commits into
projectnessie:main
projectnessie/cel-java:main
from
snazy:broad-review-fixes
snazy/cel-java:broad-review-fixes
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
Implement CEL optional conformance support
Show description for fc0cb44
snazy
committed
fc0cb44
View commit details
Copy full SHA for fc0cb44
Browse repository at this point
Code style and Java language level adoptions
Show description for 93d4c41
snazy
committed
93d4c41
View commit details
Copy full SHA for 93d4c41
Browse repository at this point
Fix AstPruner / struct-pruning
Show description for 626447d
snazy
committed
626447d
View commit details
Copy full SHA for 626447d
Browse repository at this point
Optimize protobuf and Jackson field access
Show description for d6b9ca2
snazy
committed
d6b9ca2
View commit details
Copy full SHA for d6b9ca2
Browse repository at this point
Centralize native value conversion
Show description for 42974f8
snazy
committed
42974f8
View commit details
Copy full SHA for 42974f8
Browse repository at this point
Specialize higher-arity overload evaluation
Show description for 988125f
snazy
committed
988125f
View commit details
Copy full SHA for 988125f
Browse repository at this point
Reduce allocations in CEL collections and protobuf access
Show description for 45f22d3
snazy
committed
45f22d3
View commit details
Copy full SHA for 45f22d3
Browse repository at this point
Prepare evaluator fast paths
Show description for 2b8b777
snazy
committed
2b8b777
View commit details
Copy full SHA for 2b8b777
Browse repository at this point
Add native-value planned evaluation
Show description for a1cd8ef
snazy
committed
a1cd8ef
View commit details
Copy full SHA for a1cd8ef
Browse repository at this point
Extend native evaluation for lists, maps, and fields
Show description for 1bc8891
snazy
committed
1bc8891
View commit details
Copy full SHA for 1bc8891
Browse repository at this point
Optimize native planner aggregate and map consumers
Show description for 570580a
snazy
committed
570580a
View commit details
Copy full SHA for 570580a
Browse repository at this point
Add representative performance benchmarks
Show description for a3bc418
snazy
committed
a3bc418
View commit details
Copy full SHA for a3bc418
Browse repository at this point
Plan exact Jackson object-valued map indexing
Show description for a452cb2
snazy
committed
a452cb2
View commit details
Copy full SHA for a452cb2
Browse repository at this point
Plan constant regular expressions
Show description for 4c51878
snazy
committed
4c51878
View commit details
Copy full SHA for 4c51878
Browse repository at this point
Reduce nested-quantifier allocation
Show description for df61bd3
snazy
committed
df61bd3
View commit details
Copy full SHA for df61bd3
Browse repository at this point
Add comparison benchmarks
Show description for 91ba655
snazy
committed
91ba655
View commit details
Copy full SHA for 91ba655
Browse repository at this point
Stabilize compilation and registry behavior
Show description for 94ccc37
snazy
committed
94ccc37
View commit details
Copy full SHA for 94ccc37
Browse repository at this point
Update protobuf build metadata
Show description for 23af6db
snazy
committed
23af6db
View commit details
Copy full SHA for 23af6db
Browse repository at this point
Reject unsupported Jackson map keys
Show description for ce3000d
snazy
committed
ce3000d
View commit details
Copy full SHA for ce3000d
Browse repository at this point
Support repeated protobuf message fields
Show description for ff4357e
snazy
committed
ff4357e
View commit details
Copy full SHA for ff4357e
Browse repository at this point
Clarify benchmark lifecycle compilation
Show description for 70d6216
snazy
committed
70d6216
View commit details
Copy full SHA for 70d6216
Browse repository at this point
Protect source line offsets from mutation
Show description for 3f7aa84
snazy
committed
3f7aa84
View commit details
Copy full SHA for 3f7aa84
Browse repository at this point
Update release support and protobuf compatibility
Show description for dbd4fa9
snazy
committed
dbd4fa9
View commit details
Copy full SHA for dbd4fa9
Browse repository at this point
Align regular expressions with the CEL specification
Show description for be5d599
snazy
committed
be5d599
View commit details
Copy full SHA for be5d599
Browse repository at this point
Extend Jackson type registration and array support
Show description for 09b38e0
snazy
committed
09b38e0
View commit details
Copy full SHA for 09b38e0
Browse repository at this point
Fix core value lifecycle and collection behavior
Show description for 62ca99b
snazy
committed
62ca99b
View commit details
Copy full SHA for 62ca99b
Browse repository at this point
Fix compiler and interpreter state handling
Show description for fb15976
snazy
committed
fb15976
View commit details
Copy full SHA for fb15976
Browse repository at this point
Refresh API documentation and guides
Show description for 316c710
snazy
committed
316c710
View commit details
Copy full SHA for 316c710
Browse repository at this point
Package CEL-Java sources in cel-standalone
Show description for 8b1012f
snazy
committed
8b1012f
View commit details
Copy full SHA for 8b1012f
Browse repository at this point
Add resource limits
Show description for 4cd9755
snazy
committed
4cd9755
View commit details
Copy full SHA for 4cd9755
Browse repository at this point
You can’t perform that action at this time.