Highlights
- Arctic Code Vault Contributor
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
843 contributions in the last year
Contribution activity
November 2020
Created 60 commits in 8 repositories
Created 1 repository
- Sanne/fruits-app Java
Created a pull request in quarkusio/quarkus that received 17 comments
Optimise memory retention in production: tuning of RunnerClassLoader
The main change here is the commit b8c2f92; this is able to significantly reduce the amount of retained memory of a Quarkus application, assuming i…
Opened 18 other pull requests in 6 repositories
quarkusio/quarkus
1
open
5
merged
1
closed
- Runtime ClassLoader's buffer evictions
- Runtime classloader micro optimisations
- Fix widespread errors in "relativePath" use of our pom.xml parent definition
- Fix widespread errors in "relativePath" use of our pom.xml parent definition
- Upgrade to Hibernate ORM 5.4.24.Final
- Update to JBoss Logging Annotations 2.2.0
- Hibernate ORM 5.4.23 and Hibernate Reactive 1.0.0.Alpha11
hibernate/hibernate-reactive
1
open
2
merged
3
closed
hibernate/hibernate-orm
2
merged
wildfly/wildfly
1
merged
kameshsampath/fruits-app
1
open
quarkusio/gizmo
1
merged
Reviewed 17 pull requests in 3 repositories
quarkusio/quarkus 8 pull requests
- Remove the ProtectionDomain Map in RunnerClassLoader
- Infer database capabilities from JDBC-provided metadata on runtime init
- Upgrade to Mutiny 0.11.0
- Ensure that the import file is checked for hot-reload even if it's missing
- Upgrade to Micrometer 1.6.1
- Bump flyway-core from 7.0.4 to 7.1.1
- Upgrade Gizmo to 1.0.6.Final and ASM to 9.0
- Make isTraceEnabled calls be computed at build time #12938
hibernate/hibernate-orm 7 pull requests
- HHH-14329 Test and fix for DirtinessTracker usage for enhanced entities doesn't respect mutable types
- HHH-14310 Document hibernate.query.in_clause_parameter_padding and some other missing config properties
- HHH-14325 - Add Query hint for specifying "query spaces" for native q…
- HHH-14257 An Entity A with a map collection having as index an Embeddable with a an association to the Entity A fails with a NPE
- HHH-14196 backport for 5.3
- HHH-14315 Upgrade to Gradle 6.7 and use toolchains for per-JDK builds
- renamed `NamedQueryRepository` to `NamedObjectRepository`
hibernate/hibernate-reactive 2 pull requests
Created an issue in quarkusio/quarkus that received 14 comments
Classloader optimisations for resource loading
Description
This is about optimising how our (production) classloader RunnerClassLoader can efficiently open resources, and release the internal ca…