Dan Armbrust

Results 14 issues of Dan Armbrust

Hi - I ran into this, when trying to use the annotation scanner from within GlassFish 4.1.1. java.lang.ClassCastException: org.apache.felix.framework.URLHandlersBundleURLConnection cannot be cast to java.net.JarURLConnection at eu.infomas.annotation.AnnotationDetector.detect(AnnotationDetector.java:287) I'm going to see...

Support for alternative runtime environments

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code Just use webpack on a FIPs...

i: bug

**Please Read the [CONTRIBUTING Guidelines](https://github.com/babel/babel-loader/blob/main/CONTRIBUTING.md)** *In particular the portion on Commit Message Formatting* **Please check if the PR fulfills these requirements** - [ ] Tests for the changes have been...

I'm maintaining a project that was developed using JRuby and rack - deployed onto tomcat. With the latest break-the-world change: https://www.i-programmer.info/news/80-java/14216-jakarta-ee-9-released.html This project is now useless for Tomcat 10, and...

I've attempted to use a simple pattern: @Rule public WireMockRule wmr = new WireMockRule(9999); However, when the class init happens, it fails, with: java.security.KeyManagementException: FIPS mode: only SunJSSE TrustManagers may...

https://github.com/fflewddur/hola/issues/12

https://github.com/fflewddur/hola/issues/14

https://github.com/fflewddur/hola/issues/8

Exception in thread "Thread-2" java.nio.BufferUnderflowException at java.base/java.nio.HeapByteBuffer.get(HeapByteBuffer.java:178) at java.base/java.nio.ByteBuffer.get(ByteBuffer.java:762) at net.straylightlabs.hola.dns.Record.readLabel(Record.java:122) at net.straylightlabs.hola.dns.Record.readStringsFromBuffer(Record.java:137) at net.straylightlabs.hola.dns.TxtRecord.(TxtRecord.java:39) at net.straylightlabs.hola.dns.Record.fromBuffer(Record.java:74) at net.straylightlabs.hola.dns.Response.parseRecords(Response.java:77) at net.straylightlabs.hola.dns.Response.createFrom(Response.java:45) at net.straylightlabs.hola.sd.Query.collectResponses(Query.java:218)

Tried it out with a pom that also uses enunciate... and its broken... Caused by: java.lang.NullPointerException at org.simplericity.jettyconsole.CreateDescriptorMojo.getWarArtifact (CreateDescriptorMojo.java:344) at org.simplericity.jettyconsole.CreateDescriptorMojo.execute (CreateDescriptorMojo.java:170) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)