tuqiaolangzi

Results 7 issues of tuqiaolangzi

NameInjector的fromReqParam方法 public Object fromReqParam(HttpServletRequest req) { String[] params = req.getParameterValues(name); // 不为 null,那么必然要转换成日期 if (null != dfmt && params != null && params.length > 0) { Object o = Times.parseq(dfmt,...

To avoid thread execution for too long, we interrupt the thread after the time limit is reached. Recently, We find that occasionally messages get lost. We use TX mode ,...

When run the example org.apache.seatunnel.example.engine.SeaTunnelEngineExample in seatunnel-engine-examples, I got the follow error: ``` 2023-06-05 11:26:23,709 ERROR org.apache.seatunnel.core.starter.SeaTunnel - Fatal Error, 2023-06-05 11:26:23,709 ERROR org.apache.seatunnel.core.starter.SeaTunnel - Please submit bug report in...

version 1.12.19 recurrence this issue by running code below : ``` import java.util.Arrays; import java.util.concurrent.CompletableFuture; import net.bytebuddy.ByteBuddy; import net.bytebuddy.agent.ByteBuddyAgent; import net.bytebuddy.asm.Advice; import net.bytebuddy.dynamic.loading.ClassReloadingStrategy; import net.bytebuddy.matcher.ElementMatchers; public class ByteBuddyAdviceTest { public...

question

The issue is that when package springboot project by using command line parameter 'spring-boot.repackage.skip=true', then jib:buildTar also tips '[INFO] Spring Boot repackaging (fat JAR) detected; using the original JAR', and...

priority:p3
type:bug

Windows 11 x64 Theia version: 1.61.0 if the launch.json or Debug>settings >Console set to 'integratedTerminal' or 'externalTerminal', then run java method got the error below: Failed to launch debuggee in...

## What did you do - How was the cluster created? `k3d cluster create single --servers 1 --api-port demo.local:6443 --k3s-arg '--tls-san=demo.local@server:0` 192.168.138.200 demo.local - What did you do afterwards? -...

bug