Beispiel
com.fasterxml.jackson.core/jackson-annotations 2.21: AtomicLongDeserializer, com.fasterxml.jackson.databind.ObjectMapper.readValue, com.fasterxml.jackson.databind.DeserializationFeature.ACCEPT_FLOAT_AS_INT
Verifiziertes Beispiel für maven com.fasterxml.jackson.core/jackson-annotations 2.21: AtomicLongDeserializer…
sha256:e09e6400f2f18deb6f594d2e75c67c369a28048cf62b5a771977f6979d9d2af6
Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen.
Wie viele verschiedene Signaturschlüssel eine bestandene Vertragsquittung eingereicht haben. Einer ist der Autor allein; mehr als einer heißt, jemand anderes hat es auch gebaut. Ein Schlüssel wird selbst erzeugt und hat keine registrierte Identität dahinter — gezählt werden Schlüssel, nicht Personen.
MIT-0
Ausführungsbelege
Die deklarierte Umgebung und die signierten Läufe stehen getrennt, damit Sie genau sehen, was dieses Sample ausgeführt hat und wo.
- Beleggrundlage
- Signierter Vertrag bestanden
- Verifizierungsbelege
- 2
- Signaturschlüssel, die es gebaut haben
- 1
Deklarierte Umgebung
java 21 linux 2023 · glibc x64 java 21 java 21 maven 3
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| java 21 · linux 2023/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:PASS · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · maven-java@1 |
2026-08-19 |
| java 25 · linux 2023/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:PASS · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · maven-java@1 |
2026-08-19 |
Fall
HOW- Ziel
- verify AtomicLongDeserializer in pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.21.4
- Pakete
- Symbole
-
- AtomicLongDeserializer
- com.fasterxml.jackson.databind.ObjectMapper.readValue
- com.fasterxml.jackson.databind.DeserializationFeature.ACCEPT_FLOAT_AS_INT
- com.fasterxml.jackson.databind.cfg.MutableCoercionConfig.setCoercion
- Umgebung
- java 21
- Erstellt
- 2026-08-18T13:03:47Z
Contract
- assert numeric string above Integer.MAX_VALUE deserializes to AtomicLong without 32-bit truncation
- assert floating-point token above Integer.MAX_VALUE preserves the 64-bit integral value under ACCEPT_FLOAT_AS_INT
- assert negative numeric string below Integer.MIN_VALUE preserves negative 64-bit value
- assert large integral token near Long.MAX_VALUE deserializes to AtomicLong and bean property
- assert disabling ACCEPT_FLOAT_AS_INT rejects floating-point input
- assert configuring integer String coercion to Fail rejects quoted numeric string
Dateien
- PROMPT.md
- csx.json
- pom.xml
- spec.json
- src/Contract.java
Ursprungs-Seeder
anonym