[go: up one dir, main page]

Skip to content
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

Added team members to the README #109

Merged
merged 1 commit into from
Sep 19, 2016
Merged

Added team members to the README #109

merged 1 commit into from
Sep 19, 2016

Conversation

bthecorgi
Copy link
Contributor

No description provided.

@aurambaj
Copy link
Collaborator

👍

@aurambaj aurambaj merged commit af4e90c into master Sep 19, 2016
@aurambaj aurambaj deleted the willyau-patch-1 branch October 5, 2017 17:42
aurambaj added a commit that referenced this pull request Apr 15, 2024
* Spring migration to 3.1.5

This is a major migration. It may have impact on performance and on features eventhough it went
through extensive testing.

- Upgrade git-commit-id-plugin to git-commit-id-maven-plugin
- Migrate org.apache.httpcomponents:httpclient to org.apache.httpcomponents.client5:httpclient5
- Replace javax.servlet with jakarta.servlet
- Updates to WebSecurityConfig
- @GeneratedValue(strategy = GenerationType.AUTO) -> @GeneratedValue(strategy = GenerationType.IDENTITY)
- Refactor Specification to use JPAMetaModelEntityProcessor attribute
- Refactor Specification/Predicate creation for conjunctions
- Update assertJ assert to use recursion (RecursiveComparisonConfiguration)
- Added Hibernate StringHelper for com.github.pnowy.nc var generator (to review)
- Refactor test that use mocks/spy
- Refactor fetching of PollableTask subtasks which are not fetch anymore by hibernate since the move to lazy relationship
- Make almost all @manytoone relationships lazy, a few had to stay eager. Use @entitygraph to fetch eagerly when, CriteriaBuilder and also a few Hibernate.initialize for some queries
- Use Hibernate 6 jackson module to make sure lazy relationships are not serialized

Spring configuration changes:
- management.metrics.export.statsd.enabled -> management.statsd.metrics.export.enabled
- spring.security.oauth2.client.registration.[registrationId].client-authentication-method=post -> spring.security.oauth2.client.registration.[registrationId].client-authentication-method=client_secret_post

* Added createdByUser to branch entity graph & updated unit test

---------

Co-authored-by: Mark Allen <3417310+maallen@users.noreply.github.com>
ja-openai pushed a commit to ja-openai/mojito that referenced this pull request Jun 27, 2024
* Spring migration to 3.1.5

This is a major migration. It may have impact on performance and on features eventhough it went
through extensive testing.

- Upgrade git-commit-id-plugin to git-commit-id-maven-plugin
- Migrate org.apache.httpcomponents:httpclient to org.apache.httpcomponents.client5:httpclient5
- Replace javax.servlet with jakarta.servlet
- Updates to WebSecurityConfig
- @GeneratedValue(strategy = GenerationType.AUTO) -> @GeneratedValue(strategy = GenerationType.IDENTITY)
- Refactor Specification to use JPAMetaModelEntityProcessor attribute
- Refactor Specification/Predicate creation for conjunctions
- Update assertJ assert to use recursion (RecursiveComparisonConfiguration)
- Added Hibernate StringHelper for com.github.pnowy.nc var generator (to review)
- Refactor test that use mocks/spy
- Refactor fetching of PollableTask subtasks which are not fetch anymore by hibernate since the move to lazy relationship
- Make almost all @manytoone relationships lazy, a few had to stay eager. Use @entitygraph to fetch eagerly when, CriteriaBuilder and also a few Hibernate.initialize for some queries
- Use Hibernate 6 jackson module to make sure lazy relationships are not serialized

Spring configuration changes:
- management.metrics.export.statsd.enabled -> management.statsd.metrics.export.enabled
- spring.security.oauth2.client.registration.[registrationId].client-authentication-method=post -> spring.security.oauth2.client.registration.[registrationId].client-authentication-method=client_secret_post

* Added createdByUser to branch entity graph & updated unit test

---------

Co-authored-by: Mark Allen <3417310+maallen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants