13565 Commits

Author SHA1 Message Date
Joakim Erdfelt
6c3c24e7dd Updating jetty-version-maven-plugin declaration 2016-10-14 10:34:18 -07:00
Joakim Erdfelt
7a2548ea72 Fixing script 2016-10-14 10:33:33 -07:00
Jan Bartel
18693074de Issue #1007 2016-10-14 15:53:52 +11:00
Greg Wilkins
b11757a1e2 Issue #984 Improve module listing
Fixed cycle in logging from gcloud datastore
2016-10-14 15:42:12 +11:00
Greg Wilkins
cb74cb8c1f fixed racew in unit test 2016-10-14 15:40:11 +11:00
Denis Bardadym
8eb56edc8a Fix typo in DefaultServlet (#988)
Fixes #952

Signed-off-by: Denis Bardadym <bardadymchik@gmail.com>
2016-10-14 14:18:16 +11:00
Greg Wilkins
9bbd191a69 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-10-14 13:59:52 +11:00
Greg Wilkins
937a2d44f7 LSB Tags #926 2016-10-14 13:58:20 +11:00
SimonDallaway
51567be439 fix for userRdnAttribute value != username
Signed-off-by: SimonDallaway <simon.dallaway@datacom.co.nz>
2016-10-14 13:20:04 +13:00
Greg Wilkins
68e86e4d4e Deprecated Modules #1003
Added deprecated.properties file to provide more details of deprecated modules
2016-10-14 10:48:51 +11:00
Greg Wilkins
d9c2352966 Issue #984 Improve module listing
improved logging of file copies
renamed stderrout-logging to stderrout-capture
2016-10-14 10:17:39 +11:00
Greg Wilkins
91f708b9f6 Issue #984 Improve module listing
Use stderrout-logging for jcl-impl
2016-10-14 08:26:41 +11:00
Greg Wilkins
cfed44fa7d Issue #984 Improve module listing
Made jul-impl a dependency of logging-jul
2016-10-14 08:18:15 +11:00
Greg Wilkins
f47cc6cbc9 fixed racew in unit test 2016-10-14 08:13:59 +11:00
Simone Bordet
7e2f991cc4 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-10-13 11:59:02 +02:00
Simone Bordet
12e907d162 Fixes #999 - Create a Flight Recorder module. 2016-10-13 11:57:37 +02:00
Greg Wilkins
c7b833c595 Issue #984 Improve module listing
Changed |= to ?= for optional property set
2016-10-13 16:37:24 +11:00
Greg Wilkins
fa3603a739 Issue #984 Improve module listing
Logback file handler
2016-10-13 16:37:24 +11:00
Greg Wilkins
0966036fbc Issue #984 Improve module listing
Fixed server classes property
2016-10-13 16:37:24 +11:00
Greg Wilkins
d5a4f0f6d4 Issue #984 Improve module listing
Simplified start.jar ini mechanism
updated logging modules to have file handlers
2016-10-13 16:37:24 +11:00
Greg Wilkins
438ecb8dc3 code cleanup 2016-10-13 16:37:24 +11:00
Jan Bartel
8e4c595b52 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-10-13 15:26:48 +11:00
Jan Bartel
5a85c33e6e Issue #1000
Refine warning message.
2016-10-13 15:25:45 +11:00
Jan Bartel
457c66c58d Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2016-10-13 15:21:17 +11:00
Jan Bartel
37ec4160bb Issue #1000 2016-10-13 15:06:47 +11:00
Greg Wilkins
9d475a624b Normalize tags #998 2016-10-13 10:06:17 +11:00
Greg Wilkins
79a6d3892c Issue #984 Improve module listing
Always add a -internal unless internal is explictly mentioned
2016-10-13 10:03:14 +11:00
Jesse McConnell
0dab6cb974 Merge pull request #990 from WalkerWatch/issues/644
Work for new logging documentation
2016-10-12 09:46:41 -05:00
WalkerWatch
ba8c9ed178 Merge branch 'jetty-9.4.x' of https://github.com/eclipse/jetty.project into issues/644 2016-10-12 10:40:45 -04:00
Greg Wilkins
af0a2abe25 moved 3rd party xml to modules 2016-10-11 20:02:50 +11:00
Jan Bartel
6e19bddc2d Issue #993 2016-10-11 17:59:38 +11:00
Joakim Erdfelt
ac9583f6b3 Merge pull request #991 from WalkerWatch/issues/984
Issue #984 - Minor edits to wording.
2016-10-10 10:31:21 -07:00
WalkerWatch
8248e187d9 Issue #984 - Minor edits to wording.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-10-10 12:28:34 -04:00
WalkerWatch
c066b32fb3 Work for new logging documentation
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-10-07 13:25:48 -04:00
Greg Wilkins
0142bcde8f Issue #984 Improve module listing
renamed verbose to internal module tag
2016-10-07 20:27:38 +11:00
Greg Wilkins
33b290c8b2 Issue #984 Improve module listing
Transient modules only created in ini if directly added
improved list-modules
2016-10-07 14:12:17 +11:00
Greg Wilkins
d8b1c88abc Issue #984 Improve module listing
Reworked logging modules
added support for ,= and += properties
2016-10-07 12:48:47 +11:00
Jan Bartel
97d18665ef Issue #963
Remove debug and fix NPE
2016-10-07 10:58:12 +11:00
Jan Bartel
f7f49fa96e Issue #954
Extra debug when checking for indexes.
2016-10-07 09:50:33 +11:00
Simone Bordet
f2061cbe60 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-10-06 16:33:58 +02:00
Sergiu Prodan
407111a796 Issue #295 Ensure Jetty Client use of Inflater calls .end() to avoid memory leak
Signed-off-by: Sergiu Prodan <p.sergiu92@gmail.com>
2016-10-06 16:12:53 +02:00
Sergiu Prodan
f8b2979a8f Issue #295 Ensure Jetty Client use of Deflater calls .end() to avoid memory leak (#986)
* Issue #295 Ensure Jetty Client use of Inflater calls .end() to avoid memory leak

Signed-off-by: Sergiu Prodan <p.sergiu92@gmail.com>
2016-10-06 16:10:37 +02:00
Greg Wilkins
539a209bef Issue #984 Improve module listing
added verbose tags
2016-10-06 19:16:23 +11:00
Jan Bartel
f2beb54caf Issue #896 2016-10-06 17:43:37 +11:00
Greg Wilkins
5c57d51401 Issue #984 Improve module listing
fixed import
2016-10-06 17:21:13 +11:00
Greg Wilkins
91e9e7b76a Issue #984 Improve module listing 2016-10-06 17:01:08 +11:00
Greg Wilkins
9148678dad fixed annotation javadoc 2016-10-06 11:46:40 +11:00
Greg Wilkins
baef7f09d4 removed debug 2016-10-06 10:50:19 +11:00
Greg Wilkins
afb750515e Issue #963 Location based classpath pattern (#978)
Issue #963 location based white/black classpath lists
- removed outdated annotations/ClassNameResolver
- implemented loadedFrom in TypeUtil
- created a growable Trie
- reimplemented classpathpattern
- simplified OSGi classloading
2016-10-06 10:47:09 +11:00
Simone Bordet
85f50da053 Code cleanups. 2016-10-05 09:15:33 +02:00