micronaut-projects / micronaut-aws

Projects specific to integrating Micronaut and Amazon Web Services (AWS)
Apache License 2.0
83 stars 81 forks source link

fix: start context in MicronautRequestStreamHandler #1985

Closed sdelamo closed 6 months ago

sdelamo commented 6 months ago

Close: #1913

This PR changes so the MicronautRequestStreamHandler constructor starts the application context, and it invokes inject(this) for the handler to resolve injection points.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
66.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

timyates commented 6 months ago

Ahhh, I see... that happens in super.buildApplicationContext