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
.
playframework
/
playframework
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
4k
Star
12.6k
Code
Issues
409
Pull requests
78
Discussions
Actions
Projects
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
playframework
web
play-java-forms
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 12, 2026
Hide internal TypeDescriptor from Formatters API
Show description for 66ca750
mkurz
committed
66ca750
View commit details
Copy full SHA for 66ca750
View code at this point
Browse repository at this point
Reject Class collection binding
Show description for d19d9ac
mkurz
committed
d19d9ac
View commit details
Copy full SHA for d19d9ac
View code at this point
Browse repository at this point
Remove implicit number-to-number form conversion
Show description for 3925f56
mkurz
committed
3925f56
View commit details
Copy full SHA for 3925f56
View code at this point
Browse repository at this point
Reject unsupported collection binding fallbacks
Show description for 1d19133
mkurz
committed
1d19133
View commit details
Copy full SHA for 1d19133
View code at this point
Browse repository at this point
Remove raw Enum class-name form conversion
Show description for 5802c04
mkurz
committed
5802c04
View commit details
Copy full SHA for 5802c04
View code at this point
Browse repository at this point
Remove implicit String constructor form conversion
Show description for fc80aa7
mkurz
committed
fc80aa7
View commit details
Copy full SHA for fc80aa7
View code at this point
Browse repository at this point
Add Play converters for default form scalar types
Show description for 8a5df48
mkurz
committed
8a5df48
View commit details
Copy full SHA for 8a5df48
View code at this point
Browse repository at this point
Remove direct-field limit workaround fixed upstream
Show description for 824997a
mkurz
committed
824997a
View commit details
Copy full SHA for 824997a
View code at this point
Browse repository at this point
Adjust internal binding code to Play form needs
Show description for d99a25d
mkurz
committed
d99a25d
View commit details
Copy full SHA for d99a25d
View code at this point
Browse repository at this point
Remove JSpecify Nullable annotations from copied sources
Show description for 76a9204
mkurz
committed
76a9204
View commit details
Copy full SHA for 76a9204
View code at this point
Browse repository at this point
Update copied Spring sources to commit 0c60266
Show description for 3cd11cc
mkurz
committed
3cd11cc
View commit details
Copy full SHA for 3cd11cc
View code at this point
Browse repository at this point
Remove many spring files we do not need for java-forms
mkurz
committed
2744181
View commit details
Copy full SHA for 2744181
View code at this point
Browse repository at this point
Adjust Java form binding code to use internal classes
Show description for 1cfdb64
mkurz
committed
1cfdb64
View commit details
Copy full SHA for 1cfdb64
View code at this point
Browse repository at this point
Remaining 'org.springframework.' -> 'play.data.internal.binding.'
mkurz
committed
13460de
View commit details
Copy full SHA for 13460de
View code at this point
Browse repository at this point
'see org.springframework.' -> 'see play.data.internal.binding.'
mkurz
committed
6bc9d3c
View commit details
Copy full SHA for 6bc9d3c
View code at this point
Browse repository at this point
'package org.springframework.' -> 'package play.data.internal.binding.'
mkurz
committed
6e21459
View commit details
Copy full SHA for 6e21459
View code at this point
Browse repository at this point
'link org.springframework.' -> 'link play.data.internal.binding.'
mkurz
committed
bfc6ef4
View commit details
Copy full SHA for bfc6ef4
View code at this point
Browse repository at this point
'import org.springframework.' -> 'import play.data.internal.binding.'
mkurz
committed
3389a71
View commit details
Copy full SHA for 3389a71
View code at this point
Browse repository at this point
Add package-info.java to mark packages as internal
mkurz
committed
fa65ecc
View commit details
Copy full SHA for fa65ecc
View code at this point
Browse repository at this point
Move copied Spring sources to play.data.internal.binding
Show description for 8503595
mkurz
committed
8503595
View commit details
Copy full SHA for 8503595
View code at this point
Browse repository at this point
1:1 copy of spring classes used by play (tag v7.0.7)
mkurz
committed
bef85e9
View commit details
Copy full SHA for bef85e9
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Make Formatter.conversion package private to hide spring implementation
mkurz
committed
b1a3dd9
View commit details
Copy full SHA for b1a3dd9
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Make Java form auto-grow limit configurable
Show description for 5fb724e
mkurz
committed
5fb724e
View commit details
Copy full SHA for 5fb724e
View code at this point
Browse repository at this point
Handle Java form binding edge cases
Show description for 4a42811
mkurz
committed
4a42811
View commit details
Copy full SHA for 4a42811
View code at this point
Browse repository at this point
Add Java form default binding characterization tests
Show description for 77fc0cb
mkurz
committed
77fc0cb
View commit details
Copy full SHA for 77fc0cb
View code at this point
Browse repository at this point
Commits on May 29, 2026
Pass `Langs` into Java form
Show description for 0d412c1
mkurz
committed
0d412c1
View commit details
Copy full SHA for 0d412c1
View code at this point
Browse repository at this point
Commits on May 28, 2026
No need to use SpringValidatorAdapter and set validator, this code is useless since a long time
mkurz
committed
64f2a62
View commit details
Copy full SHA for 64f2a62
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
javafmt
mkurz
committed
0ff248c
View commit details
Copy full SHA for 0ff248c
View code at this point
Browse repository at this point
Commits on Jul 5, 2025
Reformat with scalafmt 3.9.8
Show description for 8ac2d85
mkurz
committed
8ac2d85
View commit details
Copy full SHA for 8ac2d85
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
Formatting
mkurz
committed
3505da8
View commit details
Copy full SHA for 3505da8
View code at this point
Browse repository at this point
Guice 7 + switch to Jakarta Dependency Injection
mkurz
committed
ab7df4c
View commit details
Copy full SHA for ab7df4c
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
update .scalafmt.conf. enforce new wildcard syntax
xuwei-k
authored and
mkurz
committed
ea342d8
View commit details
Copy full SHA for ea342d8
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Migrate from Hamcrest/FEST-Assert to AssertJ (test sources)
ihostage
authored and
mkurz
committed
b260762
View commit details
Copy full SHA for b260762
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
Replace javax.validation -> jakarta.validation
mkurz
committed
47eb9ea
View commit details
Copy full SHA for 47eb9ea
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
Use random test values
mkurz
committed
d4655f4
View commit details
Copy full SHA for d4655f4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.