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

Add java modules #299

Merged
merged 6 commits into from
Sep 13, 2023
Merged

Add java modules #299

merged 6 commits into from
Sep 13, 2023

Conversation

derTobsch
Copy link
Contributor

@derTobsch derTobsch commented Sep 7, 2023

closes #300

  • Update readme for needed dependecies
  • Update readme with module information

@derTobsch derTobsch marked this pull request as draft September 7, 2023 15:57
@derTobsch derTobsch force-pushed the java-modules branch 2 times, most recently from 95a9a32 to 4210def Compare September 7, 2023 16:20
@derTobsch derTobsch added this to the 0.20.0 milestone Sep 7, 2023
@derTobsch derTobsch force-pushed the java-modules branch 2 times, most recently from 86c8e9f to f9b3b60 Compare September 7, 2023 16:34
@derTobsch derTobsch modified the milestones: 0.20.0, General Backlog Sep 7, 2023
@derTobsch derTobsch mentioned this pull request Sep 8, 2023
@derTobsch derTobsch marked this pull request as ready for review September 11, 2023 07:57
@derTobsch derTobsch added this to the 0.20.0 milestone Sep 11, 2023
opens de.focus_shift.datasource
because of the instantiation of the ConfigurationService via
reflection

opens de.focus_shift.util;
  because of reflection

opens holidays;
opens descriptions;
because non-class resources cannot be loaded see
https://stackoverflow.com/questions/45166757/loading-classes-and-resources-post-java-9

'A final important difference is that non-class-file resources in a
module are encapsulated by default, and hence cannot be located from
outside the module unless their effective package is open. To load
resources from your own module it’s best to use the resource-lookup
methods in Class or Module, which can locate any resource in your
module, rather than those in ClassLoader, which can only locate
non-class-file resources in the open packages of a module.'
@sonarcloud
Copy link

sonarcloud bot commented Sep 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@derTobsch derTobsch merged commit 894bd53 into main Sep 13, 2023
11 checks passed
@derTobsch derTobsch deleted the java-modules branch September 13, 2023 07:45
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.

Add java module info
1 participant