Skip to content

[question] 0.11.0 on 4.0.0-M3 java.lang.NoSuchMethodError: alwaysApplyingWhenNonNull() #273

@rchan1611

Description

@rchan1611

I've noticed some churn while this project prepares for Spring Boot 4 and a pending PR in that repo. In any case is it expected that 0.11.0 does not work with 4.0.0-M3?

Is there a way to test a 1.0.0-SNAPSHOT(?) with M3 ?

Caused by: java.lang.NoSuchMethodError: 'org.springframework.boot.context.properties.PropertyMapper org.springframework.boot.context.properties.PropertyMapper.alwaysApplyingWhenNonNull()'
        at org.springframework.grpc.autoconfigure.server.DefaultServerFactoryPropertyMapper.customizeServerBuilder(DefaultServerFactoryPropertyMapper.java:50)
        at org.springframework.grpc.autoconfigure.server.NettyServerFactoryPropertyMapper.customizeServerBuilder(NettyServerFactoryPropertyMapper.java:37)
        at org.springframework.grpc.server.DefaultGrpcServerFactory.lambda$configure$0(DefaultGrpcServerFactory.java:171)
        at java.base/java.util.ImmutableCollections$List12.forEach(ImmutableCollections.java:681)
        at org.springframework.grpc.server.DefaultGrpcServerFactory.configure(DefaultGrpcServerFactory.java:171)
        at org.springframework.grpc.server.DefaultGrpcServerFactory.createServer(DefaultGrpcServerFactory.java:112)
        at org.springframework.grpc.server.lifecycle.GrpcServerLifecycle.createAndStartGrpcServer(GrpcServerLifecycle.java:124)
        at org.springframework.grpc.server.lifecycle.GrpcServerLifecycle.start(GrpcServerLifecycle.java:73)
        at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:420)
        ... 40 more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions