jringbox

Results 8 comments of jringbox
trafficstars

Yeah, I was trying to avoid that path. I've never looked at the native android api and was afraid it would be painful to write a plugin. I was hoping...

Any updates on this? I have this exact problem with cordova-plugin-fcm-with-dependecy-updated and cordova-plugin-firebase-messaging. I'm surprised this hasn't been fixed yet.

Well that was a bust. I couldn't use phonegap-plugin-barcodescanner. That one has the same problem with building. I'm stuck.

I did see that being used in some example code. I made that change. No effect. As I was looking, I noticed my example app that I'm trying to get...

> Can you give a full stack trace on the exception "org.eclipse.jetty.ee10.webapp.WebAppContext$Servlet ApiContext is not org.eclipse.jetty.server.handler.ContextHandler$ScopedContext" > > Also, before and after you start the server can you do a...

No dice on that. All I have is `SpringBootApplication` annotation on the App and that DumpStartup customizer class you provided is in the same package. So, it should pick it...

I've been continuing to try and figure out my problem. I have found that if I run my initial `SpringBootApplication` App class that I posted via maven with `mvn spring-boot:run`,...

I worked with someone on this issue I was having and we came up with the answer. The problem I was having stems from line 491 below from `ResourceServlet.doGet` in...