Skip to content

Commit

Permalink
Deploying to gh-pages from @ 57cd80e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Apr 15, 2024
1 parent 5c1b64b commit ff62144
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions 2024/04/15/15.04.2024.volodya-lombrozo.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,33 @@ <h1>volodya-lombrozo 15.04.2024</h1>
- Use direct xpath instead of global in XmlMethod implementation [#557]<br/>
- Update opeo-maven-plugin to use the newest version of jeo-maven-plugin [#201]<br/>
- Alter <code class="prettyprint">XmlProgram</code> and <code class="prettyprint">XmlClass</code> classes [#555]<br/>
- Clean Max Stack and Max Locals [#550]<br/>
- Remove Mutable Methods [#352]</p>
- Remove Mutable Methods [#352]<br/>
- Clean Max Stack and Max Locals [#550]</p>

<p>Next week plans:<br/>
```opeo-maven-plugin:<br/>
- Add Attributes to the Super class [#209]<br/>
- Remove the 'appendInterfaced' method from Opcode [#208]<br/>
- Fix 'staticize' optimization [#207]<br/>
- Large test with Spring Boot, Http and Factorial [#200]</p>
- Create a large integration test with Spring Boot, Http, and Factorial [#200]</p>

<p>jeo-maven-plugin:<br/>
- XMIR to Bytecode transformation via XSL [#549]<br/>
- Add <code class="prettyprint">http</code> support to the <code class="prettyprint">spring-fat</code> integration test [#548]<br/>
- Replace <code class="prettyprint">org.w3c.dom</code> usages with <code class="prettyprint">com.jcabi.xml</code> [#546]<br/>
- Enable Bytecode Verification For Spring Fat Integration Test [#543]<br/>
- Remove ad-hoc solution for method frames, stack and locals computation [#540]<br/>
- Remove ad-hoc solution for method frames, stack, and locals computation [#540]<br/>
- Refactor DirectivesMethod class to simplify the code [#537]<br/>
- Refactor the code to reduce complexity and remove null values [#536]<br/>
- Refactor Annotations Implementation [#532]<br/>
- Refactor DataType, HexData and HexString classes [#520]<br/>
```</p>
- Refactor DataType, HexData, and HexString classes [#520]<br/>
- Use direct xpath instead of global in XmlMethod implementation [#557]```</p>

<p>Risks:<br/>
jeo-maven-plugin:<br/>
- The removal of mutable methods from <code class="prettyprint">XmlMethod</code> in PR #352 reduces the risk of changing the inner state of the object, ensuring safer operations [#352].<br/>
- Enhancements in PR #555 allow for modifying <code class="prettyprint">XmlProgram</code> and <code class="prettyprint">XmlClass</code> objects, providing flexibility in manipulating and converting XML representations [#555].<br/>
- PR #557 updates XPath expressions in <code class="prettyprint">XmlMethod.java</code> to target elements relative to the current node, fixing bugs related to global xpaths [#557].<br/>
- PR #201 in opeo-maven-plugin updates versions, adds attributes, and refactors method names and instructions, improving optimization tests and error handling [#201].</p>
- The server is weak, we may fail the delivery of the dataset, report milestone will be missed [#557].<br/>
- The code in repository is suboptimal, we might have some problems for the future maintainability [#201].<br/>
- The code in repository is suboptimal, we might have some problems for the future maintainability [#555].<br/>
- The server is weak, we may fail the delivery of the dataset, report milestone will be missed [#352].<br/>
- The server is weak, we may fail the delivery of the dataset, report milestone will be missed [#550].</p>

<p>Best regards,<br/>
Vladimir Zakharov<br/>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>Newsman</h1>
<p>Latest report examples:</p>
<ul>
{% assign sf = site.static_files | sort: 'modified_time' %}
{% for file in sf %}
{% for file in sf reversed %}
<li>
<a href="{{site.canonical_domain}}{{site.baseurl}}{{ file.path }}">{{ file.name }}</a>
</li>
Expand Down

0 comments on commit ff62144

Please sign in to comment.