-
go agent 需要通过版本等值组成的键查找服务是否存在:
version := "0.1"
if request.GetAttachment(mpro.MVersion) != "" {
version = request.GetAttachment(mpro.MVersion)
}
ck := getClusterKey(request.GetAttachment(mpr…
-
The below junit test claims that the slim test below should work.
But the slim test must fail as the slim agent doesn't implements this logic.
Does other slim agents other than Java implement this?
T…
six42 updated
9 years ago
-
### Issue URL (Incorrect Blocking)
[https://www.mobility.ch/de/privatkunden](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fwww.mobility.ch%2Fde%2Fprivatkunden)
#…
-
Using vault 1.1.3
Having a **K/V 2** keys configured in TeamCity properties as:
prop1: %vault:kv/data/creds!/user1%
prop2: %vault:kv/data/creds!/vasya.p%
The value of prop1 extracts OK
The…
-
### Description
Support Spring Boot OpenTelemetry without Java Agent by either:
- documenting how to set up Sentry for this to work or
- improving auto configuration
-
- frida: `16.2.1`
- frida-server: `frida-server-16.2.1-android-arm64`
- divice: `Pixel 7 Pro`
- OS version: `Android 15 VanillalceCream (AP31.240322.027)`
```
cheetah:/ # /data/local/tmp/frida-…
-
I updated the Maven version from 1.6 to 1.7 (as in PR #18 ), but I still can't complete the installation from the latest source (see below). I'm running MacOSX 10.15.4 and Java 17.0.1. I wonder if y…
wkiri updated
2 years ago
-
After launching Principal.java, I got the following prolog exception:
```*** Uncaught Exception for agent Player1 ***
ERROR: Agent Player1 died without being properly terminated !!!
State was 2…
-
Hello. We have mixed environment where some test are written with help of mockito with mock-maker-inline extension and some test use jmockit.
When test are running under OS X everything works …
-
We've been using play 2.8.1 with play-ebean 6.0.0 and java 1.8 for years now.
Recently, we decided to upgrade to play 3.0.5, play-ebean 8.3.0 and java 21, but it's been a nightmare due to the play ar…