• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #19968

Builds Branch Commit Type Ran Committer Via Coverage
#19968 master Remove org.apache.tomcat:annotations-api from README (#12320) With the default @generated=omit option used by grpc-compiler, it is no longer necessary to have the compile-only dependency on org.apache.tomcat:annotations-api. push 29 Aug 2025 06:41AM UTC web-flow github
88.59
#19967 master bazel: remove unnecessary build deps (#12310) push 28 Aug 2025 11:22PM UTC web-flow github
88.53
#19966 master bazel: Use java/proto rules from rules_java/rules_proto instead of native rules It's discouraged in modern Bazel to use native rules and will make it difficult for modules dependent on grpc-java to fully migrate to new versions of Bazel (like grp... push 28 Aug 2025 11:17PM UTC web-flow github
88.54
#19965 master binder: Replace queryIntentServices() hack with the new SystemApis.createContextAsUser() (#12280) createContextAsUser() wrapper makes the call to PackageManager's resolveService() look the same in both the same-user and cross-user cases. This is... push 28 Aug 2025 11:09PM UTC web-flow github
88.57
#19964 master interop-testing: Show full status for interop test failures It's pretty annoying to see a test failure with "expected:<DEADLINE_EXCEEDED> but was:<INTERNAL>" and not know the description or throwable cause of the status. Introduce a convenience t... push 28 Aug 2025 03:06PM UTC ejona86 github
88.56
#19963 master binder: REMOTE_UID must hold exactly the uid passed to the SecurityPolicy and never change (#12314) `attributes = setSecurityAttrs(attributes, remoteUid);` should not run for : - a malformed SETUP_TRANSPORT transaction - a rogue SETUP_TRANSPORT t... push 28 Aug 2025 08:17AM UTC web-flow github
88.55
#19962 master servlet: extract ServletServerStream.serializeHeaders() method (#12299) push 28 Aug 2025 04:07AM UTC web-flow github
88.54
#19961 master api: Reduce allocations of Attributes.Builder Modifying existing Attributes was virtually guaranteed to allocate within build(), just because `base` was not considered for the new map size. Discard was also allocation-heavy because it often creat... push 26 Aug 2025 02:04PM UTC ejona86 github
88.55
#19960 master binder: Improve error descriptions for ServiceConnection callbacks (#12263) Non-experts don't really know what these ServiceConnection callback names mean (eg b/437170499). Use the Status description to explain them a bit. Compare to https://gith... push 26 Aug 2025 10:37AM UTC web-flow github
88.55
#19959 master servlet: fix threadingTest and update lincheck (#12306) Seems like previously it was not testing all the flows but only: the write/flush calls are added to the queue by `runOrBuffer` because `readyAndDrained` is initially `false`. So, * `isReady... push 25 Aug 2025 11:37PM UTC web-flow github
88.56
#19958 master servlet: skip AsyncContext.complete() when already completed (#12296) Currently `AsyncContext.complete()` is called multiple times in some flows, e.g. when DEADLINE_EXCEEDED, and that results in IllegalStateException from servlet container (Tomca... push 25 Aug 2025 08:16PM UTC web-flow github
88.56
#19957 master servlet: fix unpark() of onWritePossible() thread This should fix #12268 push 25 Aug 2025 08:07PM UTC web-flow github
88.56
#19956 master Bump readme (#12305) push 24 Aug 2025 08:07PM UTC web-flow github
88.55
#19955 master Bump readme (#12305) push 24 Aug 2025 01:02PM UTC web-flow github
88.56
#19954 master xds: Implement equals in WRRLBConfig Just an is a8de9f0, lack of equals causes cluster_resolver to consider every update a different configuration and restart itself. Handling NaN should really be prevented with validation, but it looks like tha... push 22 Aug 2025 03:18PM UTC web-flow github
88.57
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 1135
  • 1136
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc