Skip to content

Remove deprecated output parser in favor of converters #1596

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

Closed

Conversation

tzolov
Copy link
Contributor

@tzolov tzolov commented Oct 24, 2024

All output parser functionality has already been migrated to the converter package
since milestone M1.

Changes:

  • Replace all instances of 'parser' with 'converter' in variable names and test cases
  • Delete (pre M1) deprecated parser package and all associated classes
  • Remove Output Parsers section from README.md
  • Update Javadoc comments to reference converters instead of parsers

…ject

 All output parser functionality has already been migrated to the converter package
 since milestone M1.

 Changes:
 - Replace all instances of 'parser' with 'converter' in variable names and test cases
 - Delete (pre M1) deprecated parser package and all associated classes
 - Remove Output Parsers section from README.md
 - Update Javadoc comments to reference converters instead of parsers
@tzolov tzolov added this to the 1.0.0-M4 milestone Oct 24, 2024
@tzolov tzolov added the design label Oct 24, 2024
@ilayaperumalg ilayaperumalg self-assigned this Oct 24, 2024
@ilayaperumalg
Copy link
Member

LGTM, merging after resolving the conflict.

@ilayaperumalg
Copy link
Member

Resolved the conflicts, rebased and merged as 33a7241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants