2020-04-29 19:08:38
*https://github.com/snowblossomcoin/snowblossom/compare/29f911f557ee...d6182086f1d6*
https://github.com/snowblossomcoin/snowblossom/commit/d6182086f1d662121c35b3d0514e53394d247697 - Make explorer return non-200 on error case
GitHub
2020-04-29 20:10:19
that sounds like a curious omission
Rotonen
2020-04-29 20:10:43
sounds like you rolled your own response cycle?
Rotonen
2020-04-29 20:10:53
Yes and it is a mess
Fireduck
2020-04-29 20:11:02
Cleaning it up is on my todo list
Fireduck
2020-04-29 20:18:15
just take some off the shelf thing for that
Rotonen
2020-04-29 20:18:32
no sense in putting effort into solved problems
Rotonen
2020-04-29 20:18:51
In my experience, the off the shelf things are way too much framework for what I want
Fireduck
2020-04-29 20:19:43
per marketing talk this would seem sane
https://jodd.org/ Jodd is set of Java micro frameworks, tools and utilities.
Rotonen
2020-04-29 20:21:44
or this
https://micronaut.io/ A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.
Rotonen
2020-04-29 20:22:02
i'm out of my depth in the java ecosystem, but all viable ecosystems should have something suitable
Rotonen
2020-04-29 20:26:47
Yeah, you are probably right.
Fireduck
2020-04-29 20:27:09
Especially since I've run into this http serving problem with a number of projects recently...it would be good to have a better solution
Fireduck
2020-04-29 20:27:32
they're all probably amount the same, and all of them seem to have sane DI containers
Rotonen
2020-04-29 20:28:33
I need to do some funny things in channels for example. Like I don't know the content type until fairly late in the process.
Fireduck
2020-04-29 20:37:02
that should be fine in about anything i've ever seen
Rotonen