firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Firefly is an asynchronous web framework for rapid development of high-performance web application.

Results 5 firefly issues
Sort by recently updated
recently updated
newest added

The current readme has: ```xml com.fireflysource firefly 5.0.2 ``` however, the artifact is not available in Maven Central, only 5.0.0-dev6 is the latest available.

While running tests using httpServer to mock responses, very often it looks like server it's handling first request (I tried adding a delay to discard request coming while server is...

您在文档中所写,是直接在handler中进行了处理,若是映射到具体的执行文件是如何映射的呢?规则是什么样的?谢谢

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.4&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

我app包下面新建了个目录叫configs,把firefly-log.xml放进去,然后再app module的build.gradle里面implementation files("configs/firefly-log.xml")。但是运行起来报错: create system logger exception javassist.NotFoundException: com.fireflysource.common.slf4j.LazyLogger at javassist.ClassPool.get(ClassPool.java:430) at com.fireflysource.common.bytecode.JavassistClassProxyFactory.buildClass(JavassistClassProxyFactory.java:153) at com.fireflysource.common.bytecode.JavassistClassProxyFactory.createProxy(JavassistClassProxyFactory.java:34) at com.fireflysource.common.sys.SystemLogger.create(SystemLogger.java:27) at com.fireflysource.net.tcp.aio.AioTcpChannelGroup.(AioTcpChannelGroup.kt:20) at com.fireflysource.net.CommonTcpChannelGroup.(CommonTcpChannelGroup.kt:22) at com.fireflysource.$.tcpClient($.java:152) at com.example.remotemanager.viewModels.pages.WifiViewModel$handleIntents$1$1$emit$2.invokeSuspend(WifiViewModel.kt:71) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at...