-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improve @FrankDocGroup annotation #175
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #175 +/- ##
============================================
- Coverage 84.40% 84.09% -0.31%
+ Complexity 1392 1388 -4
============================================
Files 79 79
Lines 4457 4446 -11
Branches 523 526 +3
============================================
- Hits 3762 3739 -23
- Misses 563 571 +8
- Partials 132 136 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fijn dat je ook de readme aan hebt gepast!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good Martijn! Good job.
I've put some minor remarks mostly, if you can address those, I'd appreciate it.
frank-doc-doclet/src/main/java/org/frankframework/frankdoc/model/FrankDocGroupFactory.java
Outdated
Show resolved
Hide resolved
frank-doc-doclet/src/main/java/org/frankframework/frankdoc/model/FrankDocGroupFactory.java
Show resolved
Hide resolved
frank-doc-doclet/src/main/java/org/frankframework/frankdoc/model/FrankDocGroupFactory.java
Outdated
Show resolved
Hide resolved
frank-doc-doclet/src/main/java/org/frankframework/frankdoc/model/LabelValues.java
Show resolved
Hide resolved
frank-doc-doclet/src/test/java/org/frankframework/frankdoc/model/FrankDocGroupFactoryTest.java
Outdated
Show resolved
Hide resolved
frank-doc-doclet/src/test/java/org/frankframework/frankdoc/model/FrankDocGroupFactoryTest.java
Outdated
Show resolved
Hide resolved
frank-doc-doclet/src/test/java/org/frankframework/doc/FrankDocGroupValue.java
Outdated
Show resolved
Hide resolved
Wacht nog even met mergen. Ik moet de enum constanten ook bijwerken in mijn PR op het F!F. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Martijn. Good improvements. I already approve it, assuming you're going to check the failing build 😉
Bedankt @jkosternl. De build kan niet slagen omdat hij probeert of de F!F sources verwerkt kunnen worden door de te pushen versie van de Frank!Doc. Deze F!F sources hebben nog de oude-stijl @FrankDocGroup annotaties. Ik check wel of de build niet om een andere reden faalt. |
@mhdirkse ik neem aan dat wij deze gewoon kunnen mergen? |
Ja, klopt. Als je hem released met een nieuw versienummer, dan gaat de build van het Frank!Framework niet stuk omdat het F!F dan nog naar de oude wijst. Na deze stap moet je F!F PR frankframework/frankframework#6389 uitbreiden zodat hij naar de nieuwe Frank!Doc versie wijst. Als je die PR met deze wijziging merged dan zou alles goed moeten verlopen, met één kanttekening. De build van de Frank!Doc zal falen op GitHub zolang het F!F nog niet de nieuwe @FrankDocGroup annotatie gebruikt. Je moet deze PR dus mergen ondanks een falende build. |
Done, @mhdirkse update jij de versie in de FF pom? |
No description provided.