Skip to content

Complete porting the various Blocks for Java#1108

Merged
markwallace-microsoft merged 17 commits intomicrosoft:experimental-javafrom
johnoliver:tidy-blocks-3
May 23, 2023
Merged

Complete porting the various Blocks for Java#1108
markwallace-microsoft merged 17 commits intomicrosoft:experimental-javafrom
johnoliver:tidy-blocks-3

Conversation

@johnoliver
Copy link
Member

Motivation and Context

Description

Contribution Checklist

@lemillermicrosoft lemillermicrosoft added the java Issue or PR regarding Java code label May 19, 2023
@lemillermicrosoft lemillermicrosoft added the feature branch PR targeting a feature branch label May 22, 2023
Copy link
Member

@markwallace-microsoft markwallace-microsoft left a comment

Choose a reason for hiding this comment

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

There are still some suggestions to be committed

@johnoliver
Copy link
Member Author

There are still some suggestions to be committed

@markwallace-microsoft With the exception of the logger injection, I believe I have included everything, unfortunately I also accidentally merged in the code from #1131 to this branch including the fixes requested on #1131, I can try to separate the PRs again, however if you are satisfied that I have addressed the issues on #1131 can merge them both here

johnoliver and others added 16 commits May 22, 2023 14:30
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
…ernel/templateengine/TemplateException.java

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
johnoliver added a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->


### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->


### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
johnoliver added a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->


### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->


### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [ ] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature branch PR targeting a feature branch java Issue or PR regarding Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants