PDavid commented on PR #8307: URL: https://github.com/apache/hbase/pull/8307#issuecomment-4621490872
The build log now contains some (warnings?): ``` [INFO] > build [INFO] > react-router build [INFO] [INFO] ⚠️ Future Flag Warning: Route middleware support is changing in React Router v8. [INFO] You can use the `future.v8_middleware` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_middleware [INFO] ⚠️ Future Flag Warning: Route module splitting behavior is changing in React Router v8. [INFO] You can use the `future.v8_splitRouteModules` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_splitRouteModules [INFO] ⚠️ Future Flag Warning: Vite Environment API usage is changing in React Router v8. [INFO] You can use the `future.v8_viteEnvironmentApi` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_viteEnvironmentApi [INFO] ⚠️ Future Flag Warning: Request handling behavior is changing in React Router v8. [INFO] You can use the `future.v8_passThroughRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_passThroughRequests [INFO] ⚠️ Future Flag Warning: Data request URL formats are changing in React Router v8. [INFO] You can use the `future.v8_trailingSlashAwareDataRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_trailingSlashAwareDataRequests [INFO] ⚠️ Future Flag Warning: Route middleware support is changing in React Router v8. [INFO] You can use the `future.v8_middleware` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_middleware [INFO] ⚠️ Future Flag Warning: Route module splitting behavior is changing in React Router v8. [INFO] You can use the `future.v8_splitRouteModules` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_splitRouteModules [INFO] ⚠️ Future Flag Warning: Vite Environment API usage is changing in React Router v8. [INFO] You can use the `future.v8_viteEnvironmentApi` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_viteEnvironmentApi [INFO] ⚠️ Future Flag Warning: Request handling behavior is changing in React Router v8. [INFO] You can use the `future.v8_passThroughRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_passThroughRequests [INFO] ⚠️ Future Flag Warning: Data request URL formats are changing in React Router v8. [INFO] You can use the `future.v8_trailingSlashAwareDataRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_trailingSlashAwareDataRequests [INFO] ⚠️ Future Flag Warning: Route middleware support is changing in React Router v8. [INFO] You can use the `future.v8_middleware` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_middleware [INFO] ⚠️ Future Flag Warning: Route module splitting behavior is changing in React Router v8. [INFO] You can use the `future.v8_splitRouteModules` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_splitRouteModules [INFO] ⚠️ Future Flag Warning: Vite Environment API usage is changing in React Router v8. [INFO] You can use the `future.v8_viteEnvironmentApi` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_viteEnvironmentApi [INFO] ⚠️ Future Flag Warning: Request handling behavior is changing in React Router v8. [INFO] You can use the `future.v8_passThroughRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_passThroughRequests [INFO] ⚠️ Future Flag Warning: Data request URL formats are changing in React Router v8. [INFO] You can use the `future.v8_trailingSlashAwareDataRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_trailingSlashAwareDataRequests [INFO] ⚠️ Future Flag Warning: Route middleware support is changing in React Router v8. [INFO] You can use the `future.v8_middleware` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_middleware [INFO] ⚠️ Future Flag Warning: Route module splitting behavior is changing in React Router v8. [INFO] You can use the `future.v8_splitRouteModules` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_splitRouteModules [INFO] ⚠️ Future Flag Warning: Vite Environment API usage is changing in React Router v8. [INFO] You can use the `future.v8_viteEnvironmentApi` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_viteEnvironmentApi [INFO] ⚠️ Future Flag Warning: Request handling behavior is changing in React Router v8. [INFO] You can use the `future.v8_passThroughRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_passThroughRequests [INFO] ⚠️ Future Flag Warning: Data request URL formats are changing in React Router v8. [INFO] You can use the `future.v8_trailingSlashAwareDataRequests` flag to opt in early. [INFO] -> https://reactrouter.com/upgrading/future-flags#v8_trailingSlashAwareDataRequests [INFO] [MDX] generated files in 0.6937669999999798ms ``` Can you maybe check if we should do something about these @yuriipalam? -- 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]
