Marc Handalian
d7d41085f8
Add Shadow jar publication to lang-painless module. ( #2681 )
...
* Add Shadow jar publication to lang-painless module.
This change creates a shadow jar for asm dependencies so
that they do not conflict with direct asm dependencies from log4j AL2 patch.
Signed-off-by: Marc Handalian <handalm@amazon.com>
* Remove security.manager systemProperty that is not required.
Signed-off-by: Marc Handalian <handalm@amazon.com>
* Add explicit task dependency for publishing to maven local required by gradle.
Signed-off-by: Marc Handalian <handalm@amazon.com>
* Move asm dependencies back to api scope.
Signed-off-by: Marc Handalian <handalm@amazon.com>
2022-04-01 16:40:42 -04:00
dependabot[bot]
932cab67bd
Bump asm-tree from 7.2 to 9.2 in /modules/lang-painless ( #2617 )
...
* Bump asm-tree from 7.2 to 9.2 in /modules/lang-painless
Bumps asm-tree from 7.2 to 9.2.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-tree
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updating SHAs
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2022-03-28 15:03:19 -04:00
dependabot[bot]
fb76361812
Bump antlr4 from 4.5.3 to 4.9.3 in /modules/lang-painless ( #2537 )
...
Bumps [antlr4](https://github.com/antlr/antlr4 ) from 4.5.3 to 4.9.3.
- [Release notes](https://github.com/antlr/antlr4/releases )
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt )
- [Commits](https://github.com/antlr/antlr4/compare/4.5.3...4.9.3 )
---
updated-dependencies:
- dependency-name: org.antlr:antlr4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 23:32:44 -05:00
dependabot[bot]
6a2b47146a
Bump asm-commons from 7.2 to 9.2 in /modules/lang-painless ( #2234 )
...
* Bump asm-commons from 7.2 to 9.2 in /modules/lang-painless
Bumps asm-commons from 7.2 to 9.2.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-commons
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updating SHAs
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2022-03-21 15:05:08 -04:00
dependabot[bot]
e4357180cc
Bump asm from 7.2 to 9.2 in /modules/lang-painless ( #2124 )
...
* Bump asm from 7.2 to 9.2 in /modules/lang-painless
Bumps asm from 7.2 to 9.2.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updating SHAs
Signed-off-by: dependabot[bot] <support@github.com>
* Fixing failing precommit and check
Signed-off-by: Vacha Shah <vachshah@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vacha Shah <vachshah@amazon.com>
2022-02-23 17:30:26 -08:00
Jack Conradson
a780ec14f0
Painless: Upgrade ASM to 7.2 ( #49263 )
...
This upgrades Painless to use the latest ASM libraries providing support up
to Java 14. Note the library is not published with the latest versions in an
"all" package, so we pick up each lib independently that's required. There
were some changes to the getType method that require descriptors to be
used in place of internal class names.
2019-11-20 07:09:47 -08:00
Jack Conradson
abaede2373
Upgrade Painless from ANTLR 4.5.1-1 to ANTLR 4.5.3. ( #27153 )
2017-10-27 11:07:49 -07:00
Robert Muir
0bfb166eeb
merge master
2016-06-11 13:23:17 -04:00
Jack Conradson
7986770e5f
Moved Painless from a plugin to a module.
...
Closes #16755
2016-02-21 16:50:54 -08:00