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

Refactor 2022-2023 #91

Merged
merged 185 commits into from
Apr 25, 2023
Merged

Refactor 2022-2023 #91

merged 185 commits into from
Apr 25, 2023

Conversation

jsuchal
Copy link
Member

@jsuchal jsuchal commented Mar 1, 2023

Toto je prvy nastrel cistej architektury + testov. Zatial su tam skratky a mozno pri napojeni na javafx este prideme na nejaku habaduru, ale zatial mam pocit, ze by to mohlo fungovat.

pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@sabomichal
Copy link
Contributor

sabomichal commented Mar 6, 2023

Vseobecne:

  • ❌ vyvoj projektu je zavisly na konkretnej verzii JDK, ktora je bundlovana s JavaFX. Je mozne toto previazanie zrusit pouzitim samostatne bundlovanych JavaFX modulov a mat moznost ich tak mat vo verzii, ktora nie je zavisla na konkretnej distribucii JDK. Vid. https://openjfx.io/
  • ✅ pouzitie jdeps a jlink je mozne prepojit, nateraz su moduly definovane manualne (to vsak az tak nevidim ako problem, je tam vsak nateraz ten jdeps plugin zbytocne spustat pocas kazdeho buildu)


public SignRequestBody(Document document, ServerSigningParameters parameters, String payloadMimeType) {
this.document = document;
this.parameters = parameters;
this.payloadMimeType = payloadMimeType;
}

public InMemoryDocument getDocument() {
public InMemoryDocument getDocument() throws RequestValidationException {
Copy link
Contributor

Choose a reason for hiding this comment

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

nazvat tu metodu getDocument a nevracat interny dokument typu Document je nestandardne, nakolko kazdy pod tym chape property getter. Nazval by som tu metodu potom inak.

@jsuchal jsuchal changed the title Refactor spike 2022 Refactor 2022-2023 Apr 25, 2023
@jsuchal jsuchal merged commit ffa5b5e into main Apr 25, 2023
@jsuchal jsuchal deleted the refactor-spike-2022 branch April 25, 2023 15:29
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.

None yet

4 participants