Daniel Qian

Results 9 issues of Daniel Qian

3.0.2 spec section [Support for x-www-form-urlencoded Request Bodies][1]: > To submit content using form url encoding via [RFC1866][0], ... And, [RFC1866 section 8.2.1 The form-urlencoded Media Type][2]: > The form...

media and encoding

I try to parse the following spec yaml: ```yaml openapi: 3.0.2 info: version: v1 title: abc paths: /queryCommon: post: operationId: query responses: "405": description: Invalid input components: schemas: Body: type:...

### Description Using below configuration: ```xml 4.0.0 me.chanjar dmp-test 1.0-SNAPSHOT io.fabric8 docker-maven-plugin 0.30.0 postgres postgres saga saga password database system is ready to accept connections 5432 60000 postgres.port:5432 ``` `mvn...

Version: 2.8.8 Below is the test code: ```java LocalDateTime localDateTime = new LocalDateTime(2017, 1, 1, 1, 1, 1); ZonedDateTime java8ZonedDateTime = ZonedDateTime.ofInstant(localDateTime.toDate().toInstant(), ZoneId.of("Asia/Shanghai")); DateTime jodaDateTime = localDateTime.toDateTime(DateTimeZone.forID("Asia/Shanghai")); ObjectMapper objectMapper =...

3.x

不确定这个问题是出在Coding plugin上还是Jenkins上,先描述一下问题吧: 弄了一个Simple Pipeline项目。 在Jenkinsfile里通过全局变量`${env.BRANCH_NAME}`得到的结果是null。 不过在这个界面是能够看到当前构建分支的: 因为我有这么一个要求,develop分支的打包推送到nexus仓库,其他分支不推送,如果无法知道当前是什么分支就没有办法达到这个要求了。

环境:配置了Jenkins+Coding webhook plugin 步骤: 1. 新建了一个MR,然后成功触发了Jenkins构建,也能够看到Coding webhook plugin追加到MR的持续集成状态检查结果 2. 在这个MR的分支上又做了几个commit然后push,之前的支持集成检查结果没有变化。 期望:对MR创建之后的commit/push的所触发的构建结果能够追加到MR里。

enhancement

java 8 ZonedDateTime和joda DateTime这两个带时区信息的日期时间类型的序列化与反序列化例子可能需要重新,因为在写本文过程中发现了这么几个bug: * https://github.com/FasterXML/jackson-datatype-joda/issues/92 * https://github.com/FasterXML/jackson-datatype-joda/issues/93 不确定是特性还是bug,等作者进一步回复再说。

ZonedDateTime使用@JsonFormat的反序列化的例子没有写完,还没有找到能够使用@JsonFormat同时又能够正确反序列化的方法。

use openresty as a http reverse proxy, upload a file about 1.1M go error describe below. * image: openresty/openresty:jammy * nginx version: openresty/1.25.3.2 * nginx.conf in /usr/local/openresty/nginx/conf/nginx.conf (open the debug...