Skip to content

Commit 9735ed8

Browse files
committed
Merge remote-tracking branch 'origin/master' into 4.2.0
2 parents 69be698 + 9dfa4ef commit 9735ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hsweb-easy-orm-rdb/src/main/java/org/hswebframework/ezorm/rdb/supports/commons/RDBTableMetadataParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public Mono<RDBTableMetadata> parseByNameReactive(String name) {
138138
.doOnNext(metaData::addIndex);
139139

140140
return Flux
141-
.merge(columns, comments, index)
141+
.concat(columns, comments, index)
142142
.then(Mono.just(metaData));
143143
})
144144
.contextWrite(logContext);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
<dependency>
340340
<groupId>commons-beanutils</groupId>
341341
<artifactId>commons-beanutils</artifactId>
342-
<version>1.9.4</version>
342+
<version>1.11.0</version>
343343
</dependency>
344344

345345
<dependency>

0 commit comments

Comments
 (0)