File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
src/main/resources/schema Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 5353 <plugin >
5454 <groupId >org.jsonschema2pojo</groupId >
5555 <artifactId >jsonschema2pojo-maven-plugin</artifactId >
56- <version >0.5.1 </version >
56+ <version >1.2.2 </version >
5757 <dependencies >
5858 <dependency >
5959 <groupId >io.github.mulesoft-consulting</groupId >
6767 <sourceDirectory >${basedir} /src/main/resources/schema</sourceDirectory >
6868 <outputDirectory >${project.build.directory} /generated-sources</outputDirectory >
6969 <targetPackage >org.mule.extension.jsonlogger.api.pojos</targetPackage >
70- <useCommonsLang3 >true</useCommonsLang3 >
70+ <usePrimitives >true</usePrimitives >
7171 </configuration >
7272 <executions >
7373 <execution >
Original file line number Diff line number Diff line change 4242 "properties" : {
4343 "prettyPrint" : {
4444 "type" : " boolean" ,
45- "javaType" : " boolean" ,
4645 "sdk" : {
4746 "summary" : " Indicate if log entries should be formatted or single line" ,
4847 "default" : true ,
5251 },
5352 "logLocationInfo" : {
5453 "type" : " boolean" ,
55- "javaType" : " boolean" ,
5654 "sdk" : {
5755 "summary" : " Indicate if location information should be logged" ,
5856 "default" : true ,
6260 },
6361 "parseContentFieldsInJsonOutput" : {
6462 "type" : " boolean" ,
65- "javaType" : " boolean" ,
6663 "sdk" : {
6764 "summary" : " Indicate if Content fields should be parsed as part of the JSON logger output" ,
6865 "default" : true ,
9794 }
9895 }
9996 }
100- }
97+ }
Original file line number Diff line number Diff line change 2222 },
2323 "content" : {
2424 "type" : " string" ,
25- "javaType " : " org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<org.mule.runtime.api.metadata.TypedValue<java.io.InputStream>>" ,
25+ "existingJavaType " : " org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<org.mule.runtime.api.metadata.TypedValue<java.io.InputStream>>" ,
2626 "sdk" : {
2727 "default" : " #[import modules::JSONLoggerModule output application/json ---\n {\n payload: JSONLoggerModule::stringifyNonJSON(payload) \n }]" ,
2828 "summary" : " NOTE: Writing the entire payload every time across your application can cause serious performance issues" ,
7373 "note" : " This field is mandatory. DON'T REMOVE"
7474 }
7575 }
76- }
76+ }
Original file line number Diff line number Diff line change 1717 }
1818 }
1919 }
20- }
20+ }
You can’t perform that action at this time.
0 commit comments