Trustin Lee
97b4876c08
Fix build errors with m2e
2012-02-20 16:01:28 -08:00
Trustin Lee
29cafcf842
Upgrade to netty-build v6
2012-02-07 17:41:12 +09:00
Trustin Lee
3b31daf8a3
Fix missing copyright headers
2012-02-07 17:26:55 +09:00
Trustin Lee
ae3e3e5abe
Fix a problem with M2E plugin
2012-02-07 15:30:41 +09:00
Trustin Lee
59e5f2f262
Upgrade to netty-build-4
2012-01-17 18:37:15 +09:00
Trustin Lee
783a7e5f9a
Fix all remaining checkstyle violations
2012-01-15 02:08:31 +09:00
Trustin Lee
0007e91923
RXTX -> Rxtx for consistent naming convention
2012-01-15 01:09:17 +09:00
Trustin Lee
26bb9576da
Use a separate netty-build release
2012-01-11 21:02:46 +09:00
Trustin Lee
099e689338
Make build success with checkstyle violations temporarilly
2012-01-11 20:22:54 +09:00
Trustin Lee
ebfc4513e0
Apply checkstyle to the build
...
Please note that the build will fail at the moment due to various checkstyle
violations which should be fixed soon
2012-01-11 20:16:14 +09:00
Trustin Lee
8663716d38
Issue #60 : Make the project multi-module
...
Split the project into the following modules:
* common
* buffer
* codec
* codec-http
* transport
* transport-*
* handler
* example
* testsuite (integration tests that involve 2+ modules)
* all (does nothing yet, but will make it generate netty.jar)
This commit also fixes the compilation errors with transport-sctp on
non-Linux systems. It will at least compile without complaints.
2011-12-28 19:44:04 +09:00
norman
86d39274c6
Exclude scpt from the build for now until it is moved to an extra
...
sub-module. See #120
2011-12-12 14:59:34 +01:00
Trustin Lee
c591707592
Attach Javadoc (it really works this time)
2011-12-09 19:05:14 +09:00
Trustin Lee
37f9d16b89
Attach Javadoc
2011-12-09 18:38:49 +09:00
Trustin Lee
85d94a0c4f
Attach Javadoc to sync with the central repo
2011-12-09 18:24:31 +09:00
Trustin Lee
c07a984671
Add maven-gpg-plugin to sync with the central repo
2011-12-09 15:47:19 +09:00
Trustin Lee
5351bdcdff
Add developers section to pom.xml
2011-12-09 15:22:00 +09:00
Trustin Lee
82aa0969e2
Add organization info
2011-12-09 14:49:10 +09:00
Trustin Lee
91681b5150
Do not expose @author and @version
2011-12-09 14:43:52 +09:00
Trustin Lee
9f41a5a1f8
Update license header / Remove JBoss style
2011-12-09 14:18:34 +09:00
Trustin Lee
6fdb7d9116
org.jboss.netty -> io.netty
2011-12-09 12:38:59 +09:00
Trustin Lee
84902a6e7a
Update compiler options
2011-12-09 12:26:45 +09:00
Trustin Lee
6d307734f1
Update enforcer rules and project URL
2011-12-09 12:24:14 +09:00
Trustin Lee
57b5c20433
Change groupId to io.netty / inherit Sonatype OSS
2011-12-09 11:52:12 +09:00
Trustin Lee
2a764d9d9f
Make build independent from JBoss.org M2 repository
2011-12-09 11:38:29 +09:00
Jestan Nirojan
0a99e8bb57
prepared merge with upstream
2011-12-08 00:27:23 +05:30
Jestan Nirojan
724ca7a913
merged with master
2011-12-07 23:17:11 +05:30
Jestan Nirojan
40e6a73e94
Merge branch 'master' of github.com:jestan/netty
2011-12-07 22:53:33 +05:30
Jestan Nirojan
3379a4c25d
1)replaced all netty link transfer queue by java 7 link transfer queue to avoid high cpu usage 2)optimized selector loop
2011-12-06 19:40:22 +05:30
Trustin Lee
a9a713ddcf
Remove DocBook from build
2011-12-03 20:02:25 +09:00
vibul
55940f500e
Added fix for m2eclipse error "Plugin execution not covered by lifecycle configuration" in pom.xml. See issue #87 .
2011-12-02 15:29:14 +11:00
Jestan Nirojan
78c949f282
Merge remote branch 'upstream/master'
2011-12-02 03:39:09 +05:30
Jestan Nirojan
ccbe3dd2f8
1)tested sctp with IBM JDK 7 2)fixed NPE on sctp notification event constructor 3)added maven exec plugin
2011-11-26 02:52:01 +05:30
Trustin Lee
bbd251baed
Fix build errors
2011-11-24 12:17:09 +09:00
Trustin Lee
5abd23d3ba
Upgrade depepdencies to the latest versions
...
* Regenerate LocalTimeProtocol.java with the latest protoc
* Add an instruction on how to generate LocalTimeProtocol.java
* Not upgrading maven-bundle-plugin, which has a regression in 2.3.5:
* https://issues.apache.org/jira/browse/FELIX-3058
Conflicts:
src/main/java/org/jboss/netty/example/localtime/LocalTimeProtocol.java
2011-11-24 11:10:53 +09:00
Trustin Lee
bb5bbdc99e
Upgrade to JUnit 4.10
2011-10-31 15:19:50 -07:00
Trustin Lee
3b7f55dc35
Testing e-mail notification (2)
2011-10-22 20:53:19 -07:00
Trustin Lee
ce3240d3a4
Testing e-mail notification
2011-10-22 20:51:43 -07:00
Jestan Nirojan
92ccd2fbfa
fixed sctp package compilation errors
2011-04-23 14:03:52 +05:30
Trustin Lee
a722f64991
Fixed indentation
2011-04-18 17:50:29 +09:00
iainmcgin
12d2c8ad2e
NETTY-246: adding implementation to netty trunk for the 4.0.0 release. In order to get the tests to pass,
...
I had to change the surefire fork policy from "never" to "once", as it seems the classloader settings used
by the maven process were preventing jmock from mocking package private interfaces.
2011-04-18 17:44:54 +09:00
Trustin Lee
4144b43735
NETTY-386 Support for serial connections using RXTX
...
Contributed by Daniel Bimschas and Dennis Pfisterer
Initial import after fixing compiler warnings and removing log
messages and shut-down hooks
2011-02-24 17:26:18 +09:00
Trustin Lee
93d9461ff5
Fixed broken SCM URL in pom.xml
2011-02-07 21:31:32 +09:00
Trustin Lee
1dd30c8abe
Upgraded the enforcer plugin and updated the rule
2011-02-07 21:18:00 +09:00
Trustin Lee
098eacc135
Updated the dependency and plugin versions
2011-02-07 21:05:49 +09:00
Trustin Lee
b53742e366
Added Main-Class property to the manifest for easier version check
2011-02-02 13:16:49 +09:00
Trustin Lee
23c100190c
Set buildNumber to 'unknown' when built out of git repository
2011-01-12 18:59:49 +09:00
Trustin Lee
a719e88856
Fixed issue: NETTY-371 OSGi Manifest requires Bundle-BuddyPolicy for
...
object deserialization
Added proper BuddyPolicy properties to the manifest
2011-01-12 18:32:58 +09:00
Trustin Lee
1c067a5c21
Changed SCM URLs
2011-01-11 18:42:34 +09:00
Trustin Lee
c5a29f00a4
Fixed build issues
...
* Replaced the buildnumber plugin with antrun exec tag to generate the build number correctly.
* Fixed a problem where MANIFEST.MF is lost
2011-01-11 18:20:08 +09:00