Izek Greenfield
Izek Greenfield
the groovy file should be: ``` groovy package com.cisco.jenkins.GitHubPushTrigger import com.cisco.jenkins.GitHubPushTrigger def f = namespace(lib.FormTagLib); tr { td(colspan: 4) { f.entry(title: _("Ignorable Pusher"), field: "ignorablePusher") { f.textbox() } } }...
I know this is not bug. but I need a way to tell jackson to fail the parse hance this json miss one required field...
As for Scala I would prefer that the `Option` type will mark the not required fields and all other field would be required.
@cowtowncoder I test it with 2.6.0-rc2 version get the same problem.
I am using your lib to generate schema in the framework level so I don't have compile-time classes. in runtime I get the TagType of the class and I need...
1. TagType - you mean TypeTag, right? Yes 2. the class is known only on runtime. not compile time so I can't
I am using MethodMirror of methods I will run later and for each method parameter, I need to create a schema. Does that answer your question?
1. Yes. 2. for now that what I am doing the framework. all the idea of the framework is to remove the need of the user to configure it, so...
OK , I will see if I have time for that contribution.
@parrt I was editing spark grammar change one rule.