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
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
101
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 Sep 7, 2026
Implement CEL optional conformance support
Show description for 619f86c
snazy
committed
619f86c
View commit details
Copy full SHA for 619f86c
Browse repository at this point
Code style and Java language level adoptions
Show description for 003b61f
snazy
committed
003b61f
View commit details
Copy full SHA for 003b61f
Browse repository at this point
Fix AstPruner / struct-pruning
Show description for 422dff3
snazy
committed
422dff3
View commit details
Copy full SHA for 422dff3
Browse repository at this point
Optimize protobuf and Jackson field access
Show description for 2f64300
snazy
committed
2f64300
View commit details
Copy full SHA for 2f64300
Browse repository at this point
Centralize native value conversion
Show description for c64fe14
snazy
committed
c64fe14
View commit details
Copy full SHA for c64fe14
Browse repository at this point
Specialize higher-arity overload evaluation
Show description for 3da9bcd
snazy
committed
3da9bcd
View commit details
Copy full SHA for 3da9bcd
Browse repository at this point
Reduce allocations in CEL collections and protobuf access
Show description for ddcb5ac
snazy
committed
ddcb5ac
View commit details
Copy full SHA for ddcb5ac
Browse repository at this point
Prepare evaluator fast paths
Show description for 1245353
snazy
committed
1245353
View commit details
Copy full SHA for 1245353
Browse repository at this point
Add native-value planned evaluation
Show description for 549b524
snazy
committed
549b524
View commit details
Copy full SHA for 549b524
Browse repository at this point
Extend native evaluation for lists, maps, and fields
Show description for aa3b21f
snazy
committed
aa3b21f
View commit details
Copy full SHA for aa3b21f
Browse repository at this point
Optimize native planner aggregate and map consumers
Show description for 8110414
snazy
committed
8110414
View commit details
Copy full SHA for 8110414
Browse repository at this point
Add representative performance benchmarks
Show description for b381c67
snazy
committed
b381c67
View commit details
Copy full SHA for b381c67
Browse repository at this point
Plan exact Jackson object-valued map indexing
Show description for 0e4bdd6
snazy
committed
0e4bdd6
View commit details
Copy full SHA for 0e4bdd6
Browse repository at this point
Plan constant regular expressions
Show description for 2d28ef4
snazy
committed
2d28ef4
View commit details
Copy full SHA for 2d28ef4
Browse repository at this point
Reduce nested-quantifier allocation
Show description for c530085
snazy
committed
c530085
View commit details
Copy full SHA for c530085
Browse repository at this point
Add comparison benchmarks
Show description for 7fa317f
snazy
committed
7fa317f
View commit details
Copy full SHA for 7fa317f
Browse repository at this point
Stabilize compilation and registry behavior
Show description for ee26759
snazy
committed
ee26759
View commit details
Copy full SHA for ee26759
Browse repository at this point
Update protobuf build metadata
Show description for 30285a3
snazy
committed
30285a3
View commit details
Copy full SHA for 30285a3
Browse repository at this point
Reject unsupported Jackson map keys
Show description for 2433119
snazy
committed
2433119
View commit details
Copy full SHA for 2433119
Browse repository at this point
Support repeated protobuf message fields
Show description for b0a7b5a
snazy
committed
b0a7b5a
View commit details
Copy full SHA for b0a7b5a
Browse repository at this point
Clarify benchmark lifecycle compilation
Show description for bd593b5
snazy
committed
bd593b5
View commit details
Copy full SHA for bd593b5
Browse repository at this point
Protect source line offsets from mutation
Show description for d623e4c
snazy
committed
d623e4c
View commit details
Copy full SHA for d623e4c
Browse repository at this point
Update release support and protobuf compatibility
Show description for ae260e5
snazy
committed
ae260e5
View commit details
Copy full SHA for ae260e5
Browse repository at this point
Align regular expressions with the CEL specification
Show description for 124c928
snazy
committed
124c928
View commit details
Copy full SHA for 124c928
Browse repository at this point
Extend Jackson type registration and array support
Show description for 15abd71
snazy
committed
15abd71
View commit details
Copy full SHA for 15abd71
Browse repository at this point
Fix core value lifecycle and collection behavior
Show description for 22715cc
snazy
committed
22715cc
View commit details
Copy full SHA for 22715cc
Browse repository at this point
Fix compiler and interpreter state handling
Show description for d8077c6
snazy
committed
d8077c6
View commit details
Copy full SHA for d8077c6
Browse repository at this point
Refresh API documentation and guides
Show description for ceec767
snazy
committed
ceec767
View commit details
Copy full SHA for ceec767
Browse repository at this point
Package CEL-Java sources in cel-standalone
Show description for b3ebcb4
snazy
committed
b3ebcb4
View commit details
Copy full SHA for b3ebcb4
Browse repository at this point
Add resource limits
Show description for dada5fe
snazy
committed
dada5fe
View commit details
Copy full SHA for dada5fe
Browse repository at this point
You can’t perform that action at this time.