Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OnGres Inc.
pgio
Commits
35707c93
Commit
35707c93
authored
Dec 19, 2018
by
Matteo Melli
Browse files
Merge branch 'fixes' into 'master'
Bugfixes See merge request ongresinc/pgio!6
parents
2ea0a3e6
a12134b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
main/pom.xml
View file @
35707c93
...
...
@@ -7,7 +7,7 @@
<parent>
<artifactId>
pgio-parent
</artifactId>
<groupId>
com.ongres.pgio
</groupId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
</parent>
<artifactId>
main
</artifactId>
...
...
@@ -340,6 +340,7 @@
<executable>
${env.GRAALVM_HOME}/bin/native-image
</executable>
<arguments>
<argument>
-H:IncludeResourceBundles=joptsimple.HelpFormatterMessages
</argument>
<argument>
-H:IncludeResourceBundles=joptsimple.ExceptionMessages
</argument>
<argument>
-H:ReflectionConfigurationFiles=${basedir}/src/main/svm/reflection.json
</argument>
<argument>
-jar
</argument>
<argument>
${project.build.directory}/dist/lib/${assembler.name}-${project.version}.jar
</argument>
...
...
main/src/main/java/com/ongres/pgio/main/Main.java
View file @
35707c93
...
...
@@ -244,7 +244,7 @@ public class Main {
JsonValue
groups
=
Json
.
createReader
(
inputStream
).
readValue
();
if
(
groups
.
getValueType
()
==
ValueType
.
ARRAY
)
{
Json
.
createReader
(
inputStream
).
read
Array
().
forEach
(
element
->
{
groups
.
asJson
Array
().
forEach
(
element
->
{
if
(
element
.
getValueType
()
==
ValueType
.
OBJECT
)
{
appendFromObject
(
builder
,
element
.
asJsonObject
());
}
...
...
pom.xml
View file @
35707c93
...
...
@@ -6,7 +6,7 @@
<groupId>
com.ongres.pgio
</groupId>
<artifactId>
pgio-parent
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<prerequisites>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment