### Description Constants for paths were added for spring-boot library in #1385, but they are still not generated for `spring-http-interface` library. https://github.com/OpenAPITools/openapi-generator/blob/v7.23.0/modules/openapi-generator/src/main/resources/JavaSpring/api.mustache#L142 ``` String PATH_{{#lambda.uppercase}}{{#lambda.snakecase}}{{{operationId}}}{{/lambda.snakecase}}{{/lambda.uppercase}} = "{{{path}}}"; ``` ## Solution Support the same feature for library `spring-http-interface` https://github.com/OpenAPITools/openapi-generator/blob/v7.23.0/modules/openapi-generator/src/main/resources/JavaSpring/libraries/spring-http-interface/api.mustache#L49
Description
Constants for paths were added for spring-boot library in #1385, but they are still not generated for
spring-http-interfacelibrary.https://github.com/OpenAPITools/openapi-generator/blob/v7.23.0/modules/openapi-generator/src/main/resources/JavaSpring/api.mustache#L142
Solution
Support the same feature for library
spring-http-interfacehttps://github.com/OpenAPITools/openapi-generator/blob/v7.23.0/modules/openapi-generator/src/main/resources/JavaSpring/libraries/spring-http-interface/api.mustache#L49