Lukasz Lenart
Lukasz Lenart
I played a bit with the `Config` concept, but have problem with obtaining a user defined implicit config, something like this: ```scala implicit val config: Config = new Config {...
I thought it will be easier ... looks like not :\ Now I'm trying to use the argument approach and it almost works, but just getting some implicit errors :\
Still WIP but looks promising https://github.com/softwaremill/magnolia/pull/353
I tried the same solution as above and from this issue https://github.com/sbt/sbt-release/issues/60 but now I'm getting: ``` [info] Starting release process off commit: 1a76e7d4c92ba30ac7a557c87336c22bb2494c96 [info] Checking remote [origin] ... [info]...
I would postpone this change and introduce it into 6.1.0 - right now there is a few bugs targeting 6.0.1 which is a priority for me
@brianandle could you add this new options to https://struts.apache.org/core-developers/parameters-interceptor ? Thanks in advance!
Hm... I wonder how hard it will be to make this configurable so we can keep backward compatibility and allow enable a custom prefix on demand.
@aleksandr-m do you think it will be hard to update this PR? Or maybe create a new one?
> @lukaszlenart You mean to allow to change prefix? Do you have an idea how to do that? Yes, I know we are supporting a different set of extensions and...