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

Asm #1054

Merged
merged 7 commits into from Apr 26, 2021
Merged

Asm #1054

merged 7 commits into from Apr 26, 2021

Conversation

lukasj
Copy link
Member

@lukasj lukasj commented Mar 30, 2021

relates to #1051 in master:

  • removes eclipselink asm from the main build
  • main build treats eclipselink asm as any other other library

@rfelcman
Copy link
Contributor

Just a few comments:
Travis-CI fix: maybe add to .travis.yml before line 79 ASM build to populate Maven local repo.

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
add osgi headers to source bundle

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
@lukasj lukasj marked this pull request as ready for review April 21, 2021 10:43
Copy link
Contributor

@rfelcman rfelcman left a comment

Choose a reason for hiding this comment

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

Almost OK except mentioned minor comments.
Two things which should be optionally included there:

  • New Travis-CI target something like
...
  matrix:
    - MAVEN_TEST=asm
...
  - if [ "$MAVEN_TEST" == "asm" ]; then
      cd plugins/org.eclipse.persistence.asm/;
      mvn test;
    fi
  • Maybe make generated Javadoc little bit nicer (title, copyright year)

plugins/org.eclipse.persistence.asm/pom.xml Show resolved Hide resolved
pom.xml Show resolved Hide resolved
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
@lukasj
Copy link
Member Author

lukasj commented Apr 26, 2021

wrt travis for asm - it is non-trivial to add it correctly - the one built by travis won't be the one used by main eclispelink build there without extra modification of eclipselink's pom - I don't think we want to be doing that

wrt javadoc - I can see correct cp year in the javadoc footer; I don't think we need to customize the default more

@lukasj lukasj requested a review from rfelcman April 26, 2021 09:25
Copy link
Contributor

@rfelcman rfelcman left a comment

Choose a reason for hiding this comment

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

LGTM

@lukasj lukasj merged commit 29dee63 into eclipse-ee4j:master Apr 26, 2021
@lukasj lukasj deleted the asm branch April 26, 2021 09:32
@lukasj lukasj linked an issue Apr 26, 2021 that may be closed by this pull request
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.

remove org.eclipse.persistence.asm from the main build
2 participants