All Versions
15
Latest Version
Avg Release Cycle
118 days
Latest Release
828 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.6 Changes
December 16, 2020- Avoid returning null when reading pom from file in some cases
- see https://github.com/takari/polyglot-maven/pull/219
- fixes https://github.com/takari/polyglot-maven/issues/198
- contributed by Christoph Läubrich https://github.com/laeubi
- 🚀 Do not Maven deploy goal fails with -f because of missing .polyglot.pom.*
- see https://github.com/takari/polyglot-maven/pull/221
- fixes https://github.com/takari/polyglot-maven/issues/220
- contributed by Robert Thornton https://github.com/thorntonrp
- ⬆️ Upgrade to Kotlin 1.4.0
- see https://github.com/takari/polyglot-maven/commit/d204e38db3995cc7fdc2b2bd2724c6dba6932429
- fixes https://github.com/takari/polyglot-maven/issues/214
- contributed by Robert Thornton https://github.com/thorntonrp
- ⬆️ Upgrade to Groovy 2.5.14
- ⬆️ Upgrade commons-beanutils to 1.9.4
- contributed by Manfred Moser - http://www.simpligility.com
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- Avoid returning null when reading pom from file in some cases
-
v0.4.5 Changes
March 03, 2020- ✂ Remove upper bound for JDK version to allow Java 11 and newer
- contributed by Manfred Moser - http://www.simpligility.com
- ⏪ polyglot-kotlin - revert automatic source folder setting to koltin
- fixes https://github.com/takari/polyglot-maven/issues/205
- contributed by Manfred Moser - http://www.simpligility.com
- ⚡️ Update xstream version in test resources to avoid security alerts
- contributed by Manfred Moser - http://www.simpligility.com
- Avoid assumption about replacement pom file being readable
- see https://github.com/takari/polyglot-maven/pull/212
- fixes https://github.com/takari/polyglot-maven/issues/210
- contributed by Christoph Läubrich https://github.com/laeubi
- 🛠 Fix sorting in model manager
- see https://github.com/takari/polyglot-maven/pull/211
- fixes https://github.com/takari/polyglot-maven/issues/209
- contributed by Christoph Läubrich https://github.com/laeubi
- ⬆️ Upgrade scala-maven-plugin, clojure-maven-plugin and Clojure
- contributed by Manfred Moser - http://www.simpligility.com
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- ✂ Remove upper bound for JDK version to allow Java 11 and newer
-
v0.4.4 Changes
November 24, 2019- polyglot-kotlin
- Set source folders to kotlin
- see https://github.com/takari/polyglot-maven/pull/202
- fixes https://github.com/takari/polyglot-maven/issues/201
- contributed by Nils Olson https://github.com/nilols
- Upgrade to kotlin 1.3.60
- contributed by Manfred Moser - http://www.simpligility.com
- General
- Provide a mechanism to override properties of a polyglot build
- see https://github.com/takari/polyglot-maven/pull/197
- fixes https://github.com/takari/polyglot-maven/issues/193
- contributed by Christoph Läubrich https://github.com/laeubi
- TeslaModelProcessor.locatePom(File) ignores files ending in.xml
- see https://github.com/takari/polyglot-maven/pull/196
- fixes https://github.com/takari/polyglot-maven/issues/192
- contributed by Christoph Läubrich https://github.com/laeubi
- Use platform encoding in ModelReaderSupport
- see https://github.com/takari/polyglot-maven/pull/195
- fixes https://github.com/takari/polyglot-maven/issues/192
- contributed by Christoph Läubrich https://github.com/laeubi
- Invoker plugin update
- contributed by Manfred Moser - http://www.simpligility.com
- takari parent update
- contributed by Manfred Moser - http://www.simpligility.com
- plexus-component-metadata update to 2.1.0
- contributed by Manfred Moser - http://www.simpligility.com
- maven-enforcer-plugin update to 3.0.0-M3
- contributed by Manfred Moser - http://www.simpligility.com
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- polyglot-kotlin
-
v0.4.3 Changes
August 14, 2019- polyglot-kotlin
- Avoid IllegalStateException
- see https://github.com/takari/polyglot-maven/pull/190
- contributed by Robert Thornton https://github.com/thorntonrp
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- polyglot-kotlin
-
v0.4.2 Changes
August 01, 2019- polyglot-kotlin
- improved support for IntelliJ Idea usage
- see https://github.com/takari/polyglot-maven/pull/187
- blog post https://craftsmen.nl/polyglot-maven-kotlin-instead-of-xml/
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- polyglot-kotlin
-
v0.4.1 Changes
June 05, 2019- polyglot-kotlin
- kotlin update
- numerous improvements to more idiomatic kotlin
- see https://github.com/takari/polyglot-maven/pull/184
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- polyglot-kotlin
-
v0.4.0 Changes
March 10, 2019- polyglot-common:
- Execute tasks are now installed with inheritable set to false
- The
ExecuteContext
interface now has default implementations - The
ExecuteContext
now includesgetMavenSession()
- the
ExecuteContext
now includesgetLog()
to comport with Java bean conventions. Thelog()
operation has been deprecated. - the
ExecuteContext
now includesgetBasedir()
to comport with Java bean conventions. Thebasedir()
operation has been deprecated.
- polyglot-kotlin:
- Updates Kotlin to 1.3.21
- Includes support for Maven's ClassRealm
- Includes full support for the entire Maven model
- Includes support for execute tasks via as inline lambdas or as external scripts.
- Adds integration tests
- Provides 100% test coverage for the entire Maven model
- Resolves ClassLoader issues that affected integration with IntelliJ IDEA
- The above enhancements were contributed by Robert Thornton https://github.com/thorntonrp
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- polyglot-common:
-
v0.3.2 Changes
October 20, 2018- 🛠 polyglot-java: fixed depMgt conversion
- 💎 polyglot-ruby: java9+ support improvement
- see https://github.com/takari/polyglot-maven/commit/60290957cfc693fa8ad44711702b91c95f60f692
- fixes https://github.com/takari/polyglot-maven/issues/177
- contributed by Christian Meier https://github.com/mkristian
- ➕ added polyglot-kotlin
- see https://github.com/takari/polyglot-maven/pull/170
- contributed by Viacheslav Tradunskyi https://github.com/Tradunsky
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
-
v0.3.1 Changes
June 27, 2018- polyglot-scala: Convenience methods for
Dependency
(classifier
,intransitive
,%
(scope))- see https://github.com/takari/polyglot-maven/pull/156
- contributed by Tobias Roeser https://github.com/lefou
- 👍 polyglot-scala: Support
reporting
-section in pom- see https://github.com/takari/polyglot-maven/pull/157
- contributed by Tobias Roeser https://github.com/lefou
- 0️⃣ polyglot-scala: Added default value for pom property modelversion (4.0.0)
- see https://github.com/takari/polyglot-maven/pull/158
- contributed by Tobias Roeser https://github.com/lefou
- ⚡️ Polyglot-scala: Updated used Scala Version (2.11.12)
- contributed by Tobias Roeser https://github.com/lefou
- polyglot-scala: refined Dependency.copy method
- see https://github.com/takari/polyglot-maven/pull/164
- contributed by Tobias Roeser https://github.com/lefou
- 🔧 polyglot-scala: Made output dir to pom.scala files compilation configurable via system property
polyglot.scala.outputdir
- see https://github.com/takari/polyglot-maven/pull/165
- contributed by Tobias Roeser https://github.com/lefou
- 🔧 polyglot-scala: Improved support and docs for configuration elements of plugins
- ⬆️ Upgrade to latest takari-pom parent
- contributed by Manfred Moser http://www.simpligility.com
- 👍 polyglot-yaml: Support for xml attributes
- polyglot-yaml: exclude pomFile property from serialization
- 🐧 polyglot-java: Linux support and test fixes
- 🚚 polyglot-java: Moved examples into polyglot-maven-examples
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- polyglot-scala: Convenience methods for
-
v0.3.0 Changes
March 07, 2018- ⚡️ Updated Scala version
- see https://github.com/takari/polyglot-maven/pull/135
- contributed by Tobias Roeser https://github.com/lefou
- ⚠ Scala warning fixes
- see https://github.com/takari/polyglot-maven/pull/141
- fixes https://github.com/takari/polyglot-maven/issues/140
- contributed by Tobias Roeser https://github.com/lefou
- polyglot-scala: Scala syntax friendly include preprocessor
- see https://github.com/takari/polyglot-maven/pull/133
- contributed by Tobias Roeser https://github.com/lefou
- ➕ Added link to user of yml version
- License and Central Repository badges
- contributed by Manfred Moser - - http://www.simpligility.com
- polyglot-scala: Use Zinc server for Scala module
- see https://github.com/takari/polyglot-maven/pull/144
- contributed by Tobias Roeser https://github.com/lefou
- 👍 polyglot-scala: Support more valid XML element name chars in dynamic Config
- see https://github.com/takari/polyglot-maven/pull/145
- contributed by Tobias Roeser https://github.com/lefou
- Experimental addition of Java as polyglot language:
- 🚀 Release performed by Manfred Moser - http://www.simpligility.com
- ⚡️ Updated Scala version