-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Remove deprecated code #4426
Comments
Does everything labelled with |
Maybe, as a first step, change everything marked |
matejk
added a commit
that referenced
this issue
May 8, 2024
matejk
added a commit
that referenced
this issue
May 8, 2024
matejk
added a commit
that referenced
this issue
May 8, 2024
matejk
added a commit
that referenced
this issue
May 8, 2024
matejk
added a commit
that referenced
this issue
May 8, 2024
matejk
added a commit
that referenced
this issue
May 8, 2024
matejk
added a commit
that referenced
this issue
May 8, 2024
matejk
added a commit
that referenced
this issue
May 9, 2024
matejk
added a commit
that referenced
this issue
May 9, 2024
matejk
added a commit
that referenced
this issue
May 9, 2024
matejk
added a commit
that referenced
this issue
May 9, 2024
matejk
added a commit
that referenced
this issue
May 9, 2024
matejk
added a commit
that referenced
this issue
May 10, 2024
matejk
added a commit
that referenced
this issue
May 10, 2024
matejk
added a commit
that referenced
this issue
May 10, 2024
matejk
added a commit
that referenced
this issue
May 10, 2024
matejk
added a commit
that referenced
this issue
May 10, 2024
matejk
added a commit
that referenced
this issue
May 13, 2024
matejk
added a commit
that referenced
this issue
May 24, 2024
matejk
added a commit
that referenced
this issue
May 24, 2024
matejk
added a commit
that referenced
this issue
May 24, 2024
matejk
added a commit
that referenced
this issue
Jul 12, 2024
matejk
added a commit
that referenced
this issue
Jul 12, 2024
matejk
added a commit
that referenced
this issue
Jul 12, 2024
matejk
added a commit
that referenced
this issue
Jul 12, 2024
matejk
added a commit
that referenced
this issue
Jul 12, 2024
matejk
added a commit
that referenced
this issue
Jul 12, 2024
matejk
added a commit
that referenced
this issue
Jul 12, 2024
matejk
added a commit
that referenced
this issue
Jul 15, 2024
…OCO_TEST_DEPRECATED is enabled (#4426)
matejk
added a commit
that referenced
this issue
Jul 15, 2024
This was referenced Jul 15, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
…OCO_TEST_DEPRECATED is enabled (#4426)
matejk
added a commit
that referenced
this issue
Jul 25, 2024
matejk
added a commit
that referenced
this issue
Jul 25, 2024
…able deprecation warnings in applications (#4426)
matejk
added a commit
that referenced
this issue
Jul 29, 2024
…l usage of deprecated functions (#4551) * enh(poco): Replace deprecated comments with C++ deprecated attribute. * enh(Poco): Replace some deprecated functionality in Poco sources. (#4426) * enh(Poco): Replace more deprecated functionality in Poco sources. (#4426) * fix(CMake): Variable BUILD_SHARED_LIBS must be defined properly to create valid binaries. * enh: Code improvements done while resolving deprecated functionality (#4426) * Un-deprecate LocalDateTme (#4426) * enh(Poco): Replace usage of deprecated functionality with other functions/classes (#4426) * chore(SSL): temporarily un-deprecate SSL-related functionality (#4426) * chore(SSL): temporarily un-deprecate old MongoDB protocol functionality (#4426) * enh(Poco): Minor Hash improvements (#4426) * enh(Foundation): Compile deprecated hash tests only when POCO_TEST_DEPRECATED is enabled (#4426) * enh(Net): Compile deprecated Socket::select functionality only when POCO_TEST_DEPRECATED is enabled (#4426) * enh(Bonjour): Replace deprecated Socket::select with PollSet (#4426) * enh(Poco): Introduce POCO_DEPRECATED macro to have the ability to disable deprecation warnings in applications (#4426) * test(ODBC): add few asserts to testStoredProcedureDynamicVar * fix(ODBC): rename DynamicAny -> DynamicVar in tests * fix(ODBC): make Dignostics static members inline to prevent explicit instantiation warnings on windows --------- Co-authored-by: Alex Fabijanic <[email protected]>
matejk
added a commit
that referenced
this issue
Jul 29, 2024
…lve internal usage of deprecated functions (#4551) * enh(poco): Replace deprecated comments with C++ deprecated attribute. * enh(Poco): Replace some deprecated functionality in Poco sources. (#4426) * enh(Poco): Replace more deprecated functionality in Poco sources. (#4426) * fix(CMake): Variable BUILD_SHARED_LIBS must be defined properly to create valid binaries. * enh: Code improvements done while resolving deprecated functionality (#4426) * Un-deprecate LocalDateTme (#4426) * enh(Poco): Replace usage of deprecated functionality with other functions/classes (#4426) * chore(SSL): temporarily un-deprecate SSL-related functionality (#4426) * chore(SSL): temporarily un-deprecate old MongoDB protocol functionality (#4426) * enh(Poco): Minor Hash improvements (#4426) * enh(Foundation): Compile deprecated hash tests only when POCO_TEST_DEPRECATED is enabled (#4426) * enh(Net): Compile deprecated Socket::select functionality only when POCO_TEST_DEPRECATED is enabled (#4426) * enh(Bonjour): Replace deprecated Socket::select with PollSet (#4426) * enh(Poco): Introduce POCO_DEPRECATED macro to have the ability to disable deprecation warnings in applications (#4426) * test(ODBC): add few asserts to testStoredProcedureDynamicVar * fix(ODBC): rename DynamicAny -> DynamicVar in tests * fix(ODBC): make Dignostics static members inline to prevent explicit instantiation warnings on windows --------- Co-authored-by: Alex Fabijanic <[email protected]>
matejk
added a commit
that referenced
this issue
Nov 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All deprecated code should be removed.
List of deprecated items:
Data:
Foundation:
Net:
Applications can define
POCO_SILENCE_DEPRECATED
to disable Poco deprecation warnings if needed.The text was updated successfully, but these errors were encountered: