Adriano Machado
Adriano Machado
Is it planned?
Trying to compile gives a `java.lang.NullPointerException: Cannot invoke method getAt() on null object`: ``` ➜ asgard git:(master) grailsw Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed...
```kotlin.KotlinNullPointerException at com.github.kornilova_l.flamegraph.plugin.server.converters.file_to_call_tree.fierix.FierixToCallTreeConverter.convert(FierixToCallTreeConverter.kt:18) at com.github.kornilova_l.flamegraph.plugin.server.converters.file_to_call_tree.FileToCallTreeConverter$Companion.convert(FileToCallTreeConverter.kt:18) at com.github.kornilova_l.flamegraph.plugin.server.trees.TreeManager.updateTreesSet(TreeManager.kt:66) at com.github.kornilova_l.flamegraph.plugin.server.trees.TreeManager.getCallTreesPreview(TreeManager.kt:133) at com.github.kornilova_l.flamegraph.plugin.server.tree_request_handlers.trees.TreesPreviewHandler.doProcess(TreesPreviewHandler.kt:14) at com.github.kornilova_l.flamegraph.plugin.server.tree_request_handlers.RequestHandler.process(RequestHandler.kt:23) at com.github.kornilova_l.flamegraph.plugin.server.ProfilerHttpRequestHandler.processGetMethod(ProfilerHttpRequestHandler.java:306) at com.github.kornilova_l.flamegraph.plugin.server.ProfilerHttpRequestHandler.process(ProfilerHttpRequestHandler.java:272) at org.jetbrains.io.DelegatingHttpRequestHandler$process$1.invoke(DelegatingHttpRequestHandler.kt:27) at org.jetbrains.io.DelegatingHttpRequestHandler.process(DelegatingHttpRequestHandler.kt:42) at org.jetbrains.io.DelegatingHttpRequestHandlerBase.messageReceived(DelegatingHttpRequestHandlerBase.kt:15) at org.jetbrains.io.DelegatingHttpRequestHandlerBase.messageReceived(DelegatingHttpRequestHandlerBase.kt:11) at org.jetbrains.io.SimpleChannelInboundHandlerAdapter.channelRead0(SimpleChannelInboundHandlerAdapter.java:20) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at...
Instead of specify package name parameter, infer the package name from the file path, as `src/main/antlr4/org/sample/grammar.g4` generates package name `org.sample`
This PR adds an annotation that allows using a different alias for the keystores
Is it possible to run integrations contained in a JAR file, without having to specify which source files will be used? Or pull a Maven dependency and run every route...
After commit 509ad43903a622d7d75d8b62ff3a96e318b7fb4a, application is not compiling, because it's missing the com.typesafe.config in org-scala-lang-wrapper module exports, and including this reference in lib-util-wrapper pom.
## What's changed? `AddDependency` now works with empty maven projects ## What's your motivation? Refactor Spring Boot Starters ## Anything in particular you'd like reviewers to focus on? No ##...
## What's changed? Allow parsers to parse additional file extensions. ## What's your motivation? Parse Karaf's configuration files as properties. ## Anything in particular you'd like reviewers to focus on?...
## What's changed? Fixes #3932 ## What's your motivation? Remove duplicate plugin versions from pom files updated by OpenRewrite ## Anything in particular you'd like reviewers to focus on? No...