Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #322 Make camel-attachments an optional dependency of platform-http #323

Merged
merged 4 commits into from Oct 24, 2019

Conversation

ppalaga
Copy link
Contributor

@ppalaga ppalaga commented Oct 23, 2019

No description provided.

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

da06f3f :

  • Removed onlyIfNot = Flags.AttachmentsAvailable.class and the Flags.AttachmentsAvailable itself.
  • Added the platform http doc page.

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

7dce10b Added the since versions fix

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/311/

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

d0e1398 a dummy change to restart the CI

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/312/

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/310/

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/313/

@oscerd
Copy link
Contributor

oscerd commented Oct 23, 2019

The PR https://builds.apache.org/job/camel-quarkus-pr/313/

passed

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

@lburgazzoli is this good to merge now?

Copy link
Contributor

@jamesnetherton jamesnetherton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spotted a couple of missing license headers.

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

Spotted a couple of missing license headers.

My understanding is that as long as the PR CI does not enforce the license headers they are optional for common commits. They are only required for releases.

@oscerd
Copy link
Contributor

oscerd commented Oct 23, 2019

Spotted a couple of missing license headers.

My understanding is that as long as the PR CI does not enforce the license headers they are optional for common commits. They are only required for releases.

Please add the ASF license headers. They are optional if nobody spotted them, someone spotted them (thanks @jamesnetherton ) and it's better to add them, instead of having to add a bunch of license headers during the release process.

@oscerd
Copy link
Contributor

oscerd commented Oct 23, 2019

So, when we find codestyle or missing headers, it always better to fix the situation at the moment, otherwise we could forget about it

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/314/

Build result: FAILURE

[...truncated 1.05 MB...] at java.lang.reflect.Method.invoke (Method.java:498) at hudson.maven.Maven3Builder.call (Maven3Builder.java:139) at hudson.maven.Maven3Builder.call (Maven3Builder.java:70) at hudson.remoting.UserRequest.perform (UserRequest.java:212) at hudson.remoting.UserRequest.perform (UserRequest.java:54) at hudson.remoting.Request$2.run (Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run (FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624) at java.lang.Thread.run (Thread.java:748)[ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR] mvn -rf :camel-quarkus-docschannel stoppedAdding one-line test results to commit status...Setting status of da06f3f to FAILURE with url https://builds.apache.org/job/camel-quarkus-pr/314/ and message: 'FAILURE 123 tests run, 4 skipped, 0 failed.'Using context: default

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

Fixed the missing license headers and added more platform-http tests in d391f4f

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

I cannot stand the feeling that checking the style manually is wasting of time of both reviewers and PR authors. Yes, I can alias my maven to do the checks locally, but due to that, I'll just end up fixing someone else's style violations, because non-compliant code is commonly committed. I vote for everybody fixing these little things before submitting and the default Maven build and CI enforcing them. That would be less work for both PR authors and reviewers.

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/315/

Build result: FAILURE

[...truncated 1.40 MB...] at sun.reflect.GeneratedMethodAccessor220.invoke (Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at io.quarkus.deployment.ExtensionLoader$1.execute (ExtensionLoader.java:940) at io.quarkus.builder.BuildContext.run (BuildContext.java:415) at org.jboss.threads.ContextClassLoaderSavingRunnable.run (ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun (EnhancedQueueExecutor.java:2011) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask (EnhancedQueueExecutor.java:1535) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1426) at java.lang.Thread.run (Thread.java:748) at org.jboss.threads.JBossThread.run (JBossThread.java:479)[ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR] mvn -rf :camel-quarkus-integration-test-corechannel stoppedAdding one-line test results to commit status...Setting status of 7dce10b to FAILURE with url https://builds.apache.org/job/camel-quarkus-pr/315/ and message: 'FAILURE 70 tests run, 2 skipped, 0 failed.'Using context: default

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

0f30536 fixed the failing encoding test in the native mode.

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/319/

@asf-ci
Copy link

asf-ci commented Oct 23, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/320/

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 23, 2019

The Jenkins nodes without Maven feel like Russian roulette :-/

@asf-ci
Copy link

asf-ci commented Oct 24, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/323/

Build result: FAILURE

[...truncated 1.39 MB...] at sun.reflect.GeneratedMethodAccessor219.invoke (Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at io.quarkus.deployment.ExtensionLoader$1.execute (ExtensionLoader.java:940) at io.quarkus.builder.BuildContext.run (BuildContext.java:415) at org.jboss.threads.ContextClassLoaderSavingRunnable.run (ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun (EnhancedQueueExecutor.java:2011) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask (EnhancedQueueExecutor.java:1535) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run (EnhancedQueueExecutor.java:1426) at java.lang.Thread.run (Thread.java:748) at org.jboss.threads.JBossThread.run (JBossThread.java:479)[ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR] mvn -rf :camel-quarkus-integration-test-corechannel stoppedAdding one-line test results to commit status...Setting status of c13bf45 to FAILURE with url https://builds.apache.org/job/camel-quarkus-pr/323/ and message: 'FAILURE 76 tests run, 3 skipped, 0 failed.'Using context: default

@asf-ci
Copy link

asf-ci commented Oct 24, 2019

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/camel-quarkus-pr/324/

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 24, 2019

The CI passed finally. Is this good to merge?

@ppalaga
Copy link
Contributor Author

ppalaga commented Oct 24, 2019

5a40b6f addressed the comments of @lburgazzoli

@lburgazzoli
Copy link
Contributor

ok to test

@lburgazzoli lburgazzoli merged commit f5243c6 into apache:master Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants