Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Static initializer in reactor Traces barfs #13

Closed
dsyer opened this issue Nov 26, 2019 · 1 comment
Closed

Static initializer in reactor Traces barfs #13

dsyer opened this issue Nov 26, 2019 · 1 comment
Assignees
Labels
type: compatibility Native image compatibility issue
Milestone

Comments

@dsyer
Copy link
Contributor

dsyer commented Nov 26, 2019

I had to add this to make the riff streaming-processor work as a native image:

[
    {
        "name": "reactor.core.publisher.Traces$StackWalkerCallSiteSupplierFactory",
        "allDeclaredConstructors": true
    },
    {
        "name": "reactor.core.publisher.Traces$SharedSecretsCallSiteSupplierFactory",
        "allDeclaredConstructors": true
    },
    {
        "name": "reactor.core.publisher.Traces$ExceptionCallSiteSupplierFactory",
        "allDeclaredConstructors": true
    }
]
@sdeleuze sdeleuze added status: waiting-for-triage An issue we've not yet triaged or decided on type: compatibility Native image compatibility issue labels Dec 2, 2019
@sdeleuze sdeleuze self-assigned this Jan 20, 2020
@sdeleuze sdeleuze removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 20, 2020
@sdeleuze sdeleuze added this to the v0.6.0 milestone Jan 20, 2020
sdeleuze added a commit that referenced this issue Jan 20, 2020
@sdeleuze
Copy link
Contributor

sdeleuze commented Jan 20, 2020

Fixed in upgrade_19_3 branch about to be merged in master.

dsyer pushed a commit to scratches/spring-graalvm-native that referenced this issue Sep 23, 2020
dsyer pushed a commit to scratches/spring-graalvm-native that referenced this issue Sep 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
Development

No branches or pull requests

2 participants