build.gradle 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. /*
  2. * Licensed to Elasticsearch under one or more contributor
  3. * license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright
  5. * ownership. Elasticsearch licenses this file to you under
  6. * the Apache License, Version 2.0 (the "License"); you may
  7. * not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. esplugin {
  20. description 'The Python language plugin allows to have python as the language of scripts to execute.'
  21. classname 'org.elasticsearch.plugin.python.PythonPlugin'
  22. }
  23. dependencies {
  24. compile 'org.python:jython-standalone:2.7.0'
  25. }
  26. integTest {
  27. cluster {
  28. setting 'script.inline', 'true'
  29. setting 'script.stored', 'true'
  30. }
  31. }
  32. thirdPartyAudit.excludes = [
  33. // uses internal java api: sun.security.x509 (X509CertInfo, X509CertImpl, X500Name)
  34. 'org.python.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator',
  35. // uses internal java api: sun.misc.Cleaner
  36. 'org.python.netty.util.internal.Cleaner0',
  37. // uses internal java api: sun.misc.Signal
  38. 'jnr.posix.JavaPOSIX',
  39. 'jnr.posix.JavaPOSIX$SunMiscSignalHandler',
  40. // uses internal java api: sun.misc.Unsafe
  41. 'com.kenai.jffi.MemoryIO$UnsafeImpl',
  42. 'com.kenai.jffi.MemoryIO$UnsafeImpl32',
  43. 'com.kenai.jffi.MemoryIO$UnsafeImpl64',
  44. 'org.python.google.common.cache.Striped64',
  45. 'org.python.google.common.cache.Striped64$1',
  46. 'org.python.google.common.cache.Striped64$Cell',
  47. 'org.python.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator',
  48. 'org.python.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1',
  49. 'org.python.netty.util.internal.chmv8.ForkJoinPool$2',
  50. 'org.python.netty.util.internal.PlatformDependent0',
  51. 'org.python.netty.util.internal.UnsafeAtomicIntegerFieldUpdater',
  52. 'org.python.netty.util.internal.UnsafeAtomicLongFieldUpdater',
  53. 'org.python.netty.util.internal.UnsafeAtomicReferenceFieldUpdater',
  54. 'org.python.netty.util.internal.chmv8.ConcurrentHashMapV8',
  55. 'org.python.netty.util.internal.chmv8.ConcurrentHashMapV8$1',
  56. 'org.python.netty.util.internal.chmv8.ConcurrentHashMapV8$TreeBin',
  57. 'org.python.netty.util.internal.chmv8.CountedCompleter',
  58. 'org.python.netty.util.internal.chmv8.CountedCompleter$1',
  59. 'org.python.netty.util.internal.chmv8.ForkJoinPool',
  60. 'org.python.netty.util.internal.chmv8.ForkJoinPool$WorkQueue',
  61. 'org.python.netty.util.internal.chmv8.ForkJoinTask',
  62. 'org.python.netty.util.internal.chmv8.ForkJoinTask$1',
  63. // "uberjaring" (but not shading) classes that have been in the JDK since 1.5
  64. // nice job python.
  65. 'javax.xml.XMLConstants',
  66. 'javax.xml.datatype.DatatypeConfigurationException',
  67. 'javax.xml.datatype.DatatypeConstants$1',
  68. 'javax.xml.datatype.DatatypeConstants$Field',
  69. 'javax.xml.datatype.DatatypeConstants',
  70. 'javax.xml.datatype.DatatypeFactory',
  71. 'javax.xml.datatype.Duration',
  72. 'javax.xml.datatype.FactoryFinder',
  73. 'javax.xml.datatype.SecuritySupport$1',
  74. 'javax.xml.datatype.SecuritySupport$2',
  75. 'javax.xml.datatype.SecuritySupport$3',
  76. 'javax.xml.datatype.SecuritySupport$4',
  77. 'javax.xml.datatype.SecuritySupport$5',
  78. 'javax.xml.datatype.SecuritySupport',
  79. 'javax.xml.datatype.XMLGregorianCalendar',
  80. 'javax.xml.namespace.NamespaceContext',
  81. 'javax.xml.namespace.QName$1',
  82. 'javax.xml.namespace.QName',
  83. 'javax.xml.parsers.DocumentBuilder',
  84. 'javax.xml.parsers.DocumentBuilderFactory',
  85. 'javax.xml.parsers.FactoryConfigurationError',
  86. 'javax.xml.parsers.FactoryFinder',
  87. 'javax.xml.parsers.ParserConfigurationException',
  88. 'javax.xml.parsers.SAXParser',
  89. 'javax.xml.parsers.SAXParserFactory',
  90. 'javax.xml.parsers.SecuritySupport$1',
  91. 'javax.xml.parsers.SecuritySupport$2',
  92. 'javax.xml.parsers.SecuritySupport$3',
  93. 'javax.xml.parsers.SecuritySupport$4',
  94. 'javax.xml.parsers.SecuritySupport$5',
  95. 'javax.xml.parsers.SecuritySupport',
  96. 'javax.xml.stream.EventFilter',
  97. 'javax.xml.stream.FactoryConfigurationError',
  98. 'javax.xml.stream.FactoryFinder',
  99. 'javax.xml.stream.Location',
  100. 'javax.xml.stream.SecuritySupport$1',
  101. 'javax.xml.stream.SecuritySupport$2',
  102. 'javax.xml.stream.SecuritySupport$3',
  103. 'javax.xml.stream.SecuritySupport$4',
  104. 'javax.xml.stream.SecuritySupport$5',
  105. 'javax.xml.stream.SecuritySupport',
  106. 'javax.xml.stream.StreamFilter',
  107. 'javax.xml.stream.XMLEventFactory',
  108. 'javax.xml.stream.XMLEventReader',
  109. 'javax.xml.stream.XMLEventWriter',
  110. 'javax.xml.stream.XMLInputFactory',
  111. 'javax.xml.stream.XMLOutputFactory',
  112. 'javax.xml.stream.XMLReporter',
  113. 'javax.xml.stream.XMLResolver',
  114. 'javax.xml.stream.XMLStreamConstants',
  115. 'javax.xml.stream.XMLStreamException',
  116. 'javax.xml.stream.XMLStreamReader',
  117. 'javax.xml.stream.XMLStreamWriter',
  118. 'javax.xml.stream.events.Attribute',
  119. 'javax.xml.stream.events.Characters',
  120. 'javax.xml.stream.events.Comment',
  121. 'javax.xml.stream.events.DTD',
  122. 'javax.xml.stream.events.EndDocument',
  123. 'javax.xml.stream.events.EndElement',
  124. 'javax.xml.stream.events.EntityDeclaration',
  125. 'javax.xml.stream.events.EntityReference',
  126. 'javax.xml.stream.events.Namespace',
  127. 'javax.xml.stream.events.NotationDeclaration',
  128. 'javax.xml.stream.events.ProcessingInstruction',
  129. 'javax.xml.stream.events.StartDocument',
  130. 'javax.xml.stream.events.StartElement',
  131. 'javax.xml.stream.events.XMLEvent',
  132. 'javax.xml.stream.util.EventReaderDelegate',
  133. 'javax.xml.stream.util.StreamReaderDelegate',
  134. 'javax.xml.stream.util.XMLEventAllocator',
  135. 'javax.xml.stream.util.XMLEventConsumer',
  136. 'javax.xml.transform.ErrorListener',
  137. 'javax.xml.transform.FactoryFinder',
  138. 'javax.xml.transform.OutputKeys',
  139. 'javax.xml.transform.Result',
  140. 'javax.xml.transform.SecuritySupport$1',
  141. 'javax.xml.transform.SecuritySupport$2',
  142. 'javax.xml.transform.SecuritySupport$3',
  143. 'javax.xml.transform.SecuritySupport$4',
  144. 'javax.xml.transform.SecuritySupport$5',
  145. 'javax.xml.transform.SecuritySupport',
  146. 'javax.xml.transform.Source',
  147. 'javax.xml.transform.SourceLocator',
  148. 'javax.xml.transform.Templates',
  149. 'javax.xml.transform.Transformer',
  150. 'javax.xml.transform.TransformerConfigurationException',
  151. 'javax.xml.transform.TransformerException',
  152. 'javax.xml.transform.TransformerFactory',
  153. 'javax.xml.transform.TransformerFactoryConfigurationError',
  154. 'javax.xml.transform.URIResolver',
  155. 'javax.xml.transform.dom.DOMLocator',
  156. 'javax.xml.transform.dom.DOMResult',
  157. 'javax.xml.transform.dom.DOMSource',
  158. 'javax.xml.transform.sax.SAXResult',
  159. 'javax.xml.transform.sax.SAXSource',
  160. 'javax.xml.transform.sax.SAXTransformerFactory',
  161. 'javax.xml.transform.sax.TemplatesHandler',
  162. 'javax.xml.transform.sax.TransformerHandler',
  163. 'javax.xml.transform.stax.StAXResult',
  164. 'javax.xml.transform.stax.StAXSource',
  165. 'javax.xml.transform.stream.StreamResult',
  166. 'javax.xml.transform.stream.StreamSource',
  167. 'javax.xml.validation.Schema',
  168. 'javax.xml.validation.SchemaFactory',
  169. 'javax.xml.validation.SchemaFactoryFinder$1',
  170. 'javax.xml.validation.SchemaFactoryFinder$2',
  171. 'javax.xml.validation.SchemaFactoryFinder',
  172. 'javax.xml.validation.SchemaFactoryLoader',
  173. 'javax.xml.validation.SecuritySupport$1',
  174. 'javax.xml.validation.SecuritySupport$2',
  175. 'javax.xml.validation.SecuritySupport$3',
  176. 'javax.xml.validation.SecuritySupport$4',
  177. 'javax.xml.validation.SecuritySupport$5',
  178. 'javax.xml.validation.SecuritySupport$6',
  179. 'javax.xml.validation.SecuritySupport$7',
  180. 'javax.xml.validation.SecuritySupport$8',
  181. 'javax.xml.validation.SecuritySupport',
  182. 'javax.xml.validation.TypeInfoProvider',
  183. 'javax.xml.validation.Validator',
  184. 'javax.xml.validation.ValidatorHandler',
  185. 'javax.xml.xpath.SecuritySupport$1',
  186. 'javax.xml.xpath.SecuritySupport$2',
  187. 'javax.xml.xpath.SecuritySupport$3',
  188. 'javax.xml.xpath.SecuritySupport$4',
  189. 'javax.xml.xpath.SecuritySupport$5',
  190. 'javax.xml.xpath.SecuritySupport$6',
  191. 'javax.xml.xpath.SecuritySupport$7',
  192. 'javax.xml.xpath.SecuritySupport$8',
  193. 'javax.xml.xpath.SecuritySupport',
  194. 'javax.xml.xpath.XPath',
  195. 'javax.xml.xpath.XPathConstants',
  196. 'javax.xml.xpath.XPathException',
  197. 'javax.xml.xpath.XPathExpression',
  198. 'javax.xml.xpath.XPathExpressionException',
  199. 'javax.xml.xpath.XPathFactory',
  200. 'javax.xml.xpath.XPathFactoryConfigurationException',
  201. 'javax.xml.xpath.XPathFactoryFinder$1',
  202. 'javax.xml.xpath.XPathFactoryFinder$2',
  203. 'javax.xml.xpath.XPathFactoryFinder',
  204. 'javax.xml.xpath.XPathFunction',
  205. 'javax.xml.xpath.XPathFunctionException',
  206. 'javax.xml.xpath.XPathFunctionResolver',
  207. 'javax.xml.xpath.XPathVariableResolver',
  208. 'org.w3c.dom.Attr',
  209. 'org.w3c.dom.CDATASection',
  210. 'org.w3c.dom.CharacterData',
  211. 'org.w3c.dom.Comment',
  212. 'org.w3c.dom.DOMConfiguration',
  213. 'org.w3c.dom.DOMError',
  214. 'org.w3c.dom.DOMErrorHandler',
  215. 'org.w3c.dom.DOMException',
  216. 'org.w3c.dom.DOMImplementation',
  217. 'org.w3c.dom.DOMImplementationList',
  218. 'org.w3c.dom.DOMImplementationSource',
  219. 'org.w3c.dom.DOMLocator',
  220. 'org.w3c.dom.DOMStringList',
  221. 'org.w3c.dom.Document',
  222. 'org.w3c.dom.DocumentFragment',
  223. 'org.w3c.dom.DocumentType',
  224. 'org.w3c.dom.Element',
  225. 'org.w3c.dom.Entity',
  226. 'org.w3c.dom.EntityReference',
  227. 'org.w3c.dom.NameList',
  228. 'org.w3c.dom.NamedNodeMap',
  229. 'org.w3c.dom.Node',
  230. 'org.w3c.dom.NodeList',
  231. 'org.w3c.dom.Notation',
  232. 'org.w3c.dom.ProcessingInstruction',
  233. 'org.w3c.dom.Text',
  234. 'org.w3c.dom.TypeInfo',
  235. 'org.w3c.dom.UserDataHandler',
  236. 'org.w3c.dom.bootstrap.DOMImplementationRegistry$1',
  237. 'org.w3c.dom.bootstrap.DOMImplementationRegistry$2',
  238. 'org.w3c.dom.bootstrap.DOMImplementationRegistry$3',
  239. 'org.w3c.dom.bootstrap.DOMImplementationRegistry$4',
  240. 'org.w3c.dom.bootstrap.DOMImplementationRegistry',
  241. 'org.w3c.dom.css.CSS2Properties',
  242. 'org.w3c.dom.css.CSSCharsetRule',
  243. 'org.w3c.dom.css.CSSFontFaceRule',
  244. 'org.w3c.dom.css.CSSImportRule',
  245. 'org.w3c.dom.css.CSSMediaRule',
  246. 'org.w3c.dom.css.CSSPageRule',
  247. 'org.w3c.dom.css.CSSPrimitiveValue',
  248. 'org.w3c.dom.css.CSSRule',
  249. 'org.w3c.dom.css.CSSRuleList',
  250. 'org.w3c.dom.css.CSSStyleDeclaration',
  251. 'org.w3c.dom.css.CSSStyleRule',
  252. 'org.w3c.dom.css.CSSStyleSheet',
  253. 'org.w3c.dom.css.CSSUnknownRule',
  254. 'org.w3c.dom.css.CSSValue',
  255. 'org.w3c.dom.css.CSSValueList',
  256. 'org.w3c.dom.css.Counter',
  257. 'org.w3c.dom.css.DOMImplementationCSS',
  258. 'org.w3c.dom.css.DocumentCSS',
  259. 'org.w3c.dom.css.ElementCSSInlineStyle',
  260. 'org.w3c.dom.css.RGBColor',
  261. 'org.w3c.dom.css.Rect',
  262. 'org.w3c.dom.css.ViewCSS',
  263. 'org.w3c.dom.events.DocumentEvent',
  264. 'org.w3c.dom.events.Event',
  265. 'org.w3c.dom.events.EventException',
  266. 'org.w3c.dom.events.EventListener',
  267. 'org.w3c.dom.events.EventTarget',
  268. 'org.w3c.dom.events.MouseEvent',
  269. 'org.w3c.dom.events.MutationEvent',
  270. 'org.w3c.dom.events.UIEvent',
  271. 'org.w3c.dom.html.HTMLAnchorElement',
  272. 'org.w3c.dom.html.HTMLAppletElement',
  273. 'org.w3c.dom.html.HTMLAreaElement',
  274. 'org.w3c.dom.html.HTMLBRElement',
  275. 'org.w3c.dom.html.HTMLBaseElement',
  276. 'org.w3c.dom.html.HTMLBaseFontElement',
  277. 'org.w3c.dom.html.HTMLBodyElement',
  278. 'org.w3c.dom.html.HTMLButtonElement',
  279. 'org.w3c.dom.html.HTMLCollection',
  280. 'org.w3c.dom.html.HTMLDListElement',
  281. 'org.w3c.dom.html.HTMLDOMImplementation',
  282. 'org.w3c.dom.html.HTMLDirectoryElement',
  283. 'org.w3c.dom.html.HTMLDivElement',
  284. 'org.w3c.dom.html.HTMLDocument',
  285. 'org.w3c.dom.html.HTMLElement',
  286. 'org.w3c.dom.html.HTMLFieldSetElement',
  287. 'org.w3c.dom.html.HTMLFontElement',
  288. 'org.w3c.dom.html.HTMLFormElement',
  289. 'org.w3c.dom.html.HTMLFrameElement',
  290. 'org.w3c.dom.html.HTMLFrameSetElement',
  291. 'org.w3c.dom.html.HTMLHRElement',
  292. 'org.w3c.dom.html.HTMLHeadElement',
  293. 'org.w3c.dom.html.HTMLHeadingElement',
  294. 'org.w3c.dom.html.HTMLHtmlElement',
  295. 'org.w3c.dom.html.HTMLIFrameElement',
  296. 'org.w3c.dom.html.HTMLImageElement',
  297. 'org.w3c.dom.html.HTMLInputElement',
  298. 'org.w3c.dom.html.HTMLIsIndexElement',
  299. 'org.w3c.dom.html.HTMLLIElement',
  300. 'org.w3c.dom.html.HTMLLabelElement',
  301. 'org.w3c.dom.html.HTMLLegendElement',
  302. 'org.w3c.dom.html.HTMLLinkElement',
  303. 'org.w3c.dom.html.HTMLMapElement',
  304. 'org.w3c.dom.html.HTMLMenuElement',
  305. 'org.w3c.dom.html.HTMLMetaElement',
  306. 'org.w3c.dom.html.HTMLModElement',
  307. 'org.w3c.dom.html.HTMLOListElement',
  308. 'org.w3c.dom.html.HTMLObjectElement',
  309. 'org.w3c.dom.html.HTMLOptGroupElement',
  310. 'org.w3c.dom.html.HTMLOptionElement',
  311. 'org.w3c.dom.html.HTMLParagraphElement',
  312. 'org.w3c.dom.html.HTMLParamElement',
  313. 'org.w3c.dom.html.HTMLPreElement',
  314. 'org.w3c.dom.html.HTMLQuoteElement',
  315. 'org.w3c.dom.html.HTMLScriptElement',
  316. 'org.w3c.dom.html.HTMLSelectElement',
  317. 'org.w3c.dom.html.HTMLStyleElement',
  318. 'org.w3c.dom.html.HTMLTableCaptionElement',
  319. 'org.w3c.dom.html.HTMLTableCellElement',
  320. 'org.w3c.dom.html.HTMLTableColElement',
  321. 'org.w3c.dom.html.HTMLTableElement',
  322. 'org.w3c.dom.html.HTMLTableRowElement',
  323. 'org.w3c.dom.html.HTMLTableSectionElement',
  324. 'org.w3c.dom.html.HTMLTextAreaElement',
  325. 'org.w3c.dom.html.HTMLTitleElement',
  326. 'org.w3c.dom.html.HTMLUListElement',
  327. 'org.w3c.dom.ls.DOMImplementationLS',
  328. 'org.w3c.dom.ls.LSException',
  329. 'org.w3c.dom.ls.LSInput',
  330. 'org.w3c.dom.ls.LSLoadEvent',
  331. 'org.w3c.dom.ls.LSOutput',
  332. 'org.w3c.dom.ls.LSParser',
  333. 'org.w3c.dom.ls.LSParserFilter',
  334. 'org.w3c.dom.ls.LSProgressEvent',
  335. 'org.w3c.dom.ls.LSResourceResolver',
  336. 'org.w3c.dom.ls.LSSerializer',
  337. 'org.w3c.dom.ls.LSSerializerFilter',
  338. 'org.w3c.dom.ranges.DocumentRange',
  339. 'org.w3c.dom.ranges.Range',
  340. 'org.w3c.dom.ranges.RangeException',
  341. 'org.w3c.dom.stylesheets.DocumentStyle',
  342. 'org.w3c.dom.stylesheets.LinkStyle',
  343. 'org.w3c.dom.stylesheets.MediaList',
  344. 'org.w3c.dom.stylesheets.StyleSheet',
  345. 'org.w3c.dom.stylesheets.StyleSheetList',
  346. 'org.w3c.dom.traversal.DocumentTraversal',
  347. 'org.w3c.dom.traversal.NodeFilter',
  348. 'org.w3c.dom.traversal.NodeIterator',
  349. 'org.w3c.dom.traversal.TreeWalker',
  350. 'org.w3c.dom.views.AbstractView',
  351. 'org.w3c.dom.views.DocumentView',
  352. 'org.w3c.dom.xpath.XPathEvaluator',
  353. 'org.w3c.dom.xpath.XPathException',
  354. 'org.w3c.dom.xpath.XPathExpression',
  355. 'org.w3c.dom.xpath.XPathNSResolver',
  356. 'org.w3c.dom.xpath.XPathNamespace',
  357. 'org.w3c.dom.xpath.XPathResult',
  358. 'org.xml.sax.AttributeList',
  359. 'org.xml.sax.Attributes',
  360. 'org.xml.sax.ContentHandler',
  361. 'org.xml.sax.DTDHandler',
  362. 'org.xml.sax.DocumentHandler',
  363. 'org.xml.sax.EntityResolver',
  364. 'org.xml.sax.ErrorHandler',
  365. 'org.xml.sax.HandlerBase',
  366. 'org.xml.sax.InputSource',
  367. 'org.xml.sax.Locator',
  368. 'org.xml.sax.Parser',
  369. 'org.xml.sax.SAXException',
  370. 'org.xml.sax.SAXNotRecognizedException',
  371. 'org.xml.sax.SAXNotSupportedException',
  372. 'org.xml.sax.SAXParseException',
  373. 'org.xml.sax.XMLFilter',
  374. 'org.xml.sax.XMLReader',
  375. 'org.xml.sax.ext.Attributes2',
  376. 'org.xml.sax.ext.Attributes2Impl',
  377. 'org.xml.sax.ext.DeclHandler',
  378. 'org.xml.sax.ext.DefaultHandler2',
  379. 'org.xml.sax.ext.EntityResolver2',
  380. 'org.xml.sax.ext.LexicalHandler',
  381. 'org.xml.sax.ext.Locator2',
  382. 'org.xml.sax.ext.Locator2Impl',
  383. 'org.xml.sax.helpers.AttributeListImpl',
  384. 'org.xml.sax.helpers.AttributesImpl',
  385. 'org.xml.sax.helpers.DefaultHandler',
  386. 'org.xml.sax.helpers.LocatorImpl',
  387. 'org.xml.sax.helpers.NamespaceSupport$Context',
  388. 'org.xml.sax.helpers.NamespaceSupport',
  389. 'org.xml.sax.helpers.NewInstance',
  390. 'org.xml.sax.helpers.ParserAdapter$AttributeListAdapter',
  391. 'org.xml.sax.helpers.ParserAdapter',
  392. 'org.xml.sax.helpers.ParserFactory',
  393. 'org.xml.sax.helpers.SecuritySupport$1',
  394. 'org.xml.sax.helpers.SecuritySupport$2',
  395. 'org.xml.sax.helpers.SecuritySupport$3',
  396. 'org.xml.sax.helpers.SecuritySupport$4',
  397. 'org.xml.sax.helpers.SecuritySupport',
  398. 'org.xml.sax.helpers.XMLFilterImpl',
  399. 'org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter',
  400. 'org.xml.sax.helpers.XMLReaderAdapter',
  401. 'org.xml.sax.helpers.XMLReaderFactory',
  402. // classes are missing
  403. 'com.jcraft.jzlib.Deflater',
  404. 'com.jcraft.jzlib.Inflater',
  405. 'com.jcraft.jzlib.JZlib$WrapperType',
  406. 'com.jcraft.jzlib.JZlib',
  407. 'javassist.ClassClassPath',
  408. 'javassist.ClassPath',
  409. 'javassist.ClassPool',
  410. 'javassist.CtClass',
  411. 'javassist.CtMethod',
  412. 'javax.servlet.Filter',
  413. 'javax.servlet.FilterChain',
  414. 'javax.servlet.FilterConfig',
  415. 'javax.servlet.ServletConfig',
  416. 'javax.servlet.ServletContext',
  417. 'javax.servlet.ServletContextEvent',
  418. 'javax.servlet.ServletContextListener',
  419. 'javax.servlet.ServletException',
  420. 'javax.servlet.ServletRequest',
  421. 'javax.servlet.ServletResponse',
  422. 'javax.servlet.http.HttpServlet',
  423. 'javax.servlet.http.HttpServletRequest',
  424. 'javax.servlet.http.HttpServletResponse',
  425. 'jnr.x86asm.Asm',
  426. 'jnr.x86asm.Assembler',
  427. 'jnr.x86asm.CPU',
  428. 'jnr.x86asm.Mem',
  429. 'jnr.x86asm.Register',
  430. 'junit.framework.Assert',
  431. 'junit.framework.TestCase',
  432. 'org.antlr.stringtemplate.StringTemplate',
  433. 'org.eclipse.jetty.alpn.ALPN$ClientProvider',
  434. 'org.eclipse.jetty.alpn.ALPN$ServerProvider',
  435. 'org.eclipse.jetty.alpn.ALPN',
  436. 'org.eclipse.jetty.npn.NextProtoNego$ClientProvider',
  437. 'org.eclipse.jetty.npn.NextProtoNego$ServerProvider',
  438. 'org.eclipse.jetty.npn.NextProtoNego',
  439. 'org.jboss.marshalling.ByteInput',
  440. 'org.jboss.marshalling.ByteOutput',
  441. 'org.jboss.marshalling.Marshaller',
  442. 'org.jboss.marshalling.MarshallerFactory',
  443. 'org.jboss.marshalling.MarshallingConfiguration',
  444. 'org.jboss.marshalling.Unmarshaller',
  445. 'org.junit.Assert',
  446. 'org.junit.internal.matchers.CombinableMatcher',
  447. 'org.junit.matchers.JUnitMatchers',
  448. 'org.junit.runner.JUnitCore',
  449. 'org.python.apache.commons.logging.Log',
  450. 'org.python.apache.commons.logging.LogFactory',
  451. 'org.python.apache.log4j.Level',
  452. 'org.python.apache.log4j.Logger',
  453. 'org.python.apache.tomcat.jni.Buffer',
  454. 'org.python.apache.tomcat.jni.CertificateVerifier',
  455. 'org.python.apache.tomcat.jni.Library',
  456. 'org.python.apache.tomcat.jni.Pool',
  457. 'org.python.apache.tomcat.jni.SSL',
  458. 'org.python.apache.tomcat.jni.SSLContext',
  459. 'org.python.apache.tools.ant.BuildException',
  460. 'org.python.apache.tools.ant.DirectoryScanner',
  461. 'org.python.apache.tools.ant.Project',
  462. 'org.python.apache.tools.ant.taskdefs.Execute',
  463. 'org.python.apache.tools.ant.taskdefs.Java',
  464. 'org.python.apache.tools.ant.taskdefs.MatchingTask',
  465. 'org.python.apache.tools.ant.types.Commandline$Argument',
  466. 'org.python.apache.tools.ant.types.Path',
  467. 'org.python.apache.tools.ant.types.Resource',
  468. 'org.python.apache.tools.ant.types.ResourceCollection',
  469. 'org.python.apache.tools.ant.types.resources.BaseResourceCollectionContainer',
  470. 'org.python.apache.tools.ant.util.GlobPatternMapper',
  471. 'org.python.apache.tools.ant.util.SourceFileScanner',
  472. 'org.python.apache.xml.resolver.Catalog',
  473. 'org.python.apache.xml.resolver.CatalogManager',
  474. 'org.python.apache.xml.resolver.readers.SAXCatalogReader',
  475. 'org.python.google.protobuf.CodedInputStream',
  476. 'org.python.google.protobuf.CodedOutputStream',
  477. 'org.python.google.protobuf.ExtensionRegistry',
  478. 'org.python.google.protobuf.ExtensionRegistryLite',
  479. 'org.python.google.protobuf.MessageLite$Builder',
  480. 'org.python.google.protobuf.MessageLite',
  481. 'org.python.google.protobuf.MessageLiteOrBuilder',
  482. 'org.python.google.protobuf.Parser',
  483. 'org.python.objectweb.asm.tree.AbstractInsnNode',
  484. 'org.python.objectweb.asm.tree.ClassNode',
  485. 'org.python.objectweb.asm.tree.InsnList',
  486. 'org.python.objectweb.asm.tree.InsnNode',
  487. 'org.python.objectweb.asm.tree.JumpInsnNode',
  488. 'org.python.objectweb.asm.tree.LabelNode',
  489. 'org.python.objectweb.asm.tree.LocalVariableNode',
  490. 'org.python.objectweb.asm.tree.LookupSwitchInsnNode',
  491. 'org.python.objectweb.asm.tree.MethodNode',
  492. 'org.python.objectweb.asm.tree.TableSwitchInsnNode',
  493. 'org.python.objectweb.asm.tree.TryCatchBlockNode',
  494. 'org.python.objectweb.asm.tree.analysis.Analyzer',
  495. 'org.python.objectweb.asm.tree.analysis.BasicValue',
  496. 'org.python.objectweb.asm.tree.analysis.BasicVerifier',
  497. 'org.python.objectweb.asm.tree.analysis.Frame',
  498. 'org.python.objectweb.asm.tree.analysis.SimpleVerifier',
  499. 'org.slf4j.Logger',
  500. 'org.slf4j.LoggerFactory',
  501. 'org.tukaani.xz.ARMOptions',
  502. 'org.tukaani.xz.ARMThumbOptions',
  503. 'org.tukaani.xz.DeltaOptions',
  504. 'org.tukaani.xz.FilterOptions',
  505. 'org.tukaani.xz.FinishableWrapperOutputStream',
  506. 'org.tukaani.xz.IA64Options',
  507. 'org.tukaani.xz.LZMA2InputStream',
  508. 'org.tukaani.xz.LZMA2Options',
  509. 'org.tukaani.xz.LZMAInputStream',
  510. 'org.tukaani.xz.PowerPCOptions',
  511. 'org.tukaani.xz.SPARCOptions',
  512. 'org.tukaani.xz.SingleXZInputStream',
  513. 'org.tukaani.xz.UnsupportedOptionsException',
  514. 'org.tukaani.xz.X86Options',
  515. 'org.tukaani.xz.XZ',
  516. 'org.tukaani.xz.XZInputStream',
  517. 'org.tukaani.xz.XZOutputStream',
  518. ]