Phil Beauvoir

Results 810 comments of Phil Beauvoir

Some references to Eclipse using Java 17: https://github.com/eclipse-platform/.github/wiki/PMC-Meeting-minutes#august-10-2022---mq-jay-alex-tom-lars https://github.com/eclipse-platform/eclipse.platform.swt/discussions/175#discussioncomment-2832777 https://github.com/eclipse-m2e/m2e-core/discussions/891

We have to move to Java 17 to support the latest Eclipse features and build from Tycho. I'll ensure that jArchi has an optional stand-alone Nashorn bundle. Aiming for Archi...

Thanks for the report. This is a regression introduced here: https://github.com/archimatetool/archi/commit/d64e3009ea188be96381df039be328f138f4fa5d I will revert this for Archi 4.10.1

This is how line breaks appear using `com.ibm.icu.text.BreakIterator`: ![ibm](https://user-images.githubusercontent.com/600504/191516520-38af0518-f91b-43d5-bc78-618994f833fb.png) And using `java.text.BreakIterator`: ![java](https://user-images.githubusercontent.com/600504/191516709-9d175677-6c3c-406c-a228-314bbbcc8733.png)

Archi 4.10 replaced the `com.ibm.icu.text.BreakIterator` class with `java.text.BreakIterator`. This was done because the `com.ibm.icu` package is being removed from Eclipse itself. I can ship `com.ibm.icu` with Archi if necessary. It's...

> Isn't there an issue that the `` in the build pom doesn't work with Maven extensions so you have to add the repo to `~/.m2/settings.xml` (or install the extension...

> just ran into this, womp womp Signed commits won't be implemented in coArchi, so this should be disabled in `.gitconfig`

> which stinks cuz 99% of my work with git is on the command line so having gpg signing on by default isn't worth giving up for the 1% of...

For the next version of coArchi I'll add the following as default to each new repo's `config` file: ``` [commit] gpgSign = false ```

> For the next version of coArchi I'll add the following as default to each new repo's config file This is now in coArchi 0.8.5