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 }}
httpsgithu
/
jooby
Public
forked from
jooby-project/jooby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
32
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
jooby
jooby
src
main
on
2.x
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 26, 2022
WebSocket: Allow to configure websocket size
Show description for 2c40dee
jknack
committed
2c40dee
View commit details
Copy full SHA for 2c40dee
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
ProvisioningException should have @Nullable cause fix #2558
jknack
committed
0fed5ee
View commit details
Copy full SHA for 0fed5ee
View code at this point
Browse repository at this point
SslOptions.x509() method doesn't allow for absolute paths fix #2303
jknack
committed
a6d9361
View commit details
Copy full SHA for a6d9361
View code at this point
Browse repository at this point
Commits on Apr 3, 2022
Fix: 'Service not found' error on an mvc controller mounted over sub-application fix #2457
jknack
committed
510cc8e
View commit details
Copy full SHA for 510cc8e
View code at this point
Browse repository at this point
OpenAPI: upgrade swagger-ui and redoc
jknack
committed
692b342
View commit details
Copy full SHA for 692b342
View code at this point
Browse repository at this point
Commits on Mar 28, 2022
Fix require does not work for mounted resources and Guice fix #2538
Show description for 3eb0d1e
jknack
committed
3eb0d1e
View commit details
Copy full SHA for 3eb0d1e
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
Bug: error does not work for mounted resources fix #2539
jknack
committed
527cb38
View commit details
Copy full SHA for 527cb38
View code at this point
Browse repository at this point
Headers: Fix parsing of multiple accept headers
Show description for abe448c
jknack
committed
abe448c
View commit details
Copy full SHA for abe448c
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
build: fix commented line by mistake
jknack
committed
6cacd43
View commit details
Copy full SHA for 6cacd43
View code at this point
Browse repository at this point
Commits on Jan 24, 2022
assets: don't allow to create assets without a Source
Show description for 995dd3d
jknack
committed
995dd3d
View commit details
Copy full SHA for 995dd3d
View code at this point
Browse repository at this point
Commits on Jan 16, 2022
Error Handler: on CompletionException uses getCause()
Show description for e3d8618
jknack
committed
e3d8618
View commit details
Copy full SHA for e3d8618
View code at this point
Browse repository at this point
Commits on Dec 30, 2021
Incorrect usage of ClassLoader for Webjars fix #2429
jknack
committed
74d3f84
View commit details
Copy full SHA for 74d3f84
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
Merge pull request #2468 from imeszaros/config-origin-fix
Show description for 5138235
jknack
authored
5138235
View commit details
Copy full SHA for 5138235
View code at this point
Browse repository at this point
Commits on Nov 25, 2021
Allow the config library to properly determine the origin of config entries.
imeszaros
authored
4bfc25d
View commit details
Copy full SHA for 4bfc25d
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
after() handlers are not expected to return anything, so let's declare it as Unit and avoid compulsory return statements in some cases
Margo Mitt, Anton Keks
committed
5cff998
View commit details
Copy full SHA for 5cff998
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
Expect/Continue support: Add ServerOptions.expectContinue option
Show description for d96f0fa
jknack
committed
d96f0fa
View commit details
Copy full SHA for d96f0fa
View code at this point
Browse repository at this point
Commits on Jul 27, 2021
Return the certificates in a list instead of an array. Added documentation.
cmitchell
committed
e250164
View commit details
Copy full SHA for e250164
View code at this point
Browse repository at this point
Implemented getting client certificates from the context for all 3 servers.
cmitchell
committed
80ca6ec
View commit details
Copy full SHA for 80ca6ec
View code at this point
Browse repository at this point
Commits on Jul 25, 2021
After handler must reflect errored status code on failure
Show description for c7d1bcc
jknack
committed
c7d1bcc
View commit details
Copy full SHA for c7d1bcc
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
v2.10.0
jknack
committed
18ab191
View commit details
Copy full SHA for 18ab191
View code at this point
Browse repository at this point
Commits on Jul 18, 2021
Customize which error is considered connection lost fix #2369
Show description for 1d9cd72
jknack
committed
1d9cd72
View commit details
Copy full SHA for 1d9cd72
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
improve signature of launchContext
Show description for 8f3aa33
Anton Keks, Margo Mitt
committed
8f3aa33
View commit details
Copy full SHA for 8f3aa33
View code at this point
Browse repository at this point
fix compiler warnings
Anton Keks, Margo Mitt
committed
3ac30aa
View commit details
Copy full SHA for 3ac30aa
View code at this point
Browse repository at this point
Commits on Jun 6, 2021
Merge pull request #2358 from froque/2357_case_insensitive_headers
Show description for d0ee044
jknack
authored
d0ee044
View commit details
Copy full SHA for d0ee044
View code at this point
Browse repository at this point
Commits on Jun 4, 2021
Adds new Value.headers() static method
Show description for 33bff75
froque
committed
33bff75
View commit details
Copy full SHA for 33bff75
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
Added Value#isPresent
GitRowin
committed
dd28e98
View commit details
Copy full SHA for dd28e98
View code at this point
Browse repository at this point
Commits on May 28, 2021
Adds new HeadersValue
Show description for 45eca6e
froque
committed
45eca6e
View commit details
Copy full SHA for 45eca6e
View code at this point
Browse repository at this point
Commits on May 26, 2021
Jooby.install(Supplier<Jooby>) doesn't share registry fix #2240
jknack
committed
e015504
View commit details
Copy full SHA for e015504
View code at this point
Browse repository at this point
Commits on May 10, 2021
io.jooby.Value to method should be marked as nullable #2300
jknack
committed
678a387
View commit details
Copy full SHA for 678a387
View code at this point
Browse repository at this point
Context.attribute(key) should be marked @Nullable on return fix #2306
jknack
committed
45c23af
View commit details
Copy full SHA for 45c23af
View code at this point
Browse repository at this point
code formatting: format source code for Flexible coroutine context #2328
jknack
committed
6c9d464
View commit details
Copy full SHA for 6c9d464
View code at this point
Browse repository at this point
Merge pull request #2328 from codeborne/flexible-coroutine-context
Show description for 5bdfc8a
jknack
authored
5bdfc8a
View commit details
Copy full SHA for 5bdfc8a
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
Update javadoc regarding query string behaviour
angryziber
committed
6de2588
View commit details
Copy full SHA for 6de2588
View code at this point
Browse repository at this point
Drop unnecessary if to make code cleaner
angryziber
committed
8206110
View commit details
Copy full SHA for 8206110
View code at this point
Browse repository at this point
Use expression-style declaration for route methods for less verbosity
angryziber
committed
86804e5
View commit details
Copy full SHA for 86804e5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.