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 }}
templth
/
restlet-framework-java
Public
forked from
restlet/restlet-framework-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 30, 2014
fix typo in package use in GWT edition
Manuel Boillod
committed
260de33
View commit details
Copy full SHA for 260de33
Browse repository at this point
fix GWT edition: add StringWriter.close() in gwt version
Manuel Boillod
committed
509ca2b
View commit details
Copy full SHA for 509ca2b
Browse repository at this point
fix edition GWT
Manuel Boillod
committed
943567e
View commit details
Copy full SHA for 943567e
Browse repository at this point
Commits on Oct 29, 2014
move method HttpClientHelper.getSocketConnectTimeoutMs() to parent class
Manuel Boillod
committed
c2069f5
View commit details
Copy full SHA for c2069f5
Browse repository at this point
- deprecated static HttpRequest.addHeader method in engine to favor usage of new Message#getHeaders() method
Jerome Louvel
committed
f90361b
View commit details
Copy full SHA for f90361b
Browse repository at this point
Merge pull request #972 from boillodmanuel/issue971-improve-null-handling
Show description for 9b5b9a3
Jerome Louvel
committed
9b5b9a3
View commit details
Copy full SHA for 9b5b9a3
Browse repository at this point
- Improved Jackson exception test case
Jerome Louvel
committed
b1ef2df
View commit details
Copy full SHA for b1ef2df
Browse repository at this point
- Jackson representation now ignore empty value (null or empty collections)
Show description for 64de6e5
Jerome Louvel
committed
64de6e5
View commit details
Copy full SHA for 64de6e5
Browse repository at this point
- Fixed Eclipse warnings
Jerome Louvel
committed
9a6a878
View commit details
Copy full SHA for 9a6a878
Browse repository at this point
- refactored Firewall design to properly separate service from filter and move FirewallFilter in private packages
Show description for dc95a77
Jerome Louvel
committed
dc95a77
View commit details
Copy full SHA for dc95a77
Browse repository at this point
- refactored Firewall design to properly separate service from filter and move FirewallFilter in private packages
Show description for 2f2c7ac
Jerome Louvel
committed
2f2c7ac
View commit details
Copy full SHA for 2f2c7ac
Browse repository at this point
Commits on Oct 28, 2014
Improve null handling when adding custom header
Manuel Boillod
committed
509a3d2
View commit details
Copy full SHA for 509a3d2
Browse repository at this point
Commits on Oct 24, 2014
- Fixed stop idle time.
Jerome Louvel
committed
aa2dcbb
View commit details
Copy full SHA for aa2dcbb
Browse repository at this point
- Unified the HTTP client connector parameters (socket connection to 15s,
Show description for 640caa8
Jerome Louvel
committed
640caa8
View commit details
Copy full SHA for 640caa8
Browse repository at this point
Commits on Oct 18, 2014
Merge pull request #963 from boillodmanuel/issue161
Show description for ad83dd0
Jerome Louvel
committed
ad83dd0
View commit details
Copy full SHA for ad83dd0
Browse repository at this point
Commits on Oct 14, 2014
Issue #161: Fix - @Status annotation is not used for resources with Method annotation (@Get, ...)
Manuel Boillod
committed
7d9701c
View commit details
Copy full SHA for 7d9701c
Browse repository at this point
Commits on Oct 8, 2014
Updated version number.
thboileau
committed
6edf83b
View commit details
Copy full SHA for 6edf83b
Browse repository at this point
Commits on Sep 18, 2014
Released RF 2.3m3.
thboileau
committed
ad0ec0d
View commit details
Copy full SHA for ad0ec0d
Browse repository at this point
Removed useless dependencies.
thboileau
committed
343fcbe
View commit details
Copy full SHA for 343fcbe
Browse repository at this point
Commits on Sep 16, 2014
Removed public modifier from interfaces.
thboileau
committed
3990fb9
View commit details
Copy full SHA for 3990fb9
Browse repository at this point
Merge branch 'master' of github.com:restlet/restlet-framework-java
thboileau
committed
59bf3d3
View commit details
Copy full SHA for 59bf3d3
Browse repository at this point
Fixed variables names when parsing Jaxrs applications.
thboileau
committed
f96ae56
View commit details
Copy full SHA for f96ae56
Browse repository at this point
updated test package to match change in RWADef model package name
quilicicf
committed
933ffa5
View commit details
Copy full SHA for 933ffa5
Browse repository at this point
Fixed variables names when parsing Jaxrs applications.
thboileau
committed
67a0553
View commit details
Copy full SHA for 67a0553
Browse repository at this point
Commits on Sep 15, 2014
Firewall : move FirewallUtils to external package + use it in FirewallService
guiblondeau
committed
4b064e7
View commit details
Copy full SHA for 4b064e7
Browse repository at this point
Modifiy FirewallService javadocs
guiblondeau
committed
7dd9c65
View commit details
Copy full SHA for 7dd9c65
Browse repository at this point
Refactored apispark extension in order to hide some classes, and to add a FirewallService.
thboileau
committed
ba9a3ee
View commit details
Copy full SHA for ba9a3ee
Browse repository at this point
Merge branch 'master' of github.com:restlet/restlet-framework-java
thboileau
committed
e322da8
View commit details
Copy full SHA for e322da8
Browse repository at this point
Commits on Sep 12, 2014
deleted unwanted librairy beanutils
quilicicf
committed
8d325d9
View commit details
Copy full SHA for 8d325d9
Browse repository at this point
added complete names for parameters in Introspector
quilicicf
committed
32e9493
View commit details
Copy full SHA for 32e9493
Browse repository at this point
Cleansed Swagger extension
Show description for ffd64a8
quilicicf
committed
ffd64a8
View commit details
Copy full SHA for ffd64a8
Browse repository at this point
fixed formatting of class SwaggerTranslator
quilicicf
committed
9ece400
View commit details
Copy full SHA for 9ece400
Browse repository at this point
Commits on Sep 11, 2014
Fixed Javadocs.
thboileau
committed
ed5aa7d
View commit details
Copy full SHA for ed5aa7d
Browse repository at this point
Fixed maven jaxrs library version.
thboileau
committed
84252e0
View commit details
Copy full SHA for 84252e0
Browse repository at this point
Simplified call to Jaxrs introspector.
thboileau
committed
ebe8a69
View commit details
Copy full SHA for ebe8a69
Browse repository at this point
Previous
Next
You can’t perform that action at this time.