73 Commits

Author SHA1 Message Date
Jochen Schalanda
3c5a920305 [maven-release-plugin] prepare for next development iteration 2016-05-04 12:40:10 +02:00
Jochen Schalanda
781e9484a3 [maven-release-plugin] prepare release syslog4j-0.9.55 2016-05-04 12:40:05 +02:00
Jochen Schalanda
4c01103b4f Disable OpenJDK builds due to Travis CI errors 2016-05-04 12:39:12 +02:00
Jochen Schalanda
ff73a4d71d Update Maven plugins 2016-05-04 12:34:59 +02:00
Jochen Schalanda
88400108bf Upgrade to Joda-Time 2.9.3 2016-05-04 12:34:51 +02:00
Negar Safinianaini
9f2e804e9b Renamed frame header to octet counting as specified in RFC 6587. (#7)
* Renamed frame header to octet counting as specified in RFC 6587.
* Introduced date argument in log method when structured message is sent as argument.
2016-05-04 11:28:44 +02:00
Jeremy Custenborder
fdba539aa8 Use SyslogServerConfigIF instead of AbstractSyslogServerConfig in AbstractSyslogServer (#9)
This allows config items that do not inherit from AbstractSyslogServerConfig to be used.

Fixes #8
2016-05-04 11:26:31 +02:00
Jochen Schalanda
1a88426d49 Add Maven Central badge to README.md
[ci skip]
2016-02-18 16:54:18 +01:00
Jochen Schalanda
363298f54e [maven-release-plugin] prepare for next development iteration 2016-02-18 16:24:58 +01:00
Jochen Schalanda
f4af1d3b69 [maven-release-plugin] prepare release syslog4j-0.9.54 2016-02-18 16:24:56 +01:00
Jochen Schalanda
daa8df4ca2 Upgrade Maven plugins 2016-02-18 16:03:04 +01:00
Jochen Schalanda
aecd92f92f Upgrade to GitHub Site plugin 0.12 2016-02-18 16:01:32 +01:00
Jochen Schalanda
cdfe83ddc0 Upgrade to Apache Commons Lang3 3.4 2016-02-18 16:01:22 +01:00
Jochen Schalanda
3e35a91fa6 Upgrade to Joda-Time 2.9.2 2016-02-18 16:01:12 +01:00
Jochen Schalanda
8852380e46 Remove dependency on Google Guava 2016-02-18 16:00:27 +01:00
Jochen Schalanda
8c06992d00 Add workaround for travis-ci/travis-ci#5227 2016-02-18 14:58:12 +01:00
Jochen Schalanda
401b7d07fa Add length check of UDP packet to UDPNetSyslogServer#run()
Fixes #5
2016-02-18 14:41:58 +01:00
Jochen Schalanda
c318fd0867 Use Travis CI Trusty build environment
https://docs.travis-ci.com/user/trusty-ci-environment/
2016-02-18 14:36:13 +01:00
Jochen Schalanda
a1f7800688 Add missing import to UnixSocketSyslog 2016-02-18 14:33:51 +01:00
Jochen Schalanda
384828091a Merge pull request #6 from negar7918/master
Implemented compatibility with frame header (RFC5424)
2016-02-18 14:32:40 +01:00
Negar Safinianaini
8e933bacbf Fixed a possible NPE potential. 2016-02-18 13:54:00 +01:00
Negar Safinianaini
999568c5da Removed the min length limitation (missunderstood rfc) 2016-02-15 10:50:07 +01:00
Negar Safinianaini
ec7df03bce 1. RFC5424 compatibility in timestamp format and message length 2. Introduced a new log method which accepts Date as an argument to create a syslog with the original timestamp. 2016-02-11 13:53:55 +01:00
Negar Safinianaini
e3c9709ee9 Implemented compatibility with frame header. Frame header is for instance used by syslog() driver in syslog-ng server and is used to support RFC5424. 2016-02-09 13:33:11 +01:00
Jochen Schalanda
8d48a0ae3e Add (correct) test for removing double dashes in StructuredSyslogMessage 2015-05-24 12:32:25 +02:00
Jochen Schalanda
583e37b0c9 Remove broken test in StructuredSyslogMessageTest 2015-05-24 12:02:12 +02:00
Jochen Schalanda
6d1294cf7e Add tests for StructuredSyslogMessage
Refs commit 91557d687fa89f9cfcc1d38a0a38a3bd84625b5d
2015-05-24 11:52:51 +02:00
Bernd Ahlers
7bae907959 [maven-release-plugin] prepare for next development iteration 2015-05-22 20:47:03 +02:00
Bernd Ahlers
754f31b46d [maven-release-plugin] prepare release syslog4j-0.9.53 2015-05-22 20:46:58 +02:00
Bernd Ahlers
2be5d265f8 Merge pull request #4 from Graylog2/fix-empty-structured-data-parsing
Fix parsing of empty RFC5424 structured data in a message.
2015-05-22 18:30:44 +02:00
Bernd Ahlers
91557d687f Fix parsing of empty RFC5424 structured data in a message.
Refs Graylog2/graylog2-server#1161.
2015-05-22 18:21:07 +02:00
Jochen Schalanda
3a4555e1ca [maven-release-plugin] prepare for next development iteration 2015-03-31 18:15:55 +02:00
Jochen Schalanda
14460b6c1b [maven-release-plugin] prepare release syslog4j-0.9.52 2015-03-31 18:15:53 +02:00
Jochen Schalanda
d521ccea60 Remove TestNG in favor of JUnit 2015-03-31 18:10:32 +02:00
Jochen Schalanda
29f6a8c3f6 Update dependencies 2015-03-31 17:57:27 +02:00
Jochen Schalanda
eb57cc0eda Merge pull request #3 from dfch/master
Added missing facility constants from RFC3164, part 4.1.1
2015-03-31 17:51:43 +02:00
Lennart Koopmann
3e437a6650 Create CONTRIBUTING.md 2015-03-25 13:32:21 -05:00
Ronald Rink
5b826e80ad Merge remote-tracking branch 'origin/master' 2015-03-24 11:45:37 +01:00
Ronald Rink
d4c3f7e7bb added missing facility constants from RFC3164, part 4.1.1, resolves #2 2015-03-24 11:45:18 +01:00
Bernd Ahlers
494a8ed31a Move gpg signing setup into release profile to unbreak travis. 2015-01-14 17:13:41 +01:00
Bernd Ahlers
0b0f9fa8d6 [maven-release-plugin] prepare for next development iteration 2015-01-14 17:03:12 +01:00
Bernd Ahlers
b092782e55 [maven-release-plugin] prepare release syslog4j-0.9.51 2015-01-14 17:03:07 +01:00
Bernd Ahlers
1721003770 Set gpg key for signing. 2015-01-14 17:02:07 +01:00
Bernd Ahlers
dd8bbcd6be Use structured syslog parser from the NessComputing syslog4j fork.
Fixes parsing of structured data values that contain whitespace.
This addresses issues from Graylog2/graylog2-server#845.

Parser and test code from NessComputing/syslog4j@038caf2.
2015-01-14 14:40:25 +01:00
Bernd Ahlers
28a2b817c7 Add failing tests for Graylog2/graylog2-server#845.
https://github.com/Graylog2/graylog2-server/issues/845
2015-01-14 14:04:10 +01:00
Jochen Schalanda
6ee6a7f1a1 [maven-release-plugin] prepare for next development iteration 2014-10-22 16:28:24 +02:00
Jochen Schalanda
8582322dff [maven-release-plugin] prepare release syslog4j-0.9.50 2014-10-22 16:28:23 +02:00
Jochen Schalanda
4996dd00c3 Ensure that dates are always parsed with English locale
SimpleDateFormat is parsing dates in a locale-sensitive manner but timestamps in
syslog messages are always using English month names (RFC 3164, section 4.1.2).
2014-10-22 15:59:07 +02:00
Bernd Ahlers
3a67b21cbf [maven-release-plugin] prepare for next development iteration 2014-10-22 10:00:58 +02:00
Bernd Ahlers
017e57ecea [maven-release-plugin] prepare release syslog4j-0.9.49 2014-10-22 10:00:54 +02:00