Hi Everyone:
This is a vote to release Apache Camel 3.8.0 (with Apache Camel Spring
Boot and Apache Camel Karaf), a new minor release with 160
improvements and fixes.
Release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12349420&projectId=12311220
== Apache Camel 3.8.0
On Tue, Feb 9, 2021 at 11:45 AM Gregor Zurowski
wrote:
>
> Thanks Claus. Just for future reference, how do we check for
> formatting issues on the jbpm component?
>
This component was special it copied over its source to a folder in
target that happened before those other plugins does it sorting,
Thanks Claus. Just for future reference, how do we check for
formatting issues on the jbpm component?
On Tue, Feb 9, 2021 at 11:41 AM Claus Ibsen wrote:
>
> Hi Gregor
>
> I have just pushed a fix to the master branch.
>
> You are welcome to try again, thanks.
>
> On Tue, Feb 9, 2021 at 11:35 AM C
Hi Gregor
I have just pushed a fix to the master branch.
You are welcome to try again, thanks.
On Tue, Feb 9, 2021 at 11:35 AM Claus Ibsen wrote:
>
> Hi
>
> Ah the jbmp component is special, I am working on fixing this. I will
> report back.
>
> On Tue, Feb 9, 2021 at 11:32 AM Gregor Zurowski
>
Hi
Ah the jbmp component is special, I am working on fixing this. I will
report back.
On Tue, Feb 9, 2021 at 11:32 AM Gregor Zurowski
wrote:
>
> I already tried that, but running these commands on
> `components/camel-jbpm` will not yield any errors:
>
> ```
> cd components/camel-jbpm
> rm -rf sr
I already tried that, but running these commands on
`components/camel-jbpm` will not yield any errors:
```
cd components/camel-jbpm
rm -rf src/generated
mvn clean install -Pfastinstall
mvn clean install -Psourcecheck
```
Both checkstyle and impsort plugins pass as normal. It seems there is
a misa
Hi
I usually run
mvn clean install -P fastinstall
And then the formatter and imp sorter will do its work
And after that you can check CS
And if there is some problems with the source generated files you can
do first (before the step above)
rm -rf src/generated
mvn compile -P sourcecheck
And t
Hi Everyone:
I am having issues related to code formatting while preparing the
release. The impsort Maven plugin was first giving me the following
error:
```
[ERROR] Failed to execute goal
net.revelc.code:impsort-maven-plugin:1.5.0:check (check) on project
camel-jbpm: Imports are not sorted in
/g