Releases: apache/maven-script-interpreter
Releases · apache/maven-script-interpreter
1.6
- [MSHARED-1386] - Manage context ClassLoader for current thread (#121) @slawekjaranowski
📦 Dependency updates
- [MSHARED-1385] - Bump org.apache.groovy:groovy from 4.0.20 to 4.0.21 (#119) @dependabot
- [MSHARED-1383] - Bump org.apache.maven.shared:maven-shared-components from 41 to 42 (#120) @dependabot
- [MSHARED-1384] - Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#118) @dependabot
1.5
🚀 New features and improvements
- [MSHARED-1368] - Synchronize interpreter execution (#115) @slawekjaranowski
- [MSHARED-1359] - Use child first classloader in BeanShellScriptInterpreter (#114) @slawekjaranowski
- [MSHARED-1359] - Optimize classloader in BeanShellScriptInterpreter (#112) @slawekjaranowski
- [MSHARED-1359] - Allow reuse the same classloader for multiple script executions (#109) @slawekjaranowski
📦 Dependency updates
- [MSHARED-1370] - Bump commons-io:commons-io from 2.11.0 to 2.16.0 (#113) @dependabot
- Bump org.apache.groovy:groovy from 4.0.18 to 4.0.20 (#108) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#107) @dependabot
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#105) @dependabot
- Bump org.apache.groovy:groovy from 4.0.17 to 4.0.18 (#104) @dependabot
- Bump org.apache.groovy:groovy from 4.0.6 to 4.0.17 (#102) @dependabot
- [MSHARED-1350] - Upgrade parent POM to version 41 (#103) @slachiewicz
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#99) @dependabot
- Bump org.junit:junit-bom from 5.9.2 to 5.10.0 (#98) @dependabot
- Bump junit-bom from 5.9.1 to 5.9.2 (#90) @dependabot
- Bump apache/maven-gh-actions-shared from 2 to 3 (#93) @dependabot
👻 Maintenance
- [MSHARED-1378] - Cleanup of test code (#117) @slawekjaranowski
- [MSHARED-1371] - Refresh download page (#116) @slawekjaranowski
- Cleanups in dependabot configuration (#111) @slawekjaranowski
- Use default configuration for Jenkins build (#110) @slawekjaranowski
- [MSHARED-1350] - Upgrade parent POM to version 41 (#103) @slachiewicz
- Bump org.junit:junit-bom from 5.9.2 to 5.10.0 (#98) @dependabot
- Bump junit-bom from 5.9.1 to 5.9.2 (#90) @dependabot
1.4
What's Changed
- Bump actions/cache from v2.1.2 to v2.1.3 by @dependabot in #32
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #35
- Bump actions/cache from v2.1.4 to v2.1.5 by @dependabot in #37
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #39
- Bump actions/setup-java from 1 to 2.2.0 by @dependabot in #47
- Bump actions/cache from 2.1.5 to 2.1.6 by @dependabot in #43
- Bump groovy from 2.4.20 to 2.4.21 by @slachiewicz in #48
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.1 by @dependabot in #50
- Bump actions/setup-java from 2.2.0 to 2.3.1 by @dependabot in #51
- [MSHARED-1001] Shared GitHub Actions by @slawekjaranowski in #55
- Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 by @dependabot in #38
- Bump slf4j.version from 1.7.30 to 1.7.32 by @dependabot in #45
- Bump maven-site-plugin from 3.9.1 to 3.10.0 by @dependabot in #56
- Bump maven-site-plugin from 3.10.0 to 3.12.0 by @dependabot in #66
- Bump maven-javadoc-plugin from 3.3.1 to 3.4.0 by @dependabot in #65
- Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.2 by @dependabot in #63
- Bump slf4j.version from 1.7.32 to 1.7.36 by @dependabot in #60
- [MSHARED-1002] Require Java 8 by @slachiewicz in #67
- [MSHARED-1068] Upgrade Groovy to 4.0.2 by @slachiewicz in #68
- Bump junit-bom from 5.8.2 to 5.9.0 by @dependabot in #74
- Bump junit-bom from 5.9.0 to 5.9.1 by @dependabot in #79
- Bump maven-shared-components from 36 to 37 by @dependabot in #73
- Bump groovy from 4.0.2 to 4.0.6 by @dependabot in #81
- Add release drafter by @olamy in #84
- Bump maven-shared-components from 37 to 38 by @dependabot in #83
- ci builds both with jdk 19 by @olamy in #85
- Code cleanup after parent 38 by @slawekjaranowski in #86
- simplify exception management by @olamy in #87
- upgrade to parent 39 by @olamy in #88
New Contributors
Full Changelog: maven-script-interpreter-1.3...maven-script-interpreter-1.4
1.3
What's Changed
- [MSHARED-917] Remove dependency to plexus-component-annotations by @slawekjaranowski in #5
- Bump groovy from 2.5.12 to 2.5.13 by @dependabot in #11
- [MSHARED-910] fix after test with maven-invoker-plugin by @slawekjaranowski in #14
- [MSHARED-911] remove ant from dependabot.yml by @slawekjaranowski in #15
- fix dependabot syntax by @slawekjaranowski in #20
- Bump actions/cache from v2.1.0 to v2.1.1 by @dependabot in #22
- Fix reported issues by @slachiewicz in #24
- Run Github CI with Java 15 by @slachiewicz in #25
- Update plugins to latest versions by @slachiewicz in #26
- Javadoc fixes by @slachiewicz in #27
- [MSHARED-961] Upgrde to BeanShell 2.0b6 by @slachiewicz in #28
- Use maven-fluido-skin 1.9 by @slachiewicz in #29
- Bump junit from 4.13 to 4.13.1 by @dependabot in #30
- Bump actions/cache from v2.1.1 to v2.1.2 by @dependabot in #31
Full Changelog: maven-script-interpreter-1.2...maven-script-interpreter-1.3
1.2
Full Changelog: maven-script-interpreter-1.1...maven-script-interpreter-1.2
1.1
Full Changelog: maven-script-interpreter-1.0...maven-script-interpreter-1.1