79197737

Date: 2024-11-17 17:25:14
Score: 1.5
Natty:
Report link

After some hours of search and destroy tactical operations,

I found it 😂 spotted

I had to place a file called

srs/main/resources/META-INF/native-image/reflect-config.json

with these contents:


[
  {
    "name": "org.springframework.http.codec.multipart.FilePart",
    "allDeclaredConstructors": true,
    "allDeclaredMethods": true,
    "allDeclaredFields": true
  },
  {
    "name": "org.springframework.http.codec.multipart.FilePart[]",
    "unsafeAllocated": true
  }
]

And hooray, it finally worked

Reasons:
  • Blacklisted phrase (1): 😂
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mostafa Abdelhamid