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

Migrate skin to Doxia 2.x #179

Merged
merged 1 commit into from
Dec 25, 2024
Merged

Conversation

slawekjaranowski
Copy link
Member

No description provided.

@slawekjaranowski slawekjaranowski marked this pull request as draft November 21, 2024 07:41
@slawekjaranowski
Copy link
Member Author

@garydgregory @michael-o
I have tested with commons parent - one issue what I see is:

<title>About ? Apache Commons</title>

it is generated question mark

@michael-o
Copy link
Member

@garydgregory @michael-o I have tested with commons parent - one issue what I see is:

<title>About ? Apache Commons</title>

it is generated question mark

There is an encoding issue some where. ISO-8859-1 somewhere?

@slawekjaranowski
Copy link
Member Author

slawekjaranowski commented Nov 21, 2024

@garydgregory @michael-o I have tested with commons parent - one issue what I see is:

<title>About ? Apache Commons</title>

it is generated question mark

There is an encoding issue some where. ISO-8859-1 somewhere?

There is: https://github.com/apache/commons-parent/blob/master/pom.xml#L278-L284

after change to utf-8 it is ok 😄

@michael-o
Copy link
Member

@garydgregory @michael-o I have tested with commons parent - one issue what I see is:

<title>About ? Apache Commons</title>

it is generated question mark

There is an encoding issue some where. ISO-8859-1 somewhere?

There is: https://github.com/apache/commons-parent/blob/master/pom.xml#L278-L284

after change to utf-8 it is ok 😄

For me, there is ZERO reason to stick to ISO-8859-X these days.

@garydgregory
Copy link
Member

@garydgregory @michael-o I have tested with commons parent - one issue what I see is:

<title>About ? Apache Commons</title>

it is generated question mark

There is an encoding issue some where. ISO-8859-1 somewhere?

There is: https://github.com/apache/commons-parent/blob/master/pom.xml#L278-L284

after change to utf-8 it is ok 😄

I will make the change in commons parent and create a release candidate.

asfgit pushed a commit to apache/commons-parent that referenced this pull request Nov 21, 2024
@garydgregory
Copy link
Member

@slawekjaranowski

Thank you so much for the PR!

I just pushed commit apache/commons-parent@1d943fa to commons-parent.

Would the simplest steps be:

  • Set commons.encoding here (commons-skin) to UTF-8
  • Release commons-skin 4.3
  • In commons-parent, update from commons-skin 4.2 to 4.3
  • Release commons-parent 79
  • Update other commons component, including commons-skin to commons-parent 79

?

@slawekjaranowski
Copy link
Member Author

@garydgregory

  • commons-skin 4.3 - will require m-site-p 3.20.0+
  • with m-site-p 3.20.0+ you will need a new version of m-changes-p

so first I would like to finish m-changes-p

@garydgregory
Copy link
Member

@slawekjaranowski

OK, TY, I might release a new commons-parent in the meantime, but we'll loop again when m-changes-p is released.

TY again 😄

@slawekjaranowski slawekjaranowski marked this pull request as ready for review December 18, 2024 07:05
@slawekjaranowski
Copy link
Member Author

@garydgregory m-changes-p was released we can process forward
I will check again parent if site is ok with this and new m-site-p

@garydgregory
Copy link
Member

@slawekjaranowski

Is this OK to merge and release now that maven-changes-plugin 3.0.0-M1 is available?

@slawekjaranowski
Copy link
Member Author

there are tests:

@garydgregory site generation looks ok - please verify and we can go forward

@slawekjaranowski
Copy link
Member Author

@slawekjaranowski

Is this OK to merge and release now that maven-changes-plugin 3.0.0-M1 is available?

yes skin look ok

@garydgregory garydgregory merged commit 9519cec into apache:master Dec 25, 2024
13 checks passed
@garydgregory
Copy link
Member

TY @slawekjaranowski
I verified by building local changes to this, commons-parent, and validator.

garydgregory added a commit that referenced this pull request Dec 25, 2024
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.

3 participants