Gr33ncr4zyb33r opened a new issue, #6836: URL: https://github.com/apache/hop/issues/6836
### Apache Hop version? 2.17.0 ### Java version? Amazon Corretto JDK 17.0.9.8.1 (OpenJDK 64-Bit) ### Operating system Windows ### What happened? When creating a new Generic JDBC metadata object in Apache Hop, selecting a connection type via the dropdown menu will correctly update the form to show driver-specific fields (e.g., Driver class, Manual connection URL, etc.). <img width="1516" height="512" alt="Image" src="https://github.com/user-attachments/assets/a922b21b-16c9-490d-a178-adc01dd87085" /> However, when the user types the connection type name into the Connection Type field — even partially, for faster selection — the driver-specific fields are not updated. Instead, the UI continues to display the default/generic/former set of fields. This makes it impossible to properly configure the connection through keyboard-driven input. The issue is not limited to "Generic Database" — it also reproduces with other connection types such as Google BigQuery. <img width="1542" height="456" alt="Image" src="https://github.com/user-attachments/assets/4d7bbf56-67e3-4349-bf0a-2c0a872e26c9" /> ### Issue Priority Priority: 2 ### Issue Component Component: Hop Gui -- 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]
