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

[WFCORE-6524] Do not duplicate managed deployment in content repository in tmp/vfs/temp directory #5689

Merged
merged 1 commit into from Oct 3, 2023

Conversation

gaol
Copy link
Contributor

@gaol gaol commented Sep 27, 2023

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Sep 27, 2023
@gaol gaol force-pushed the WFCORE-6524 branch 2 times, most recently from 0952ae5 to d9bd192 Compare September 27, 2023 09:56
Comment on lines 1 to 4
/*
* JBoss, Home of Professional Open Source.
* Copyright 2023 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @gaol, the license header formats have changed since 22.0.0.Beta3, could you replace this by:

/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@yersan thanks, done

@yersan
Copy link
Collaborator

yersan commented Sep 29, 2023

@gaol FYI, I haven't looked at the reasons yet, but WildFly full PR fails with this one in place, look at the Linux Job, the one for Windows need more CI tweak.

@gaol
Copy link
Contributor Author

gaol commented Sep 30, 2023

Thanks @ehsavoie for the review, and thanks @yersan for the integration job setup.

I see a -Dversion.org.wildfly.core=22.0.0.Final-SNAPSHOT in the log, but my branch is still based on 22.0.0.Beta3-SNAPSHOT, I think that is the reason the fix is not picked up. I will rebase to latest main branch

@gaol
Copy link
Contributor Author

gaol commented Sep 30, 2023

@yersan done, hope it will work. I will be on holidays and PTO in the coming 2 weeks, I will back to this if there is other issue to fix :)

@yersan
Copy link
Collaborator

yersan commented Oct 2, 2023

oohh, my fault with the Jobs configuration, I'll kick them off again. Enjoy your well-deserved PTOs.

@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Oct 3, 2023
@yersan
Copy link
Collaborator

yersan commented Oct 3, 2023

Integration tests passed, thanks @gaol and @ehsavoie

@yersan yersan merged commit da569a7 into wildfly:main Oct 3, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
3 participants