Commit Graph

19 Commits

Author SHA1 Message Date
jingene c0f9364870 Change the netty.io homepage scheme(http -> https) (#9344)
Motivation:

Netty homepage(netty.io) serves both "http" and "https".
It's recommended to use https than http.
Modification:

I changed from "http://netty.io" to "https://netty.io"
Result:

No effects.
2019-07-09 21:09:42 +02:00
kashike 1c7125750b Provide an Automatic-Module-Name for the netty-all artifact fixes #7644
Motivation:

The netty-all artifact doesn't have a Automatic-Module-Name defined in the manifest like the rest of the projects do, resulting in requires netty.all.

Modification:

Add Automatic-Module-Name

Result:

Correctly work as java9 module.
2018-01-27 20:31:16 +01:00
Tomasz Jędrzejewski e8540c2b7a Adding stable JDK9 module names that follow reverse-DNS style
Automatic-Module-Name entry provides a stable JDK9 module name, when Netty is used in a modular JDK9 applications. More info: http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html

When Netty migrates to JDK9 in the future, the entry can be replaced by actual module-info descriptor.

Modification:

The POM-s are configured to put the correct module names to the manifest.

Result:

Fixes #7218.
2017-11-29 11:50:24 +01:00
Mahdi Mohammadi 6536c7c4ef Updating Branches to look section to match the current branching structure of the project 2016-03-10 22:08:01 +01:00
Sylwester Lachiewicz c068ae8d84 Fix the 'branches to look' section 2015-10-27 13:59:11 +01:00
Trustin Lee 530750d606 Add a link to the 'native transports' page 2014-07-21 12:54:24 -07:00
Trustin Lee db3709e652 Synchronized between 4.1 and master
Motivation:

4 and 5 were diverged long time ago and we recently reverted some of the
early commits in master.  We must make sure 4.1 and master are not very
different now.

Modification:

Fix found differences

Result:

4.1 and master got closer.
2014-04-25 00:38:02 +09:00
Trustin Lee 46df4f800f Update README.md 2014-01-16 14:38:36 +09:00
Trustin Lee 4b48a227bc Fix broken url 2013-02-26 16:29:24 -08:00
Trustin Lee 72c71dbf27 update README.md 2013-02-26 16:28:24 -08:00
Trustin Lee 7e42695fc2 Update README.md 2013-02-26 16:21:49 -08:00
Luke Wood a75d42060a Correct links and maven artifactId in README 2013-02-25 16:40:58 +00:00
Artur Dryomov e847fa6437 Fix code indentation in the readme file. 2013-02-11 19:56:16 +09:00
Norman Maurer 09ad4faba9 Fix README 2012-09-08 20:20:45 +02:00
Jestan Nirojan d7f5498e7e merged conflicts 2012-06-16 03:18:48 +05:30
Trustin Lee b87ce6a3cf Update README 2012-05-30 13:31:17 -07:00
Jestan Nirojan 0592dba302 Updated readme. 2012-05-26 18:10:40 +05:30
Norman Maurer f938765d6e Update README.md 2012-03-14 14:33:12 +01:00
vibul 91463cad47 Added README 2012-03-12 15:13:41 +11:00