1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-03-03 04:19:12 +00:00

251 Commits

Author SHA1 Message Date
Greg Wilkins
a32923b66e Improve logging modules and listing
added jul-slf4j
updated logging dependencies
2016-10-19 16:25:18 +11:00
Joakim Erdfelt
ade14ba34b Updating to version 9.3.14-SNAPSHOT 2016-10-14 11:33:51 -07:00
Joakim Erdfelt
c3a78e70a8 Updating to version 9.3.13.v20161014 2016-10-14 10:39:37 -07:00
Jan Bartel
18693074de Issue 2016-10-14 15:53:52 +11:00
Greg Wilkins
b11757a1e2 Issue Improve module listing
Fixed cycle in logging from gcloud datastore
2016-10-14 15:42:12 +11:00
Greg Wilkins
9d475a624b Normalize tags 2016-10-13 10:06:17 +11:00
Greg Wilkins
d8b1c88abc Issue Improve module listing
Reworked logging modules
added support for ,= and += properties
2016-10-07 12:48:47 +11:00
Jan Bartel
97d18665ef Issue
Remove debug and fix NPE
2016-10-07 10:58:12 +11:00
Jan Bartel
f7f49fa96e Issue
Extra debug when checking for indexes.
2016-10-07 09:50:33 +11:00
Greg Wilkins
91e9e7b76a Issue Improve module listing 2016-10-06 17:01:08 +11:00
Greg Wilkins
afb750515e Issue Location based classpath pattern ()
Issue  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
Jesse McConnell
863913b64e set for dev 2016-09-30 19:05:47 +00:00
Jesse McConnell
b91cc8a4ea set for release 2016-09-30 18:01:20 +00:00
Jan Bartel
6029d25c78 Issue
Fix javadoc
2016-09-29 07:10:19 +10:00
Jan Bartel
6c1f0a6b4a Issue 2016-09-28 18:30:33 +10:00
Jan Bartel
b386551d3a Issue 2016-09-28 14:54:29 +10:00
Jan Bartel
133d584b94 Issue
Make scavenger thread able to be disabled.
2016-09-22 17:10:30 +10:00
Jan Bartel
d8d9a5c5b7 Issue
Make fields protected not private.
2016-09-21 12:54:03 +10:00
Jan Bartel
60aeca1632 Issue 2016-09-21 12:32:20 +10:00
Joakim Erdfelt
6cf10172ca Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
Joakim Erdfelt
8b35fdc5a5 Updating to version 9.3.12.v20160915 2016-09-15 06:48:16 -07:00
Jan Bartel
1f9f45212e Issue 2016-09-15 12:25:11 +10:00
Jan Bartel
7f032417db Issue
Rationalize gcloud session property names.
2016-09-09 18:19:34 +10:00
Jan Bartel
e87557e527 Move index.yaml for gcloud datastore sessions to jetty.base/etc 2016-08-18 11:18:51 +10:00
Joakim Erdfelt
6e1b1cdb36 Updating to version 9.3.12-SNAPSHOT 2016-07-21 19:07:19 -07:00
Joakim Erdfelt
9fd6d4354e Updating to version 9.3.11.v20160721 2016-07-21 18:37:09 -07:00
Jan Bartel
008912fd5e Issue
Add setter to control using memcached heartbeats.
2016-07-07 14:04:51 +10:00
Jan Bartel
0d0b1ace5c Issue
Print out the memcached host and port being used.
2016-07-06 12:05:32 +10:00
Jan Bartel
afcec96a23 Issue
Fix javadoc.
2016-07-05 17:56:12 +10:00
Jan Bartel
77b91038db Issue
Add automatic deployment of GCloudSessionManager/GCloudMemcachedSessionManager
2016-06-30 18:58:46 +10:00
Jan Bartel
0889a66f9c Issue 2016-06-24 16:21:25 +10:00
Jan Bartel
225c6a8086 Issue
Also fix javadoc; fix memcached module
2016-06-24 15:38:25 +10:00
Jan Bartel
0879b44d37 Issue
Add backoff retries for gcloud session save.
2016-06-23 14:48:47 +10:00
Jan Bartel
67f8a96eee Issue
Add unit tests for memcached with gcloud.
2016-06-23 11:23:44 +10:00
Jan Bartel
0ca191edff Issue 2016-06-23 07:49:11 +10:00
Jesse McConnell
ae931538ab [maven-release-plugin] prepare for next development iteration 2016-06-22 13:59:10 -05:00
Jesse McConnell
df1ed4fb03 [maven-release-plugin] prepare release jetty-9.3.11.M0 2016-06-22 13:59:06 -05:00
Jesse McConnell
030ec61837 [maven-release-plugin] prepare for next development iteration 2016-06-22 09:14:25 -05:00
Jesse McConnell
9a4cb41122 [maven-release-plugin] prepare release jetty-9.3.11.M0 2016-06-22 09:14:21 -05:00
Jesse McConnell
e7034117ea [maven-release-plugin] prepare for next development iteration 2016-06-21 08:50:13 -05:00
Jesse McConnell
16c435c69d [maven-release-plugin] prepare release jetty-9.3.10.v20160621 2016-06-21 08:50:09 -05:00
Greg Wilkins
4bf4c51084 Issue Modules for enabling logging
Use JCL module
2016-06-17 15:10:41 +10:00
Jan Bartel
d52a1701ad Add module for session data cache 2016-06-08 15:00:32 +10:00
Jan Bartel
0578d15813 Fix indexes for gcloudatastore; make initial retry backoff 1s as per SLA 2016-06-02 16:42:02 +10:00
Jan Bartel
3c3ea0c6f2 Add option to SessionCache to delete unreadable sessions from SessionDataStore; fix jdbc module xml file. 2016-06-01 20:13:32 +10:00
Jan Bartel
86eedd3ad8 Implement backoff retry for gcloud session data store; fix gcloud session module 2016-05-28 11:56:41 +10:00
Jan Bartel
d6689ce803 Add memcached option for session data caching 2016-05-27 16:43:46 +10:00
Jan Bartel
387f433711 Refactor names of session impl classes; fix bugs; add some tests 2016-05-18 17:05:01 +10:00
Jesse McConnell
dc4574f380 [maven-release-plugin] prepare for next development iteration 2016-05-17 17:30:17 -05:00
Jesse McConnell
0bbebec1e0 [maven-release-plugin] prepare release jetty-9.3.9.v20160517 2016-05-17 17:30:13 -05:00