@mootensai at present, the document is in Chinese, the check will be issued after the English document, Blade does not support HTTPS, generally want to use Nginx to do, Benchmark tests have been applied and are pending review
you can see progress at TechEmpower/FrameworkBenchmarks#2973
Yohanes Candrajaya
@mootensai
ok, thanks..
biezhi
@biezhi
😊
biezhi
@biezhi
Apply to Wappalyzer for joining Blade AliasIO/Wappalyzer#1778
sar
@mysar
:clap:
biezhi
@biezhi
@mysar welcome to join us :clap:
biezhi
@biezhi
Optimizing Blade performance and upgrading to 2.0.4-R1 version, PR has been launched to TechEmpower, waiting to join the 15 round of testing :sparkles:
José Vieira Neto
@NetoDevel
@biezhi nice cli, really the best solution for cli
I will cancel the development of the one I started with ruby.
biezhi
@biezhi
@NetoDevel thank you very much for your contribution, and hope to cooperate with other things.
José Vieira Neto
@NetoDevel
@biezhi Does the blade support reactive programming? did you see the new version of spring?
biezhi
@biezhi
@NetoDevel your ideas are always turbulent, i like. I'm going to take a look at the concept of responsive programming in Spring5, understand the strengths and weaknesses, and then decide whether Blade needs such things, and think about these issues to make programming more interesting. :smile:
six.nonacosa
@pkwenda
It is very 666
biezhi
@biezhi
Welcome to your ideas and suggestions, and communicate with the interesting boys here.
:clap:
I'm going to write English documents for two days, but there may be sentences, grammar wrong places, if who would like flowers to help me fix it, haha ~
W.Z.
@naiive94
cool cooler coolest
José Vieira Neto
@NetoDevel
@biezhi I'm thinking of developing an annotation @EnableServiceDiscovery to register a blade application on eureka. What do you think about this?
among other things to help in a microservice architecture...
itfol
@itfol
public void updateUser(@Param HashMap<String, String> map, Response response) {} Can I use it like this?
biezhi
@biezhi
@itfol It is not currently supported to inject parameters into the Map, but you can create a issue if you like. The next version will add it. Currently you need to create a class to receive the parameters, like this:
hello guys, i'm new for blade development. Could I register multiple middlewares to single URI?
When I try Blade.of().use(new SignatureMiddleware(),new AuthMiddleware()).start()
And add a breakpoint to SignatureMiddleware's before() function
I found this function never be executed. It just like gone away.
Then I try Blade.of().use(new AuthMiddleware(),new SignatureMiddleware()).start()
Only the SignatureMiddleware is working
Littlefisher619
@Littlefisher619
before() function in AuthMiddleware never be executed.
brucejobs
@brucejobs
what's pl
support redssion
@biezhi
先修客
@liujiaxian
java.lang.NullPointerException at com.blade.embedd.EmbedJettyServer.<init>(EmbedJettyServer.java:65) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.Class.newInstance(Class.java:442) at com.blade.Blade.startNoJoin(Blade.java:562) at com.blade.Blade.start(Blade.java:531) at com.blade.Blade.start(Blade.java:537) at com.sp.Application.main(Application.java:7) Exception in thread "main" java.lang.NullPointerException at com.blade.Blade.start(Blade.java:532) at com.blade.Blade.start(Blade.java:537) at com.sp.Application.main(Application.java:7)