- Add security empty wrapper which can skip no context set up issue
- Bug in view Mybatis join generator
- Bug in View generator
- experiment Stub function: generator the mybatis DSL for the view
stub -DenableExperiment=true
to enable it!
- Sort
EnumWriter
,PojoWriter
,ServiceWriter
to avoid code conflict for merger forApiCollector
- Add sort of
getConvertersToRegister
&basePackages
&Database
avoid code chaos during merger! - fix most the code generated code order issue, relief from code merger.
Java parser
not support17
syntax
- Move the
Repository
maintain way toTrait
separated location, make code clean; lite
as default model for the stub side, make it more swift
- Tiny adjust of the
SecurityCustomizer
code template make the comment style perfect - Enhance
JWTFilter
make it support customizedjwt
pick for example from header or cookies etc. - Service implement right package judgement
- Tiny code template change: Combinator must has both authorities and roles, feign configuration comments
- fix feign stub issue, code break
- introduce lite model to make the stub task easier
- add script definition
- not
blank
&empty
, consider asrequired
implicitly read_only
supportOAS
sort as alphabetically descending
- Empty Stub module can stub
- extract the runtime swagger to cache with name patter:
final String name = groupId + "_" + artifactId + ".json";
avoid possible conflict
- fix
defaultValue = 1
of the@Schema
annotation todefaultValue = "1"
google.protobuf.BoolValue
->hope.mock.BoolRule
, less code, more straightforward.- message field deprecated flag picker logic
- bug fix
authorization_struct
-->RBAC
make it more user friendly:RBAC rbac = 2;
- support
google.protobuf.BoolValue blank = 49;
for theString
specific fieldempty
vsblank
, blank more for the string field, string field may not empty, but may be blank, as it include no qualify character, like space, tab, etc.