Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-14the old context and webapp deployer were smoked and removing the node attribu...Jesse McConnell1-1/+0
2012-08-14removed the wrapper element from the ManagedObject annotation, rejiggered obj...Jesse McConnell6-792/+29
2012-07-11quick pass through to clean up missing or incorrect license blocksJesse McConnell3-0/+36
2012-03-02JETTY-1489 WebAppProvider attempts to deploy .svn folderJan Bartel2-5/+17
2012-01-11368240: renamed to use manage/unmanage instead of join/disjoinGreg Wilkins1-0/+6
2011-10-21Added isDebugEnabled guards to debugging that generates garbageGreg Wilkins4-9/+14
2011-08-24293739 - Deprecate static Jetty Log usage in favor of named logsJoakim Erdfelt8-31/+55
2011-07-08351576 Do not use deprecated method File.toURL()Michael Gorovoy1-1/+1
2011-06-28347468 o.e.j.deploy.binding.GlobalWebappConfigBindingTest fails on Windows pl...Michael Gorovoy1-1/+1
2011-05-20organize importsJesse McConnell1-1/+0
2011-05-20Bug 346764 added new binding that provides ordered execution of bindingsJesse McConnell1-0/+75
2011-05-18Bug 345729 add license info and commentJesse McConnell1-0/+29
2011-05-18Bug 345729 change name of key classesJesse McConnell1-1/+1
2011-05-18Bug 345729 remove previous solution in lew of more general approach allowing ...Jesse McConnell2-86/+72
2011-05-13Bug 345729 add binding that can allow for global management of server and sys...Jesse McConnell1-0/+86
2011-05-10345047 Readded deprecated ScanningAppDeployer#setMonitoredDirGreg Wilkins1-0/+9
2011-04-12342504 Scanner ListenerGreg Wilkins1-23/+5
2011-03-07338819 Externally control Deployment Manager application lifecycleMichael Gorovoy2-5/+40
2011-03-07338819 backed out for releaseGreg Wilkins2-40/+5
2011-03-05338819: Externally control Deployment Manager application lifecycle Michael Gorovoy2-5/+40
2011-03-02338607 improve destruction of handlersGreg Wilkins1-1/+1
2011-01-21Fixing broken javadoc and importsJoakim Erdfelt4-16/+10
2011-01-06333679 Refactored jetty-jmx. Improved deployer mbeansGreg Wilkins2-3/+35
2011-01-06333679 Refactored jetty-jmx. Moved mbeans to modules.Greg Wilkins1-0/+18
2010-12-21332937 Added Destroyable interface and reworked dependent lifecycles, special...Greg Wilkins2-17/+9
2010-12-09minor cleanups and test improvementsGreg Wilkins2-7/+3
2010-11-10improved help and debuggingGreg Wilkins1-0/+47
2010-11-07329642 Concurrent modification exception in Deployment ManagerGreg Wilkins1-21/+4
2010-11-04329410 Enforce XmlConfiguration properties as Map<String,String>Greg Wilkins4-8/+13
2010-11-01removed silly includeGreg Wilkins1-1/+0
2010-10-28JETTY-1295 Contexts mixed up when hot-deploying on virtual hostsJan Bartel2-18/+34
2010-10-23328523 Fixed overloaded setters in AppProviderGreg Wilkins1-4/+30
2010-10-21328306 Serialization of FormAuthenticationGreg Wilkins1-7/+0
2010-08-03320073 template deploymentsGreg Wilkins8-430/+91
2010-06-14311550 The WebAppProvider should allow setTempDirectoryJoakim Erdfelt1-8/+60
2010-06-07315925 Improved context xml configuration handlingGreg Wilkins2-2/+17
2010-05-27309185 even more javadoc fixesMichael Gorovoy1-2/+0
2010-04-29309185 - Fix the over 300 Javadoc warningsJoakim Erdfelt8-24/+21
2010-04-14cleaned up importsGreg Wilkins7-20/+2
2010-04-07308420 - convert jetty-plus.xml to use DeploymentManagerJan Bartel1-0/+23
2010-03-30Convert log.info statements to log.debug statements.Jan Bartel2-11/+9
2010-03-05292800 - ContextDeployer - recursive setting is undone by FilenameFilterJan Bartel1-2/+2
2010-03-05292799 - WebAppDeployer - start a started context?Jan Bartel1-1/+1
2010-02-05javadoc tweaksGreg Wilkins2-4/+2
2010-01-28fix trivial mistake that was breaking the hot-redeploy of contexts.Hugues Malphettes1-0/+4
2010-01-25add logback integrationHugues Malphettes1-3/+1
2010-01-18formatGreg Wilkins2-47/+57
2010-01-18reverted the wrong change to WebAppProvider. it was meant to be a change for ...Hugues Malphettes1-0/+18
2010-01-18cleaned the workaround now that bug 294799 is fixed. added to OSGiAppProviede...Hugues Malphettes1-18/+0
2010-01-16refactor AbstractAppProvider into ScanningAppProvider. support new deployment...Hugues Malphettes4-14/+62

Back to the top