Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,030 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 43 commits in 3 repositories
Created a pull request in jooby-project/jooby that received 2 comments
Jooby.install(Supplier<Jooby>)
Fully load an application We need lazy initialization to bind everything properly Update documentation Update openapi @imeszaros have special att…
Opened 3 other pull requests in 2 repositories
jooby-project/jooby
2
merged
TechEmpower/FrameworkBenchmarks
1
merged
Reviewed 5 pull requests in 1 repository
Created an issue in jooby-project/jooby that received 2 comments
jasypt: encrypt properties
{ install(new JasyptModule(key));
}
application.conf:
jasypt.sensible.prop = encrypted
Module will process all the keys prefixed with jasypt, dec…