Hi Claus,

I started to take a look at the 4.4.x branch but running into this error:
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:jar
(attach-javadocs) on project camel-spring-xml: MavenReportException:
Error while generating Javadoc:
[ERROR] Exit code: 1
[ERROR] warning: URL
https://docs.oracle.com/javase/7/docs/api/element-list was redirected
to https://docs.oracle.com/javase/7/docs/api/ -- Update the
command-line options to suppress this warning.
[ERROR] warning: URL https://docs.oracle.com/javaee/7/api/element-list
was redirected to https://docs.oracle.com/javaee/7/api/ -- Update the
command-line options to suppress this warning.
[ERROR] error: Error fetching URL:
http://static.springsource.org/spring/docs/6.1.15/javadoc-api/
(java.io.IOException: Server returned HTTP response code: 522 for URL:
http://static.springsource.org/spring/docs/6.1.15/javadoc-api/package-list)
[ERROR] 
/git/camel/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java:1235:
warning: invalid usage of tag {@link
org.apache.camel.spi.TypeConverterRegistry#getStatistics()#setTypeConverterStatisticsEnabled(Boolean)
[ERROR] * {@link
org.apache.camel.spi.TypeConverterRegistry#getStatistics()#setTypeConverterStatisticsEnabled(Boolean)}
[ERROR] ^
[ERROR] 1 error
[ERROR] 3 warnings
[ERROR] Command line was: /opt/java/openjdk/bin/javadoc @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'/git/camel/components/camel-spring-xml/target/apidocs' dir.
```

Should we proceed the same way as in
https://github.com/apache/camel/commit/956ee06e8d774405ae242e519d23b60b97d9bc92
?

Thanks in advance,
Gregor

On Thu, Jan 16, 2025 at 9:37 AM Claus Ibsen <claus.ib...@gmail.com> wrote:
>
> Hi
>
> The last release for 4.4.x is 4.4.5. The LTS is EOL by next month.
> Gregor the branches for 4.4.x should be ready for cutting a release at any
> time that is good for you.
>
> After this 4.4.5 release then we plan for 4.10.0 release in February.
>
> Good luck
>
> --
> Claus Ibsen
> -----------------
> @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to