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 }}
l46kok
/
cel-java
Public
forked from
cel-expr/cel-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cel-java
runtime
src
test
java
on
program-planner
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 27, 2025
CelValueConverter cleanups
l46kok
committed
6a4fd44
View commit details
Copy full SHA for 6a4fd44
View code at this point
Browse repository at this point
Remove mutablelist for now
l46kok
committed
7f93040
View commit details
Copy full SHA for 7f93040
View code at this point
Browse repository at this point
Class renames
l46kok
committed
a599d6d
View commit details
Copy full SHA for a599d6d
View code at this point
Browse repository at this point
Dispatch using CelValue types
l46kok
committed
4dd3794
View commit details
Copy full SHA for 4dd3794
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
Move ConcatenatedListView to common/internal
l46kok
committed
6b5c84c
View commit details
Copy full SHA for 6b5c84c
View code at this point
Browse repository at this point
Implement mutable list
l46kok
committed
8cd3d77
View commit details
Copy full SHA for 8cd3d77
View code at this point
Browse repository at this point
Plan fold
l46kok
committed
6df9988
View commit details
Copy full SHA for 6df9988
View code at this point
Browse repository at this point
Plan create list
l46kok
committed
9f749de
View commit details
Copy full SHA for 9f749de
View code at this point
Browse repository at this point
Plan map creation
l46kok
committed
1f3e08f
View commit details
Copy full SHA for 1f3e08f
View code at this point
Browse repository at this point
Plan message creation
l46kok
committed
f968d4d
View commit details
Copy full SHA for f968d4d
View code at this point
Browse repository at this point
Support create object
l46kok
committed
bdc7af4
View commit details
Copy full SHA for bdc7af4
View code at this point
Browse repository at this point
Handle runtime exceptions from arbitrary locations
l46kok
committed
d1ff1b0
View commit details
Copy full SHA for d1ff1b0
View code at this point
Browse repository at this point
Handle logical ors/ands with errors
l46kok
committed
20635ec
View commit details
Copy full SHA for 20635ec
View code at this point
Browse repository at this point
Use ProtoLiteCelValueConverter
l46kok
committed
c7f35d4
View commit details
Copy full SHA for c7f35d4
View code at this point
Browse repository at this point
Handle index
l46kok
committed
64ec8ba
View commit details
Copy full SHA for 64ec8ba
View code at this point
Browse repository at this point
Handle var arg calls
l46kok
committed
e0951f0
View commit details
Copy full SHA for e0951f0
View code at this point
Browse repository at this point
Handle unary
l46kok
committed
1b3a8e7
View commit details
Copy full SHA for 1b3a8e7
View code at this point
Browse repository at this point
Rename existing dispatcher to legacy. Add a new immutable defaultdispatcher
l46kok
committed
9f1ab78
View commit details
Copy full SHA for 9f1ab78
View code at this point
Browse repository at this point
Add dispatcher to planner
l46kok
committed
cfda434
View commit details
Copy full SHA for cfda434
View code at this point
Browse repository at this point
Add AttributeFactory
l46kok
committed
de1d63d
View commit details
Copy full SHA for de1d63d
View code at this point
Browse repository at this point
Move to planner package
l46kok
committed
a57e4eb
View commit details
Copy full SHA for a57e4eb
View code at this point
Browse repository at this point
Ident planning
l46kok
committed
3fa7689
View commit details
Copy full SHA for 3fa7689
View code at this point
Browse repository at this point
Add CelTypeProvider as dependency to planner
l46kok
committed
372e40d
View commit details
Copy full SHA for 372e40d
View code at this point
Browse repository at this point
Plan ident
l46kok
committed
21d2178
View commit details
Copy full SHA for 21d2178
View code at this point
Browse repository at this point
Add constant test cases and CelValueConverter adapation logic
l46kok
committed
40cc20c
View commit details
Copy full SHA for 40cc20c
View code at this point
Browse repository at this point
Program planner POC
l46kok
committed
bf75ce7
View commit details
Copy full SHA for bf75ce7
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
Fix FileDescriptorSetConverter to always reference WellKnownTypes descriptors from generated ones
Show description for 1ffe7c4
l46kok
authored and
copybara-github
committed
1ffe7c4
View commit details
Copy full SHA for 1ffe7c4
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
Fix type-checker to always rewrite resolved identifiers and functions through container or alias resolutions
Show description for f665c8a
l46kok
authored and
copybara-github
committed
f665c8a
View commit details
Copy full SHA for f665c8a
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
Evaluate CEL's timestamp and duration types to their native equivalent values
Show description for f174988
l46kok
authored and
copybara-github
committed
f174988
View commit details
Copy full SHA for f174988
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
Evaluate CEL's null and bytes to their native equivalent types
Show description for e1b6c11
l46kok
authored and
copybara-github
committed
e1b6c11
View commit details
Copy full SHA for e1b6c11
View code at this point
Browse repository at this point
Commits on Jul 30, 2025
Fix unknown merging to be linear in space complexity when referenced in binds
Show description for ec0f274
l46kok
authored and
copybara-github
committed
ec0f274
View commit details
Copy full SHA for ec0f274
View code at this point
Browse repository at this point
Commits on Jul 28, 2025
Add abbreviation support to type-checker
Show description for 712b265
l46kok
authored and
copybara-github
committed
712b265
View commit details
Copy full SHA for 712b265
View code at this point
Browse repository at this point
Internal Changes
Show description for c90e451
l46kok
authored and
copybara-github
committed
c90e451
View commit details
Copy full SHA for c90e451
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
Migrate CelBaselineTestCase away from proto based types
Show description for 477e6ca
l46kok
authored and
copybara-github
committed
477e6ca
View commit details
Copy full SHA for 477e6ca
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
Internal Changes
Show description for 6ba18a0
l46kok
authored and
copybara-github
committed
6ba18a0
View commit details
Copy full SHA for 6ba18a0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.