Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Reduce dependency footprint of spring data kotlin helper #51

Merged
merged 3 commits into from
Apr 22, 2021

Conversation

symposion
Copy link
Contributor

@symposion symposion commented Mar 2, 2021

Our kotlin version of Spring Data Persistable had an unnecessary dependency on a spring boot starter rather than just the Spring Data jar. It also could have had the dependency as provided to avoid dependency clashes.

Copy link

@pkbdevdeploy pkbdevdeploy left a comment

Choose a reason for hiding this comment

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

Version 31-head-5930aec-123543-SNAPSHOT was generated from commit 5930aec8d1065062a5c2379803c5684de2fe8f8b

@symposion symposion force-pushed the feature/phr-6511-external-id-refactor branch from 5930aec to 8e7888b Compare March 3, 2021 15:40
@symposion symposion changed the title Reduce dependency footprint of spring data kotlin helper PHR-6511 Reduce dependency footprint of spring data kotlin helper Mar 3, 2021
@symposion symposion marked this pull request as ready for review March 3, 2021 15:42
@@ -36,6 +40,7 @@
try {
return Optional.of(wrappedParser.apply(str));
} catch (NumberFormatException e) {
LOGGER.error("Bad config property value [{}] was supposed to be a number but wasn't parseable", str, e);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was changed to keep the static analysis happy.

Copy link

@pkbdevdeploy pkbdevdeploy left a comment

Choose a reason for hiding this comment

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

Version 31-head-8e7888b-123753-SNAPSHOT was generated from commit 8e7888b74d229e62e3b24ea3ef45f43bba9a7b0b

MFAshby
MFAshby previously approved these changes Mar 3, 2021
@MFAshby MFAshby added the dont-merge-yet Don't merge this yet label Mar 3, 2021
@MFAshby MFAshby marked this pull request as draft March 3, 2021 20:24
@MFAshby
Copy link
Contributor

MFAshby commented Mar 3, 2021

should remain draft until we've verified it works with downstream projects

@symposion symposion removed the dont-merge-yet Don't merge this yet label Apr 21, 2021
@symposion symposion marked this pull request as ready for review April 21, 2021 19:10
suppression.xml Outdated
@@ -19,12 +19,12 @@
]]></notes>
<vulnerabilityName regex="true">CVE-2019-14900|CVE-2020-25638</vulnerabilityName>
</suppress>
<suppress until="2021-03-01Z">
<suppress until="2021-04-01Z">
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this make sense?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No. It doesn't. It might have done a month ago when I first opened this PR. Sigh.

Copy link

@pkbdevdeploy pkbdevdeploy left a comment

Choose a reason for hiding this comment

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

Version 31-head-d525366-134432-SNAPSHOT was generated from commit d525366c0be41f77298128f6cd11cdb404309be2

Copy link

@pkbdevdeploy pkbdevdeploy left a comment

Choose a reason for hiding this comment

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

Version 31-head-1442509-134438-SNAPSHOT was generated from commit 144250965b6217a362fadb56ff4a428110001c4e

@MFAshby MFAshby merged commit 3c80f61 into master Apr 22, 2021
@MFAshby MFAshby deleted the feature/phr-6511-external-id-refactor branch April 22, 2021 09:40
Copy link

@pkbdevdeploy pkbdevdeploy left a comment

Choose a reason for hiding this comment

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

Version 31-3c80f61-134475 was generated from commit 3c80f61397ae71e05da50af253dddd01a3440d82

MFAshby added a commit that referenced this pull request Jul 5, 2022
…l-id-refactor

Reduce dependency footprint of spring data kotlin helper
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants