-
Notifications
You must be signed in to change notification settings - Fork 26
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
Move libraries to organization #35
Labels
Comments
marein
added a commit
that referenced
this issue
Sep 18, 2019
Without the ApplicationLifeCycle the ChatService itself becomes cleaner. This is due to less indentations. As stated in issue #35, the application library is deprecated. Furthermore, the mediator also has a validation decorator which could be leveraged to validate incoming messages.
marein
added a commit
that referenced
this issue
Sep 18, 2019
The ApplicationLifeCycle was another way to handle cross-cutting concerns like validation and transactions. To maintain only one application style, we want to drop this package in favor of the mediator library.
marein
added a commit
that referenced
this issue
Oct 3, 2020
Move to marein/symfony-standard-headers-csrf-bundle.
marein
added a commit
that referenced
this issue
Oct 4, 2020
* Move to marein/symfony-standard-headers-csrf-bundle #35 * Sort composer packages
marein
added a commit
that referenced
this issue
Oct 5, 2021
marein
added a commit
that referenced
this issue
Oct 7, 2021
Use jms/serializer #35 Since a long time, jms/serializer is being able to deal with interfaces the way we need and had other improvements such as reading typed properties and doc blocks. There's no reason not to use it anymore.
marein
added a commit
that referenced
this issue
Oct 7, 2021
Use jms/serializer #35 Since a long time, jms/serializer is being able to deal with interfaces the way we need and had other improvements such as reading typed properties and doc blocks. There's no reason not to use it anymore.
Merged
marein
added a commit
that referenced
this issue
Mar 10, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Libraries should be moved to the organization. They should be registered and loaded within this composer repository. This enables us to use them in other services and break the domains out of this project.
315e3b9
Replace static clock #163
marein
account.marein
account.Replace ObjectMapper #67
Move StandardHeadersCsrfBundle #56
Scheduler
is pretty generic, maybeKernelScheduler
,AlarmClock
orAlarmScheduler
) -> this can be moved to themarein
account.The text was updated successfully, but these errors were encountered: