root
d066f163d7
[maven-release-plugin] prepare release netty-4.1.43.Final
2019-10-24 12:56:30 +00:00
康智冬
bd8cea644a
Fix typos in javadocs ( #9527 )
...
Motivation:
We should have correct docs without typos
Modification:
Fix typos and spelling
Result:
More correct docs
2019-10-09 17:12:52 +04:00
root
92941cdcac
[maven-release-plugin] prepare for next development iteration
2019-09-25 06:15:31 +00:00
root
bd907c3b3a
[maven-release-plugin] prepare release netty-4.1.42.Final
2019-09-25 06:14:31 +00:00
root
01d805bb76
[maven-release-plugin] prepare for next development iteration
2019-09-12 16:09:55 +00:00
root
7cf69022d4
[maven-release-plugin] prepare release netty-4.1.41.Final
2019-09-12 16:09:00 +00:00
root
aef47bec7f
[maven-release-plugin] prepare for next development iteration
2019-09-12 05:38:11 +00:00
root
267e5da481
[maven-release-plugin] prepare release netty-4.1.40.Final
2019-09-12 05:37:30 +00:00
root
d45a4ce01b
[maven-release-plugin] prepare for next development iteration
2019-08-13 17:16:42 +00:00
root
88c2a4cab5
[maven-release-plugin] prepare release netty-4.1.39.Final
2019-08-13 17:15:20 +00:00
root
718b7626e6
[maven-release-plugin] prepare for next development iteration
2019-07-24 09:05:57 +00:00
root
465c900c04
[maven-release-plugin] prepare release netty-4.1.38.Final
2019-07-24 09:05:23 +00:00
Norman Maurer
1e8c0c59f1
Use allocator when constructing ByteBufHolder sub-types or use Unpool… ( #9377 )
...
Motivation:
In many places Netty uses Unpooled.buffer(0) while should use EMPTY_BUFFER. We can't change this due to back compatibility in the constructors but can use Unpooled.EMPTY_BUFFER in some cases to ensure we not allocate at all. In others we can directly use the allocator either from the Channel / ChannelHandlerContext or the request / response.
Modification:
- Use Unpooled.EMPTY_BUFFER where possible
- Use allocator where possible
Result:
Fixes #9345 for websockets and http package
2019-07-18 10:29:50 +02:00
root
5b58b8e6b5
[maven-release-plugin] prepare for next development iteration
2019-06-28 05:57:21 +00:00
root
35e0843376
[maven-release-plugin] prepare release netty-4.1.37.Final
2019-06-28 05:56:28 +00:00
jimin
9621a5b981
remove unused imports ( #9287 )
...
Motivation:
Some imports are not used
Modification:
remove unused imports
Result:
Code cleanup
2019-06-26 21:08:31 +02:00
root
ba06eafa1c
[maven-release-plugin] prepare for next development iteration
2019-04-30 16:42:29 +00:00
root
49a451101c
[maven-release-plugin] prepare release netty-4.1.36.Final
2019-04-30 16:41:28 +00:00
root
baab215f66
[maven-release-plugin] prepare for next development iteration
2019-04-17 07:26:24 +00:00
root
dfe657e2d4
[maven-release-plugin] prepare release netty-4.1.35.Final
2019-04-17 07:25:40 +00:00
root
92b19cfedd
[maven-release-plugin] prepare for next development iteration
2019-03-08 08:55:45 +00:00
root
ff7a9fa091
[maven-release-plugin] prepare release netty-4.1.34.Final
2019-03-08 08:51:34 +00:00
Norman Maurer
14ef469f31
Use maven plugin to prevent API/ABI breakage as part of build process ( #8904 )
...
Motivation:
Netty is very widely used which can lead to a lot of pain when we break API / ABI. We should make use japicmp-maven-plugin during the build to verify we do not introduce breakage by mistake.
Modifications:
- Add japicmp-maven-plugin to the build process
- Fix a method signature change in HttpProxyHandler that was flagged as a possible problem.
Result:
Ensure no API/ABI breakage accour between releases.
2019-03-01 19:42:29 +01:00
田欧
a33200ca38
use checkPositive/checkPositiveOrZero ( #8803 )
...
Motivation:
We have a utility method to check for > 0 and >0 arguments. We should use it.
Modification:
use checkPositive/checkPositiveOrZero instead of if statement.
Result:
Re-use utility method.
2019-01-31 09:07:14 +01:00
root
cf03ed0478
[maven-release-plugin] prepare for next development iteration
2019-01-21 12:26:44 +00:00
root
37484635cb
[maven-release-plugin] prepare release netty-4.1.33.Final
2019-01-21 12:26:12 +00:00
Feri73
5df235c083
Correcting Maven Dependencies ( #8622 )
...
Motivation:
Most of the maven modules do not explicitly declare their
dependencies and rely on transitivity, which is not always correct.
Modifications:
For all maven modules, add all of their dependencies to pom.xml
Result:
All of the (essentially non-transitive) depepdencies of the modules are explicitly declared in pom.xml
2018-12-06 09:01:14 +01:00
root
8eb313072e
[maven-release-plugin] prepare for next development iteration
2018-11-29 11:15:09 +00:00
root
afcb4a37d3
[maven-release-plugin] prepare release netty-4.1.32.Final
2018-11-29 11:14:20 +00:00
root
3e7ddb36c7
[maven-release-plugin] prepare for next development iteration
2018-10-29 15:38:51 +00:00
root
9e50739601
[maven-release-plugin] prepare release netty-4.1.31.Final
2018-10-29 15:37:47 +00:00
Julien Hoarau
04001fdad1
Upgrade h2spec-maven-plugin ( #8386 )
...
Motivation:
- Version 0.3 would sometimes fail to report failing tests
- New version contains upgraded version of h2spec
Modifications:
- Bump h2spec-maven-plugin to 0.6
- Remove excluded specs that are no passing
- Add failing spec "half closed (remote): Sends a HEADERS frame" to
exclude list
Result:
Build will fail when non excluded specs fails.
2018-10-16 07:05:45 +02:00
root
2d7cb47edd
[maven-release-plugin] prepare for next development iteration
2018-09-27 19:00:45 +00:00
root
3a9ac829d5
[maven-release-plugin] prepare release netty-4.1.30.Final
2018-09-27 18:56:12 +00:00
root
a580dc7585
[maven-release-plugin] prepare for next development iteration
2018-08-24 06:36:33 +00:00
root
3fc789e83f
[maven-release-plugin] prepare release netty-4.1.29.Final
2018-08-24 06:36:06 +00:00
root
fcb19cb589
[maven-release-plugin] prepare for next development iteration
2018-07-27 04:59:28 +00:00
root
ff785fbe39
[maven-release-plugin] prepare release netty-4.1.28.Final
2018-07-27 04:59:06 +00:00
root
b4dbdc2036
[maven-release-plugin] prepare for next development iteration
2018-07-11 15:37:40 +00:00
root
1c16519ac8
[maven-release-plugin] prepare release netty-4.1.27.Final
2018-07-11 15:37:21 +00:00
root
7bb9e7eafe
[maven-release-plugin] prepare for next development iteration
2018-07-10 05:21:24 +00:00
root
8ca5421bd2
[maven-release-plugin] prepare release netty-4.1.26.Final
2018-07-10 05:18:13 +00:00
Norman Maurer
64bb279f47
[maven-release-plugin] prepare for next development iteration
2018-05-14 11:11:45 +00:00
Norman Maurer
c67a3b0507
[maven-release-plugin] prepare release netty-4.1.25.Final
2018-05-14 11:11:24 +00:00
Norman Maurer
b75f44db9a
[maven-release-plugin] prepare for next development iteration
2018-04-19 11:56:07 +00:00
Norman Maurer
04fac00c8c
[maven-release-plugin] prepare release netty-4.1.24.Final
2018-04-19 11:55:47 +00:00
root
0a61f055f5
[maven-release-plugin] prepare for next development iteration
2018-04-04 10:44:46 +00:00
root
8c549bad38
[maven-release-plugin] prepare release netty-4.1.23.Final
2018-04-04 10:44:15 +00:00
Norman Maurer
69582c0b6c
[maven-release-plugin] prepare for next development iteration
2018-02-21 12:52:33 +00:00
Norman Maurer
786f35c6c9
[maven-release-plugin] prepare release netty-4.1.22.Final
2018-02-21 12:52:19 +00:00