sdeleuze
12/21/2017, 12:48 PMMono<ByteArray>
?hho
12/21/2017, 12:53 PMMono
I get the initial problem again (IllegalStateException: Failed to resolve argument 2 of type '[B'… caused by the UnsupportedOperationException, as ByteArrayDecoder doesn't implement decodeToMono
)sdeleuze
12/21/2017, 12:57 PM5.0.3
: https://jira.spring.io/browse/SPR-16253sdeleuze
12/21/2017, 12:57 PMsdeleuze
12/21/2017, 12:57 PM2.0.0.RC1
sdeleuze
12/21/2017, 12:59 PMFlux<ByteArray>
hho
12/21/2017, 1:01 PMhho
12/21/2017, 1:01 PM//TODO
to clean it up when I upgrade to Boot 2.0.0.RC1sdeleuze
12/21/2017, 1:02 PMhho
12/21/2017, 1:15 PMFlux
it even works without the manual ByteArrayDecoder
configuration. My trust in Spring Boot is restored 😀sdeleuze
12/21/2017, 1:15 PMfabricio
12/26/2017, 12:22 PMUnresolved reference:
in the Intellij IDE everything works
when I run mvn clean install
then everything breaksqwert_ukg
12/27/2017, 11:03 AMcannot find symbol
qwert_ukg
12/27/2017, 11:06 AMorg.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project altyn-client: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
qwert_ukg
12/27/2017, 11:06 AM@Service
and have open
modifierqwert_ukg
12/27/2017, 11:07 AM@Autowired KotlinAsyncService kotlinAsyncService;
qwert_ukg
12/27/2017, 12:00 PMqwert_ukg
12/27/2017, 2:27 PMmichael salmon
12/30/2017, 4:22 PMmishka
01/01/2018, 11:42 PMapessu
01/02/2018, 8:24 AMziggy42
01/10/2018, 3:18 PMany
?ziggy42
01/10/2018, 3:19 PMdariuszbacinski
01/10/2018, 3:41 PMdariuszbacinski
01/10/2018, 3:41 PMdariuszbacinski
01/10/2018, 3:43 PMziggy42
01/10/2018, 3:46 PMziggy42
01/10/2018, 3:46 PMSola
01/17/2018, 8:06 AMusing kotlin 1.2.10 with spring-boot 2.0 snaphost, having kotlin-spring plugin enabled▾