Skip to content

CouchbaseTemplateSupport does not log exceptions thrown by CouchbaseMappingEvent Listeners correctly #1075

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
aaronjwhiteside opened this issue Feb 4, 2021 · 1 comment · Fixed by #1187
Labels
type: bug A general bug

Comments

@aaronjwhiteside
Copy link
Contributor

CouchbaseTemplateSupport#maybeEmitEvent and CouchbaseTemplateSupport#maybeCallBeforeConvert

both contain

			} catch (Exception e) {
				e.printStackTrace();
			}
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 4, 2021
@mikereiche
Copy link
Collaborator

Will fix this after datacouch-955 to avoid merge conflict.

@mikereiche mikereiche added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 29, 2021
mikereiche added a commit that referenced this issue Aug 13, 2021
mikereiche added a commit that referenced this issue Aug 16, 2021
mikereiche added a commit that referenced this issue Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants