aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

[Common] Remove reflection when serializing stack trace #507

Closed dbbh closed 5 months ago

dbbh commented 5 months ago

Issue #, if available:

Description of changes: This code removes ReflectionToStringBuilder which is not supported on Java17 and uses PrintWriter to serialize the throwable stack trace instead.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.