Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
codenameone
/
CodenameOne
Public
Notifications
You must be signed in to change notification settings
Fork
436
Star
1.8k
Code
Issues
530
Pull requests
7
Discussions
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Breadcrumbs
History for
CodenameOne
vm
tests
on
master
User selector
All users
All time
Commit History
Commits on Mar 20, 2026
Added support for java.time API (#4627)
shai-almog
authored
30a9a62
Copy full SHA for 30a9a62
Commits on Mar 16, 2026
Improved test coverage for the stream API implementation (#4616)
shai-almog
authored
9f2b86e
Copy full SHA for 9f2b86e
Commits on Mar 15, 2026
Add basic java.util.function and java.util.stream API with Stream implementation and tests (#4614)
Show description for 4773fee
shai-almog
authored
4773fee
Copy full SHA for 4773fee
Commits on Mar 8, 2026
Migrate example project and build tooling to Java 17; add compatibility stubs and version parsing (#4597)
Show description for 474cb56
shai-almog
authored
474cb56
Copy full SHA for 474cb56
Commits on Feb 7, 2026
Fixed DM_CONVERT_CASE and IntelliJ suggestions (#4500)
shai-almog
authored
8f1e665
Copy full SHA for 8f1e665
Commits on Feb 6, 2026
Added support for stack overflow error
Show description for ee0ea64
shai-almog
authored
ee0ea64
Copy full SHA for ee0ea64
Generate complete clean-target headers (#4494)
shai-almog
authored
1c6189b
Copy full SHA for 1c6189b
Commits on Jan 25, 2026
Use JavaAPI bytecode in VM integration tests (#4450)
Show description for bd961d7
shai-almog
authored
bd961d7
Copy full SHA for bd961d7
Commits on Jan 18, 2026
Test default interface stub generation (#4431)
shai-almog
authored
791c2ef
Copy full SHA for 791c2ef
Commits on Jan 12, 2026
Fix interface default method overrides (#4402)
Show description for 1201717
shai-almog
authored
1201717
Copy full SHA for 1201717
Commits on Jan 10, 2026
Add support for Java 8 default interface methods in ByteCodeTranslator (#4393)
Show description for 8a0454f
shai-almog
authored
8a0454f
Copy full SHA for 8a0454f
Commits on Dec 25, 2025
Add Executor framework support to JavaAPI (#4349)
Show description for 47ebae4
google-labs-jules[bot]
authored
47ebae4
Copy full SHA for 47ebae4
Add java.util.concurrent.locks.StampedLock implementation and integration tests. (#4348)
Show description for f0a072a
google-labs-jules[bot]
authored
f0a072a
Copy full SHA for f0a072a
Commits on Dec 24, 2025
Add support for ReadWriteLock in ParparVM (#4347)
Show description for fdee96e
google-labs-jules[bot]
authored
fdee96e
Copy full SHA for fdee96e
Implement Lock and ReentrantLock APIs (#4344)
Show description for b799800
google-labs-jules[bot]
authored
b799800
Copy full SHA for b799800
Commits on Dec 21, 2025
Implement java.io.File in vm/JavaAPI (#4324)
Show description for a5c39f0
google-labs-jules[bot]
authored
a5c39f0
Copy full SHA for a5c39f0
Commits on Dec 18, 2025
Fixed bugs from fing jules
shai-almog
committed
4767f15
Copy full SHA for 4767f15
Add Heavy Load Benchmark for ByteCodeTranslator (#4300)
Show description for 5e675aa
google-labs-jules[bot]
authored
5e675aa
Copy full SHA for 5e675aa
Commits on Dec 17, 2025
Update ParparVM CI to test on multiple JDKs (11, 17, 21, 25) (#4285)
Show description for 7fffa41
google-labs-jules[bot]
authored
7fffa41
Copy full SHA for 7fffa41
Commits on Dec 16, 2025
Support for invokedynamic (Java 8 Lambdas) in ByteCodeTranslator (#4279)
Show description for fc36b02
google-labs-jules[bot]
authored
fc36b02
Copy full SHA for fc36b02
Update BytecodeTranslater tests to verify both 1.5 and 1.8 targets (#4274)
Show description for ac2e71a
google-labs-jules[bot]
authored
ac2e71a
Copy full SHA for ac2e71a
Migrate VM projects to Maven (#4269)
Show description for 05f545f
google-labs-jules[bot]
authored
05f545f
Copy full SHA for 05f545f
Commits on Dec 13, 2025
Expand BytecodeInstructionIntegrationTest Coverage (#4242)
Show description for 8a4830a
google-labs-jules[bot]
authored
8a4830a
Copy full SHA for 8a4830a
Commits on Dec 12, 2025
Expand BytecodeInstructionIntegrationTest coverage (#4238)
Show description for ad2537b
google-labs-jules[bot]
authored
ad2537b
Copy full SHA for ad2537b
Add integration coverage for Invoke and Ldc bytecodes (#4234)
shai-almog
authored
d2e9b86
Copy full SHA for d2e9b86
Expand translator integration coverage (#4232)
shai-almog
authored
d534450
Copy full SHA for d534450
Commits on Dec 11, 2025
Expand bytecode integration test coverage (#4231)
shai-almog
authored
82361e3
Copy full SHA for 82361e3
Add LLVM integration coverage for custom bytecodes (#4227)
shai-almog
authored
3507e0e
Copy full SHA for 3507e0e
Added tests and coverage report to ParparVM
Show description for 14af4d5
shai-almog
authored
14af4d5
Copy full SHA for 14af4d5
Commits on Dec 10, 2025
Add JVM bytecode tests for ParparVM (#4221)
shai-almog
authored
a2ee008
Copy full SHA for a2ee008
Loading
You can’t perform that action at this time.