davsclaus commented on code in PR #24665:
URL: https://github.com/apache/camel/pull/24665#discussion_r3584819889


##########
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc:
##########
@@ -80,6 +80,16 @@ The Gentoo `java-config` auto-detection and the IBM AIX 
`$JAVA_HOME/jre/sh/java`
 removed; set `JAVA_HOME` or `JAVACMD` explicitly on those platforms.
 `JAVA_OPTS` handling is unchanged: when unset, the default `-Xmx512m` heap is 
applied.
 
+==== Native `camel.exe` in the launcher distribution
+
+The `camel-launcher` Windows distribution now ships a native x64 
`bin/camel.exe`
+alongside `bin/camel.bat`. `camel.exe` is a thin bootstrap: it forwards all
+arguments to the adjacent `camel.bat` (preserving spaces and Unicode) and 
returns
+its exit code. It exists so package managers that require a genuine executable
+command (such as WinGet's portable installer) can expose `camel` directly. 
Direct
+users may continue to invoke `bin\camel.bat`; both behave identically. Windows
+ARM64 and x86 are not yet supported.

Review Comment:
   Please remove the last sentence — x64 covers essentially all Windows users, 
and ARM64 can run x64 binaries via Windows' built-in emulation, so no one is 
blocked.
   
   ```suggestion
   users may continue to invoke `bin\camel.bat`; both behave identically.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to