Skip to content

Converted to Java 11 named module#363

Open
taranion wants to merge 6 commits into
jcodec:masterfrom
taranion:master
Open

Converted to Java 11 named module#363
taranion wants to merge 6 commits into
jcodec:masterfrom
taranion:master

Conversation

@taranion

Copy link
Copy Markdown

I don't know if you ever consider taking up the work on your code again, but just in case I do have a patch for you that allows you code to better work in Java 11.

When using jcodec + javase in a Java 11 modularized application, the compiler complains about identical package names in jcodec and its child javase (e.g. org.jcodec.scale).

  • I renamed duplicate packages in javase,
  • added a module-info.java to jcodec and javase
  • and fixed tests to reflect new packages

Of course, the package renaming in javase is a breaking change, but necessary.

Regards,
Stefan

Reduced version number of jcodec to 0.2.3, to match depdendency in jcodec-javase
Compile as multi-release JAR
Move AWTUtil into different package to prevent package name clash
@Brixomatic

Copy link
Copy Markdown

unfortunately it doesn't merge anymore because of conflicts.

@taranion

Copy link
Copy Markdown
Author

Okay, that is not really surprising after nearly 4 years. :)
But it seems there is no interest in this Pull Request, since I got no feedback at all, so I see no point in fixing this.

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.

2 participants