Popular repositories
-
-
Unofficial BETA builds of Google-Guice with experimental features (for testing purposes only!)
-
-
Forked from google/guice
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google.
-
-
463 contributions in the last year
Contribution activity
January 2021
Created 20 commits in 1 repository
Created a pull request in DataDog/dd-trace-java that received 4 comments
Move JDBC helper classes to agent-bootstrap
This avoids the need to inject them onto the bootclasspath at runtime (relies on the filesystem and doesn't work well in some environments.)
+14
−51
•
4
comments
Opened 7 other pull requests in 1 repository
DataDog/dd-trace-java
7
merged
- Move RMI helper classes to agent-bootstrap
- If process shuts down early then registration of shutdown hooks by JFR may fail
- Enable automatic generation of missing serialVersionUid for field-injected Serializable types
- Support DD_PROXY_NO_PROXY setting for agent HTTP connections
- Log the final configured agent URL and unix-domain-socket
- Move Constants#BOOTSTRAP_PACKAGE_PREFIXES to bootstrap…
- OSGi smoke-test application, designed to exhibit common OSGi issues
Reviewed 37 pull requests in 1 repository
DataDog/dd-trace-java 37 pull requests
- remove jdbc unwrapping
- check for empty http headers in extractor codecs
- Match specific direct JDBC driver implementations
- Make sure process is alive before all smoke tests
- Fix thread safety of Spring Webflux WebClient instrumentation
- Add tests for akka-http 10.2 ServerBuilder
- CiApp: Update CI tags on tests for GitLab
- profiling: don't assume agentless if api key set.
- Allow for the span completing a Scala Promise to be reactivated
- Don't fail JaxMultithreadedClientTest on ConnectException
- Restrict maven groups from certain repositories
- remove heavy debug logging
- Add another gradle worker but use less memory
- Fix double counting and State overwriting for Scala Promise/Future
- reduce time spent in cassandra 4 client test by reusing the (readonly) database prerequisites
- shorten sleeps in servlet tests
- Avoid 5s pause for creation of unresolvable InetSocketAddress
- update scala versions so we can build on JDK11
- Upgrade sbt and limit heap memory
- Fix ddagentwriter combined test, fewer threads in PendingTraceTest
- Ci-App: Clear all envvars before execute CIProviderInfo tests
- provide API to allow concurrent modification of arrays, and CAS operations on fields, with JVM version dependent implementations
- validate metrics are deserializable and accurate after a round trip
- Update misleading logging in ClassLoaderMatcher
- metrics performance
- Some pull request reviews not shown.