The GitHub Actions job "Validate and test" on 
pekko-http.git/refactor/replace-reflection-with-methodhandles has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
5b3ae2167ee240693d62ed2435c41ea2972519ff / 虎鸣 <[email protected]>
refactor: use method handles in tests and sbt access

Motivation:
Reduce direct reflective invocation in HTTP tests and build helper code while 
keeping API consistency checks maintainable.

Modification:
Use bounded ClassGraph scans only for test API metadata, cache MethodHandle and 
VarHandle access where private or dynamic access is needed, and update test 
descriptors away from Class.forName.

Result:
HTTP reflective invocation sites are replaced with cached handles where 
practical, with metadata scanning limited to Pekko HTTP test packages.

Report URL: https://github.com/apache/pekko-http/actions/runs/28789103390

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to