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
modules
jooby-apt
src
on
2.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 16, 2022
apt: document options
jknack
committed
b239704
View commit details
Copy full SHA for b239704
View code at this point
Browse repository at this point
https://github.com/jooby-project/jooby/issues/2486 (#2492)
Show description for c1a2640
JozefDropco
and
Jozef Dropco
authored
c1a2640
View commit details
Copy full SHA for c1a2640
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
[MVC] Annotations with array of annotations break annotation processor with UnsupportedOperationException
Show description for 053c513
jknack
committed
053c513
View commit details
Copy full SHA for 053c513
View code at this point
Browse repository at this point
[MVC] TYPE_USE annotation on MVC method parameters break the annotation processor
Show description for de6e7fe
jknack
committed
de6e7fe
View commit details
Copy full SHA for de6e7fe
View code at this point
Browse repository at this point
[MVC] Cannot have methods with similar arguments that are Nonnull fix #2405
jknack
committed
0c8e887
View commit details
Copy full SHA for 0c8e887
View code at this point
Browse repository at this point
Commits on Jul 17, 2021
Merge pull request #2380 from agentgt/2379-allow-other-nonnull
Show description for 87e94d5
jknack
authored
87e94d5
View commit details
Copy full SHA for 87e94d5
View code at this point
Browse repository at this point
MVC: favor named parameter over bean/container object
Show description for 67ff12c
jknack
committed
67ff12c
View commit details
Copy full SHA for 67ff12c
View code at this point
Browse repository at this point
Commits on Jul 7, 2021
Allow other NonNull/Nullable annotations for APT
agentgt
committed
be3c16e
View commit details
Copy full SHA for be3c16e
View code at this point
Browse repository at this point
Commits on Dec 20, 2020
Optimize toArray
Show description for 3b337d7
Harry Chan
committed
3b337d7
View commit details
Copy full SHA for 3b337d7
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
jooby-apt: remove JAXRS dependency
Show description for e378c46
jknack
committed
e378c46
View commit details
Copy full SHA for e378c46
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
MVC: wrong method signature
Show description for 72d9fb3
jknack
committed
72d9fb3
View commit details
Copy full SHA for 72d9fb3
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
Change requests.
imeszaros
committed
1e8f86d
View commit details
Copy full SHA for 1e8f86d
View code at this point
Browse repository at this point
Parameter lookup feature for script and MVC routes.
imeszaros
committed
c7c8550
View commit details
Copy full SHA for c7c8550
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Introduce @RouteAttribute to allow @Transactional to be picked up.
imeszaros
committed
9adf948
View commit details
Copy full SHA for 9adf948
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
supports null body
Show description for 2f732b8
jknack
committed
2f732b8
View commit details
Copy full SHA for 2f732b8
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
Merge pull request #1875 from imeszaros/jooby-apt-annotation-filter
Show description for 632460b
jknack
authored
632460b
View commit details
Copy full SHA for 632460b
View code at this point
Browse repository at this point
Added a test case for non-RUNTIME annotations.
imeszaros
committed
8d772e6
View commit details
Copy full SHA for 8d772e6
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
Route attribute annotations must have RUNTIME retention.
imeszaros
committed
13c605d
View commit details
Copy full SHA for 13c605d
View code at this point
Browse repository at this point
Fix #1843 by generating valid type name for arrays.
imeszaros
committed
51a40d3
View commit details
Copy full SHA for 51a40d3
View code at this point
Browse repository at this point
Allow to blacklist annotations in annotation processing.
imeszaros
committed
6be2dea
View commit details
Copy full SHA for 6be2dea
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
Allow to toggle service provider config generation.
imeszaros
committed
e5f6a1e
View commit details
Copy full SHA for e5f6a1e
View code at this point
Browse repository at this point
Changing to aggregating type and enable by default.
imeszaros
committed
fac8cad
View commit details
Copy full SHA for fac8cad
View code at this point
Browse repository at this point
Commits on Jul 19, 2020
Fixed import formatting.
imeszaros
committed
d20625e
View commit details
Copy full SHA for d20625e
View code at this point
Browse repository at this point
Using a compiler argument to toggle incremental annotation processing support.
imeszaros
committed
c954eb4
View commit details
Copy full SHA for c954eb4
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
Experimental support for incremental annotation processing with Gradle. TODO: services
imeszaros
committed
28f53bc
View commit details
Copy full SHA for 28f53bc
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
jooby-apt generates incorrect import statement for bounded wildcards
Show description for 512e0e2
jknack
committed
512e0e2
View commit details
Copy full SHA for 512e0e2
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
VerifyError after upgrading to 2.8.5 when using @FormParam MVC Annotation fix #1807
jknack
committed
2a42dd7
View commit details
Copy full SHA for 2a42dd7
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
java.util.List contains null if query param doesn't specified fix #1806
jknack
committed
f58e433
View commit details
Copy full SHA for f58e433
View code at this point
Browse repository at this point
Commits on Jun 17, 2020
@javax.annotation.Nonnull with MVC and @QueryParam
Show description for 5e5d78a
jknack
committed
5e5d78a
View commit details
Copy full SHA for 5e5d78a
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
Fix usage of javax.annotation.Nonnull on String args in MVC routes
extbe
committed
9025951
View commit details
Copy full SHA for 9025951
View code at this point
Browse repository at this point
Commits on May 22, 2020
code cleanup
jknack
committed
59979ee
View commit details
Copy full SHA for 59979ee
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
APT: fix random bug on JDK 11 related to annotation and defalts value 2nd try
jknack
committed
51fb84b
View commit details
Copy full SHA for 51fb84b
View code at this point
Browse repository at this point
APT: code cleanup
jknack
committed
e27c470
View commit details
Copy full SHA for e27c470
View code at this point
Browse repository at this point
APT: fix random bug on JDK 11 related to annotation and defalts value
jknack
committed
19fa17c
View commit details
Copy full SHA for 19fa17c
View code at this point
Browse repository at this point
MVC/apt: finish inheritance support
jknack
committed
1716ba2
View commit details
Copy full SHA for 1716ba2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.