Violeta Georgieva <violetag@vmware.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
REACTOR › NETTYWIN › #1414 | 5 days ago | 912 passed | |
REACTOR › RNETTY › #2492 | 5 days ago |
Reactor Netty client will try to establish a connection again if the first IP address is not accessible and the host provides another IP address (#1582)
By default NameResolverProvider.NameResolverSpec#completeOncePreferredResolved is enabled. One can configure NameResolverProvider to complete after all are resolved. Fixes #1568 |
917 passed |
REACTOR › RNETTY › #2490 | 6 days ago |
Update reference documentation
|
916 passed |
REACTOR › NETTYWIN › #1412 | 6 days ago |
Update reference documentation
|
911 passed |
REACTOR › NETTYWIN › #1411 | 6 days ago |
Update the javadoc for the deprecated API with the new, preferred API
|
911 passed |
REACTOR › RNETTY › #2489 | 6 days ago |
Update the javadoc for the deprecated API with the new, preferred API
|
916 passed |
REACTOR › NETTYWIN › #1410 | 6 days ago |
Ensure Forwarded header is parsed according to the specification (#1589)
Forwarded: by=<identifier>;for=<identifier>;host=<host>;proto=<http|https> <identifier> an IP address (v4 or v6, optionally with a port, and ipv6 quoted and enclosed in square brackets) |
911 passed |
REACTOR › RNETTY › #2488 | 6 days ago |
Ensure Forwarded header is parsed according to the specification (#1589)
Forwarded: by=<identifier>;for=<identifier>;host=<host>;proto=<http|https> <identifier> an IP address (v4 or v6, optionally with a port, and ipv6 quoted and enclosed in square brackets) |
916 passed |
REACTOR › RNETTY › #2487 | 6 days ago |
Polish
|
912 passed |
REACTOR › NETTYWIN › #1409 | 6 days ago |
Polish
|
907 passed |
Build | Completed | Code commits | Tests |
---|---|---|---|
REACTOR › NETTYWIN › #1343 | 2 months ago |
Bump com.google.osdetector from 1.6.2 to 1.7.0
Merge branch '0.9.x'
|
1 of 895 failed |
REACTOR › RNETTY › #2414 | 2 months ago |
Add package-info.java to reactor.netty.http.brave
|
1 of 895 failed |
REACTOR › NETTYWIN › #1337 | 2 months ago |
[build] Enforce NoHTTP with plugin and relevant exclusions
Merge-ignore #1496 into 1.0.4
The change will be made with #1495 |
1 of 835 failed |
REACTOR › NETTYWIN › #1324 | 2 months ago |
fix #1478 Schedule the first channel.read() once the HttpHeaders are sent
There are use cases when the target server may want to reject the incoming request immediately and to close the connection. Instead of scheduling the first channel.read() when the request body is sent, the first channel.read() will be scheduled once the HttpHeaders are sent. |
1 of 866 failed |
REACTOR › NETTYWIN › #1313 | 3 months ago |
[tests] Ensure the native transport is available when running with -PforceTransport=native
Related to https://github.com/netty/netty/issues/10926 |
1 of 847 failed |
REACTOR › NETTYWIN › #1300 | 3 months ago |
Merge branch '0.9.x'
Update reference documentation
|
1 of 840 failed |
REACTOR › NETTYWIN › #1283 | 3 months ago |
[tests] Move test to reactor-netty-core
|
Testless build |
Build | Completed | Code commits | Tests |
---|---|---|---|
REACTOR › NETTYWIN › #1348 | 1 month ago |
[tests] Disable flaky test
Test cannot be executed reliably on different OS and different transports |
888 passed |
REACTOR › NETTYWIN › #1341 | 2 months ago |
Add package-info.java to reactor.netty.http.brave
|
885 passed |
REACTOR › NETTYWIN › #1336 | 2 months ago |
Merge branch '0.9.x'
[build] Define retry functionality for all tasks with type Test
|
885 passed |
REACTOR › NETTYWIN › #1314 | 3 months ago |
check_netty_snapshots: update Netty SNAPSHOT version
|
837 passed |
REACTOR › NETTYWIN › #1284 | 3 months ago |
Update .editorconfig, no imports with '*'
|
802 passed |
REACTOR › NETTYWIN › #1270 | 4 months ago |
Japicmp: Use jcenter instead of repo.spring.io/libs-release for downloading the baseline
|
794 passed |
REACTOR › RNETTY › #2341 | 4 months ago |
Bump netty-tcnative-boringssl-static from 2.0.34.Final to 2.0.35.Final
Bump tomcat-embed-core from 9.0.40 to 9.0.41
Merge branch '0.9.x'
|
797 passed |
REACTOR › RNETTY › #2314 | 4 months ago |
Merge branch '0.8.x' into 0.9.x
Fix the build to address permissions changes to repo.spring.io
https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020 Merge branch '0.9.x'
|
783 passed |
By default NameResolverProvider.NameResolverSpec#completeOncePreferredResolved is enabled.
One can configure NameResolverProvider to complete after all are resolved.
Fixes #1568