ppalaga commented on a change in pull request #77: Move test packages to org.apache.camel URL: https://github.com/apache/camel-quarkus/pull/77#discussion_r307269097
########## File path: integration-tests/aws/src/main/java/org/apache/camel/quarkus/component/aws/CamelRoute.java ########## @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package io.quarkus.it.camel.aws; +package org.apache.camel.quarkus.component.aws; Review comment: > be able to access package private methods/classes for testing purpose Yes, that's normal and OK for unit tests. OTOH integration tests should simulate how our end users use camel quarkus. We should not assume that they access non-public APIs. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
