maven-script-interpreter/maven-script-interpreter.changes

53 lines
2.1 KiB
Plaintext

-------------------------------------------------------------------
Fri Sep 27 09:04:07 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 1.6
* Changes
+ [MSHARED-1001] Shared GitHub Actions
+ [MSHARED-1002] Require Java 8
+ [MSHARED-1068] Upgrade Groovy to 4.0.2
+ simplify exception management
+ [MSHARED-1368] - Synchronize interpreter execution
+ [MSHARED-1359] - Use child first classloader in
BeanShellScriptInterpreter
+ [MSHARED-1359] - Optimize classloader in
BeanShellScriptInterpreter
+ [MSHARED-1359] - Allow reuse the same classloader for multiple
script executions
+ [MSHARED-1386] - Manage context ClassLoader for current thread
-------------------------------------------------------------------
Thu Apr 28 11:43:55 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 1.3
* Improvement
+ [MSHARED-828] - Require Java 7
+ [MSHARED-879] - make build Reproducible
+ [MSHARED-906] - Add GitHub Action to confirm build PR
+ [MSHARED-907] - Output build log from script to maven mojo log
+ [MSHARED-910] - Redundant option failOnException
+ [MSHARED-911] - Replace AntClassLoader by RootLoader
+ [MSHARED-914] - Detailed message from failed script evaluation
shouldn't be propagated
+ [MSHARED-917] - Remove dependency to
plexus-component-annotations
+ [MSHARED-939] - Remove Apache Ivy from dependency
* Task
+ [MSHARED-960] - document how to use Grapes in a Groovy script
-------------------------------------------------------------------
Mon Mar 21 04:36:58 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
-------------------------------------------------------------------
Tue May 11 15:03:57 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Do not build against the legacy guava20 package
-------------------------------------------------------------------
Fri Mar 29 07:33:58 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of maven-script-interpreter 1.2
- Generate and customize ant build.xml file